Browse Skills
44915 skills found
aytordev-options-design.md
0
1
export
aytordev-options-design
2
from
"aytordev/system"
from
"aytordev/system"
3
aytordev option namespacing and design patterns. Use when defining module options, accessing configuration values, or understanding the aytordev.* namespace convention.
2026-01-05
adr-writing.md
0
1
export
adr-writing
2
from
"echohello-dev/betterfit"
from
"echohello-dev/betterfit"
3
Write and maintain Architecture Decision Records (ADRs) when meaningful technical or architecture decisions are made. Use when introducing dependencies, changing APIs, adopting patterns, or making hard-to-reverse decisions.
2026-01-05
pdf-processing-skill.md
0
1
export
pdf-processing-skill
2
from
"ZBCccc/claude-skills"
from
"ZBCccc/claude-skills"
3
提取PDF文件中的文本,并按标题/段落结构化输出。适用于文档总结、数据提取等场景。
2026-01-05
encyclopedia.md
0
1
export
encyclopedia
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Knowledge retrieval from multiple sources. Search docs, web, and code with intelligent routing.
2026-01-05
apple-health-fitness.md
0
1
export
apple-health-fitness
2
from
"g-shudy/claude-plugins"
from
"g-shudy/claude-plugins"
3
Query Health and Fitness data from Apple Health app including activity, workouts, heart rate, sleep, and health metrics. Use when user asks about health stats, fitness activity, workouts, sleep data, or health metrics.
2026-01-05
jelly-multi-ai-code-review.md
0
1
export
jelly-multi-ai-code-review
2
from
"dev-jelly/jelly-dotclaude"
from
"dev-jelly/jelly-dotclaude"
3
Multi-AI code review orchestrator that coordinates Claude Code, Codex CLI, Gemini CLI, and Factory.ai Droid to perform comprehensive, validated, iterative code reviews with automated improvement cycles. Activated when users need multi-perspective AI code reviews or comprehensive code quality checks.
2026-01-05
schema-evolution-agent.md
0
1
export
schema-evolution-agent
2
from
"Unicorn/Radium"
from
"Unicorn/Radium"
3
Manages database schema changes and migrations while maintaining backward compatibility
2026-01-05
clarify.md
0
1
export
clarify
2
from
"corca-ai/public-agents-and-skills"
from
"corca-ai/public-agents-and-skills"
3
Transform vague or ambiguous specifications into precise, actionable requirements through iterative questioning. Use when user asks to "clarify requirements", "refine requirements", "specify requirements", "what do I mean", "make this clearer", or when requests are ambiguous and need structured clarification. Also trigger when user says "clarify", "/clarify", or mentions unclear/vague requirements.
2026-01-05
gh.md
0
1
export
gh
2
from
"SecKatie/katies-ai-skills"
from
"SecKatie/katies-ai-skills"
3
GitHub CLI (gh) for repository management, rulesets, releases, PRs, and issues. This skill is triggered when the user says things like "create a GitHub PR", "list GitHub issues", "set up branch protection", "create a ruleset", "configure GitHub rulesets", "create a GitHub release", "clone this repo", or "manage GitHub repository settings".
2026-01-05
project-status.md
0
1
export
project-status
2
from
"AJBcoding/claude-skill-eval"
from
"AJBcoding/claude-skill-eval"
3
Quick "where are we? what's next?" dashboard with handoffs, sessions, imports, and git activity
2026-01-05
ui-design-implementation.md
0
1
export
ui-design-implementation
2
from
"amo-tech-ai/skybox-gamehub"
from
"amo-tech-ai/skybox-gamehub"
3
Design and implement user interfaces with Tailwind CSS, shadcn/ui components, and modern design patterns. Use when creating new UI screens, improving visual design, building design consistency, or implementing responsive layouts. Specializes in rapid prototyping and production-ready interfaces.
2026-01-05
fastapi-endpoint-builder.md
0
1
export
fastapi-endpoint-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create secure FastAPI routes for task CRUD with search/filter/sort query params and JWT auth when backend endpoints are needed
2026-01-05
typescript-strict.md
0
1
export
typescript-strict
2
from
"canatufkansu/claude-skills"
from
"canatufkansu/claude-skills"
3
TypeScript strict mode patterns with interfaces, type guards, generics, and utility types. Use when defining types, creating type-safe functions, handling nullable values, or implementing generic components.
2026-01-05
excel-export-validator.md
0
1
export
excel-export-validator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Validates Customer Feedback Analyzer Excel exports with 7 view sheets, 36 columns, and professional formatting. Use when checking Excel files, verifying export quality, debugging Excel generation issues, before releasing new versions, or when modifying Excel export code. Ensures zero errors in customer-facing deliverables.
2026-01-05
fastapi-modern.md
0
1
export
fastapi-modern
2
from
"pluginagentmarketplace/custom-plugin-machine-learning"
from
"pluginagentmarketplace/custom-plugin-machine-learning"
3
Building high-performance APIs with FastAPI, async/await, and automatic documentation.
2026-01-05
java-api-discovery.md
0
1
export
java-api-discovery
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Discover Java API signatures from compiled JARs using javap instead of guessing or relying on incomplete documentation. Use when encountering unknown methods, pagination patterns, union types, or compilation errors from incorrect API assumptions.
2026-01-05
beamer-unesp.md
0
1
export
beamer-unesp
2
from
"neylemkeunesp/beamer-unesp-skill"
from
"neylemkeunesp/beamer-unesp-skill"
3
Gerar apresentações Beamer LaTeX no padrão UNESP dark mode. Usar quando o usuário pedir para criar slides, apresentações, ou palestras em Beamer/LaTeX. O template usa tema Madrid com cores escuras (fundo RGB 26,26,26), ícones FontAwesome5, e suporte a código Python/outros. Ideal para apresentações técnicas, acadêmicas ou palestras.
2026-01-05
github-issue-processing.md
0
1
export
github-issue-processing
2
from
"L-Sypniewski/claude-code-toolkit"
from
"L-Sypniewski/claude-code-toolkit"
3
Extract actionable information from GitHub issues including requirements, acceptance criteria, and technical constraints. Use when analyzing GitHub issues or preparing them for workflow execution.
2026-01-05
green-phase.md
0
1
export
green-phase
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Implement minimal code to make failing tests pass (GREEN phase of TDD). Write just enough code to pass tests, no more. Use after red-phase when tests are failing.
2026-01-05
complex-test.md
0
1
export
complex-test
2
from
"miles990/skillpkg"
from
"miles990/skillpkg"
3
Complex skill for testing directory support with nested dirs, binary files, and multiple file types
2026-01-05
implement-multiple-choice-question.md
0
1
export
implement-multiple-choice-question
2
from
"asmith7013/coachingPlatform"
from
"asmith7013/coachingPlatform"
3
Create D3 questions with radio button selections and optional explanations. Students select from options and explain their reasoning.
2026-01-05
ask-oracle.md
0
1
export
ask-oracle
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
2026-01-05
nomos-provider-protocol.md
0
1
export
nomos-provider-protocol
2
from
"autonomous-bits/nomos"
from
"autonomous-bits/nomos"
3
Guide for working with Nomos provider protocol buffers including modifying .proto files, buf workflow, code generation, versioning, and protocol evolution. Use this when modifying the gRPC contract, adding RPC methods, regenerating code, or managing protocol compatibility.
2026-01-05
jira-agile.md
0
1
export
jira-agile
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage Jira Agile boards and sprints. Use when listing boards, creating sprints, or moving issues to/from sprints.
2026-01-05