Browse Skills
16146 skills found
web-design.md
0
1
export
web-design
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Principles and code snippets for designing responsive, accessible websites. Use this skill when building or refining web interfaces.
2026-01-05
persona-creation.md
0
1
export
persona-creation
2
from
"franklinbaldo/egregora"
from
"franklinbaldo/egregora"
3
Master the art of creating effective AI agent personas for Jules. Learn how to design role-specific prompts that guide Jules to execute tasks with precision, following best practices, and maintaining project standards. Use when creating new Jules personas or improving existing ones.
2026-01-05
planificador-mvp.md
0
1
export
planificador-mvp
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Crea planes de implementación realistas para MVPs de 2-4 semanas. Define alcance mínimo, stack tecnológico, tareas priorizadas y cronograma. Úsalo después de validar una idea para planificar la construcción del producto mínimo viable.
2026-01-05
git-commit-standards.md
0
1
export
git-commit-standards
2
from
"JackSmack1971/claude-code-learning-flywheel"
from
"JackSmack1971/claude-code-learning-flywheel"
3
Use when creating git commits or pull requests. Enforces conventional commit format and atomic change principles. Verified on Git 2.30+
2026-01-05
testcase-creator.md
0
1
export
testcase-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate requirements-based test cases from Gherkin user stories using BDD methodology. Use this skill when the user asks to create test cases, generate test cases from user stories, analyze requirements for testing, convert user stories to test cases, or work with files in docs/user-stories/. This skill performs comprehensive requirement analysis and outputs Azure DevOps-compatible CSV test case files with proper formatting for import.
2026-01-05
manage-python-env.md
0
1
export
manage-python-env
2
from
"dudusoar/VRP-Toolkit"
from
"dudusoar/VRP-Toolkit"
3
Quick reference for uv (fast Python package manager) operations to save tokens. Use when creating virtual environments, installing packages, managing dependencies, or when user asks about uv commands. Provides concise patterns for Python project setup and package management.
2026-01-05
wcag-aria-lookup.md
0
1
export
wcag-aria-lookup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Looks up WCAG 2.1 AA criteria and WAI-ARIA patterns, returning official W3C URLs with concise summaries. Use when user asks about accessibility standards, WCAG criteria (e.g., "1.4.3", "contrast"), ARIA attributes (e.g., "aria-expanded", "role=dialog"), or accessible component patterns (e.g., "accessible tabs", "modal dialog a11y").
2026-01-05
symbols.md
0
1
export
symbols
2
from
"miethe/ai-scratchpad"
from
"miethe/ai-scratchpad"
3
Token-efficient codebase navigation through intelligent symbol loading and querying. Use this skill when implementing new features (find existing patterns), exploring codebase structure, searching for components/functions/types, or understanding architectural layers. Reduces token usage by 60-95% compared to loading full files. Layer split enables 50-80% additional backend efficiency.
2026-01-05
mutation-testing.md
0
1
export
mutation-testing
2
from
"cskiro/claudex"
from
"cskiro/claudex"
3
Use PROACTIVELY when checking if tests catch real bugs, assessing test suite quality, finding weak tests, or measuring mutation score. Validates test effectiveness beyond coverage metrics by introducing code mutations. Supports Stryker (JS/TS), PIT (Java), mutmut (Python). Not for projects without existing test suites.
2026-01-05
supabase-local-dev.md
0
1
export
supabase-local-dev
2
from
"Jzineldin/image-wise-learn-62"
from
"Jzineldin/image-wise-learn-62"
3
Expert at managing local Supabase development environment including starting/stopping services, resetting databases, running migrations, and seeding data. Use when working with local Supabase, Docker, or database development.
2026-01-05
browser-automation.md
0
1
export
browser-automation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, interact with web applications, monitor network requests, debug web pages, or extract design tokens. Triggers include "browse", "navigate to", "go to website", "open webpage", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web", "check network requests", "debug page", "get design tokens", "extract colors", "analyze website design". When taking actions be as specific as possible.
2026-01-05
making-commits.md
0
1
export
making-commits
2
from
"ivanov-i/dots"
from
"ivanov-i/dots"
3
Use when making git commits — splits mixed diffs and writes concise single‑line messages.
2026-01-05
workflow-devkit.md
0
1
export
workflow-devkit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build durable, resumable TypeScript workflows with Vercel Workflow DevKit. Use when creating long-running processes, AI agents, background jobs, multi-step pipelines, webhooks, or event-driven systems. Triggers on "workflow", "durable", "resumable", "use workflow", "use step".
2026-01-05
deploy-guide.md
0
1
export
deploy-guide
2
from
"uniyous/parkgolf-platform"
from
"uniyous/parkgolf-platform"
3
Park Golf Platform 배포 가이드. 인프라 구성, 서비스 배포, 앱 배포 순서와 방법 안내. "배포", "deploy", "인프라", "Cloud Run", "Firebase" 관련 질문 시 사용합니다.
2026-01-05
global-error-handling.md
0
1
export
global-error-handling
2
from
"mshafei721/Turbocat"
from
"mshafei721/Turbocat"
3
Implement robust error handling with user-friendly messages, specific exception types, centralized handling, and graceful degradation. Use this skill when adding try-catch blocks, error boundaries, or exception handling. When creating custom error types or exception classes. When deciding where to handle errors (controller vs. service layer). When writing user-facing error messages. When implementing retry logic with exponential backoff. When ensuring resources are cleaned up in finally blocks or equivalent patterns.
2026-01-05
debugging-process.md
0
1
export
debugging-process
2
from
"kokuyouwind/claude-plugins"
from
"kokuyouwind/claude-plugins"
3
Provides systematic debugging methodology for thorough root cause analysis with evidence-based investigation. Use this skill when investigating code, analyzing bugs, tracing errors, or understanding unexpected behavior.
2026-01-05
bun.md
0
1
export
bun
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Configures Bun as an all-in-one JavaScript runtime, bundler, package manager, and test runner with native TypeScript support. Use when building fast applications, bundling for production, or replacing Node.js tooling.
2026-01-05
refactoring-patterns.md
0
1
export
refactoring-patterns
2
from
"L-Sypniewski/claude-code-toolkit"
from
"L-Sypniewski/claude-code-toolkit"
3
Common refactoring patterns and techniques for improving code quality, reducing complexity, and enhancing maintainability. Use when planning or executing code refactoring.
2026-01-05
extraction-execution.md
0
1
export
extraction-execution
2
from
"elevanaltd/hestai"
from
"elevanaltd/hestai"
3
Intelligent POC-to-production code extraction with architectural awareness. Analyzes dependencies, adapts patterns, makes extraction strategy decisions (copy/adapt/rewrite), maintains system coherence. Performs pre-extraction analysis, transformation reasoning, quality gate enforcement, evidence-based commits. Use when extracting code requires understanding architecture, adapting patterns, threading parameters, or maintaining coherence across modules. Triggers on understand and extract, analyze dependencies, adapt pattern, extraction strategy, architectural extraction, intelligent migration.
2026-01-05
exercise-designer.md
0
1
export
exercise-designer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Designs deliberate practice exercises applying evidence-based learning strategies like retrieval practice, spaced repetition, and interleaving. Activate when educators need varied exercise types (fill-in-blank, debug-this, build-from-scratch, extend-code, AI-collaborative) targeting learning objectives with appropriate difficulty progression. Creates exercise sets that apply cognitive science principles to maximize retention and skill development. Use when designing practice activities for Python concepts, creating homework assignments, generating problem sets, or evaluating exercise quality.
2026-01-05
code-explanation.md
0
1
export
code-explanation
2
from
"brendendurham/claude-code-config"
from
"brendendurham/claude-code-config"
3
Explain code with ASCII diagrams, analogies, and Mermaid visualizations. Triggers: explain this code, how does this work, what does this do, explain architecture, visualize code, diagram this, help me understand
2026-01-05
fundamentals-analysis.md
0
1
export
fundamentals-analysis
2
from
"hck717/FYP-Prep"
from
"hck717/FYP-Prep"
3
Analyzes a company's fundamental performance, growth drivers, and risks using verified financial data and text evidence. Use this when asked to research a stock's business model, revenue segments, or quarterly performance.
2026-01-05
context-manager.md
0
1
export
context-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive context and token usage management for Claude Code. Use this skill when working with large codebases, managing context window budget, optimizing file loading strategies, or when responses indicate context limitations. Helps with token analysis, file organization, query optimization, and context-efficient development workflows.
2026-01-05
mcp-tool-developer.md
0
1
export
mcp-tool-developer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert in building MCP servers using the Official Python MCP SDK. Use this when defining tools, resources, and prompts that allow AI agents to manage application state.
2026-01-05