Browse Skills
17720 skills found
quality-standards.md
0
1
export
quality-standards
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Overview of protected quality thresholds and quick reference for all quality tools. Use when you need to understand quality metrics, run comprehensive quality checks, or learn which specialized skill to use. For specific issues, use dedicated skills (deptrac-fixer for Deptrac, complexity-management for PHPInsights, testing-workflow for coverage).
2026-01-05
worldcrafter-route-creator.md
0
1
export
worldcrafter-route-creator
2
from
"hopeoverture/worldcrafter-v2"
from
"hopeoverture/worldcrafter-v2"
3
Scaffold Next.js App Router routes for simple pages without forms or complex logic. Use when user needs "create a page", "add route", "add about/contact/terms page", "create API endpoint", "add layout", or mentions SSE/webhooks. Generates page, layout, loading, error, and not-found files with boilerplate. Best for static content, read-only pages, and API endpoints (REST, SSE, webhooks). Do NOT use for forms with validation (use worldcrafter-feature-builder), complete features with database (use worldcrafter-feature-builder), database-only changes (use worldcrafter-database-setup), or comprehensive testing (use worldcrafter-test-generator).
2026-01-05
clojure-trove.md
0
1
export
clojure-trove
2
from
"Ramblurr/nix-devenv"
from
"Ramblurr/nix-devenv"
3
Trove is a minimal logging facade for Clojure/Script supporting both traditional and structured logging. Use when writing libraries that need logging without forcing a backend choice, or when you need rich data-oriented logging with flexible filtering.
2026-01-05
hackernews.md
0
1
export
hackernews
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive toolkit for fetching, searching, analyzing, and monitoring Hacker News content. Use when Claude needs to interact with Hacker News for (1) Fetching top/new/best/ask/show/job stories, (2) Searching for specific topics or keywords, (3) Monitoring specific users or tracking their activity, (4) Analyzing trending topics and patterns, (5) Getting story details, comments, or user profiles, or (6) Any other task involving Hacker News data retrieval or analysis.
2026-01-05
omnifocus-manager.md
0
1
export
omnifocus-manager
2
from
"krishagel/geoffrey"
from
"krishagel/geoffrey"
3
Manage OmniFocus tasks, projects, and inbox with proper tagging and organization
2026-01-05
database-migrations.md
0
1
export
database-migrations
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automatically applies when working with database migrations. Ensures proper Alembic patterns, upgrade/downgrade scripts, data migrations, rollback safety, and migration testing.
2026-01-05
profiling-practices.md
0
1
export
profiling-practices
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Performance profiling best practices using py-spy and other Python profiling tools. Activated when profiling code, analyzing bottlenecks, or optimizing performance.
2026-01-05
skill-creator.md
0
1
export
skill-creator
2
from
"Zazzles2908/Mini-Agent_ACP"
from
"Zazzles2908/Mini-Agent_ACP"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends MiniMax-M2's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
file-issue.md
0
1
export
file-issue
2
from
"tnez/docent"
from
"tnez/docent"
3
File a bug report or feature request to a project's GitHub repository
2026-01-05
merging-parallel-work.md
0
1
export
merging-parallel-work
2
from
"taptap/claude-plugins-marketplace"
from
"taptap/claude-plugins-marketplace"
3
测试中, 用户明确指定执行 merging-parallel-work 时候才执行, 其余情况一律不执行
2026-01-05
api-integration.md
0
1
export
api-integration
2
from
"IHKREDDY/agent-skills-ts"
from
"IHKREDDY/agent-skills-ts"
3
Design and implement REST API integrations with proper error handling, authentication, rate limiting, and testing. Use when building API clients, integrating third-party services, or when users mention API, REST, webhooks, HTTP requests, or service integration.
2026-01-05
spec-driven-development.md
0
1
export
spec-driven-development
2
from
"UBAIDRAZA1/UBAIDRAZA1-Todo-Web-App"
from
"UBAIDRAZA1/UBAIDRAZA1-Todo-Web-App"
3
Enforces strict Spec-Driven Development. Prevents direct coding and ensures spec → generate → review loops.
2026-01-05
preventing-sql-injection.md
0
1
export
preventing-sql-injection
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Prevent SQL injection by using $queryRaw tagged templates instead of $queryRawUnsafe. Use when writing raw SQL queries or dynamic queries.
2026-01-05
document-formatter.md
0
1
export
document-formatter
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Format and style documents with consistent formatting. Use when standardizing document formatting or cleaning up text.
2026-01-05
gemini-frontend-assistant.md
0
1
export
gemini-frontend-assistant
2
from
"MrOwaisAbdullah/ai-humanoid-robotics"
from
"MrOwaisAbdullah/ai-humanoid-robotics"
3
A specialized skill for frontend development tasks using the Gemini CLI. It leverages Gemini's multimodal capabilities for generating UI code (React, Tailwind CSS) from descriptions or images (screenshots).
2026-01-05
performance-gate.md
0
1
export
performance-gate
2
from
"DanielPodolsky/mentor-spec"
from
"DanielPodolsky/mentor-spec"
3
Verify performance implications were considered and no obvious anti-patterns exist. Issues result in WARNINGS.
2026-01-05
git-doc-updater.md
0
1
export
git-doc-updater
2
from
"u9401066/copilot-capability-manager"
from
"u9401066/copilot-capability-manager"
3
Auto-check and update key documentation before Git commits to keep docs in sync with code.LOAD THIS SKILL WHEN: Before git commit/push | User says "準備提交", "sync docs", "發布", "release" | code changes affect documentation.CAPABILITIES: Update README, CHANGELOG, ROADMAP, ARCHITECTURE, Memory Bank; minimal changes; semantic versioning; Keep a Changelog format.
2026-01-05
github-runner-setup.md
0
1
export
github-runner-setup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
GitHub Actions self-hosted runner setup and maintenance. Use when setting up dedicated runner users,migrating runners from personal accounts, troubleshooting runner issues, or implementing runner isolation.Covers systemd services, environment isolation, and skills plane integration.
2026-01-05
frontend.md
0
1
export
frontend
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
React + Vite + TailwindCSS frontend development in web/. Covers components, pages, routing, API client, Supabase auth, and Cloudflare Pages deployment. Port 5174 for local dev.
2026-01-05
recipe-builder.md
0
1
export
recipe-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create and manage WaveCap-SDR recipe templates for common capture scenarios. Use when setting up new band plans, creating presets for trunking systems, or building reusable multi-channel configurations for marine/aviation/broadcast monitoring.
2026-01-05
oauth-user-authentication.md
0
1
export
oauth-user-authentication
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
OAuth flows for user-context operations. Web application patterns, device flow for CLI tools, and token refresh strategies for GitHub Apps.
2026-01-05
docs-search.md
0
1
export
docs-search
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Lightweight search utility for Toss / Apps-in-Toss llms-full.txt docs, caching sources and ranking snippets with keyword + similarity (Korean-aware) scoring.
2026-01-05
using-tmux-for-interactive-commands.md
0
1
export
using-tmux-for-interactive-commands
2
from
"thurstonsand/thurstons-claude-skills"
from
"thurstonsand/thurstons-claude-skills"
3
Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through detached sessions and send-keys
2026-01-05
pwa-assets-generator.md
0
1
export
pwa-assets-generator
2
from
"laststance/claude-code-marketplace"
from
"laststance/claude-code-marketplace"
3
Generate all required PWA assets from a single 1024x1024px image. This skill creates app icons, favicons, Apple touch icons, maskable icons, badge icons, and placeholder screenshots for PWAs. Use when developers need to prepare PWA manifest assets, generate multiple icon sizes from a source image, or create a complete set of PWA-compliant images.
2026-01-05