Browse Skills

44656 skills found

sop-api-development.md
0
1 export sop-api-development
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete REST API development workflow coordinating backend, database, testing, documentation, and DevOps agents. 2-week timeline with TDD approach.
2026-01-05
progress-tracker.md
0
1 export progress-tracker
2 schuettc from "schuettc/claude-code-plugins"
3 Update feature progress log and check off completed tasks. Use when user completes implementation tasks, makes commits, or indicates work is done. ASKS BEFORE MODIFYING files. Updates plan.md progress log section and implementation step checkboxes.
2026-01-05
argument.md
0
1 export argument
2 tylerburleigh from "tylerburleigh/claude-model-chorus"
3 Structured dialectical reasoning through three-role analysis (Creator/Skeptic/Moderator)
2026-01-05
argo-events.md
0
1 export argo-events
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Build event-driven Kubernetes automation with Argo Events. Connect external systems to reactive workflows using EventSources, EventBus, and Sensors.
2026-01-05
frontend-design.md
0
1 export frontend-design
2 justin-graham from "justin-graham/cooley"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
code-review.md
0
1 export code-review
2 JacobFV from "JacobFV/me"
3 Systematic code review checklist
2026-01-05
testing.md
0
1 export testing
2 nera0875 from "nera0875/blv_htmx"
3 Chrome DevTools E2E testing expert. Ultra-fast testing with optimized workflow (navigate → snapshot → batch interactions → verify). Auto-invokes after frontend features or on keywords "test", "E2E", "browser", "chrome", "UI testing".
2026-01-05
chezmoi.md
0
1 export chezmoi
2 trentshaines from "trentshaines/dotfiles"
3 Help with chezmoi dotfile management, ansible playbooks, and syncing configs to the dotfiles repository. Use when modifying configuration files in ~/.config, ~/, ansible playbooks, or other managed locations. ALWAYS prompt the user about syncing to chezmoi after making config changes.
2026-01-05
paperless.md
0
1 export paperless
2 MichaelVessia from "MichaelVessia/nixos-config"
3 Search and manage documents in Paperless-ngx document management system. Use when the user asks about documents, invoices, receipts, tax forms, bills, or wants to search their document library.
2026-01-05
stripe-integration.md
0
1 export stripe-integration
2 jonit-dev from "jonit-dev/pixelperfect"
3 Implement Stripe payment flows, webhooks, and billing logic. Use when working with payments, subscriptions, checkout, or credit systems.
2026-01-05
writing-plans.md
0
1 export writing-plans
2 jrc1883 from "jrc1883/popkit-claude"
3 Creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps for engineers with zero codebase context. Assumes skilled developers who need domain-specific guidance, following DRY, YAGNI, and TDD principles. Use after brainstorming/design is complete when handing off to another developer or planning complex multi-step work. Do NOT use for simple tasks, quick fixes, or when you're implementing yourself and already understand the codebase - just start coding instead.
2026-01-05
mova-skill-ingest-store-episode-basic-wrapper.md
0
1 export mova-skill-ingest-store-episode-basic-wrapper
2 Leryk1981 from "Leryk1981/mova_wf_cycle"
3 Persists ds.episode_skill_ingest_run_v1 in the lab’s genetic file store.
2026-01-05
dnd-dice-roller.md
0
1 export dnd-dice-roller
2 JoeCotellese from "JoeCotellese/dnd-dm-skill"
3 Roll dice using D&D notation (d20, 2d6+3, advantage/disadvantage)
2026-01-05
prompt-clarifier.md
0
1 export prompt-clarifier
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Ambiguous prompts, vague requirements, missing context, unclear instructionsWHAT: Ambiguity detection + AskUserQuestion clarification + Interactive option selectionWHEN NOT: Clear detailed instructions → proceed directly
2026-01-05
debugging-and-troubleshooting.md
0
1 export debugging-and-troubleshooting
2 customer-cloud-club from "customer-cloud-club/meeting-visualizer"
3 Systematic error diagnosis and debugging workflow for Node.js/TypeScript code. Use when code isn't working, tests fail, or runtime errors occur.
2026-01-05
verification-before-completion.md
0
1 export verification-before-completion
2 will-flemmer from "will-flemmer/claude-config"
3 Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
2026-01-05
nichecompass-docs-local.md
0
1 export nichecompass-docs-local
2 majiayu000 from "majiayu000/claude-skill-registry"
3 NicheCompass 本地文档(en/latest)
2026-01-05
note-writer.md
0
1 export note-writer
2 u9401066 from "u9401066/copilot-capability-manager"
3 Write structured notes from source materials following academic standards.LOAD THIS SKILL WHEN: User says "寫筆記", "write notes", "摘要", "summarize", "整理重點" | has source content to summarize | creating reading notes.CAPABILITIES: Structured summaries, key point extraction, citation formatting, template-based writing.
2026-01-05
roadmap-prioritization-planning.md
0
1 export roadmap-prioritization-planning
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-product-manager"
3 Master prioritization frameworks, roadmap planning, timeline estimation, and resource allocation. Create executable roadmaps that drive focus and alignment.
2026-01-05
td-convolution.md
0
1 export td-convolution
2 teradata-labs from "teradata-labs/claude-cookbooks"
3 Convolution operations for signal processing and filtering
2026-01-05
systematic-debugging.md
0
1 export systematic-debugging
2 timequity from "timequity/vibe-coder"
3 Use when encountering any bug, test failure, or unexpected behavior - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
slop.md
0
1 export slop
2 rhinoman from "rhinoman/slop-plugin"
3 Generate code in SLOP (Symbolic LLM-Optimized Programming), a language designed forminimal human involvement in coding. Use when: (1) User asks for SLOP code, (2) Needstrong contracts and range types, (3) Creating code with typed holes for incrementalgeneration, (4) Generating efficient C code. SLOP uses S-expression syntax and transpiles to C.
2026-01-05
property-testing-guide.md
0
1 export property-testing-guide
2 EmilLindfors from "EmilLindfors/claude-marketplace"
3 Introduces property-based testing with proptest, helping users find edge cases automatically by testing invariants and properties. Activates when users test algorithms or data structures.
2026-01-05
markdown.md
0
1 export markdown
2 46ki75 from "46ki75/skills"
3 Markdown linting and automated fixing using markdownlint-cli2. Use when Claude needs to: (1) Check markdown files for style issues, (2) Fix markdown formatting problems, (3) Ensure markdown follows best practices, (4) Validate markdown documents, or (5) Apply consistent markdown styling
2026-01-05