Browse Skills

16146 skills found

bats-testing-patterns.md
0
1 export bats-testing-patterns
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.
2026-01-05
wordpress-testing-qa.md
0
1 export wordpress-testing-qa
2 danielseltzer from "danielseltzer/code-analysis-tools"
3 WordPress plugin and theme testing with PHPUnit integration tests, WP_Mock unit tests, PHPCS coding standards, and CI/CD workflows
2026-01-05
phoenix-liveview.md
0
1 export phoenix-liveview
2 bobmatnyc from "bobmatnyc/termpilot"
3 Phoenix Framework with LiveView on the BEAM. Covers OTP foundations, context-driven domain modeling, Ecto data layer, LiveView real-time patterns, PubSub/Presence, testing, performance, and deployment with releases.
2026-01-05
code-review-checklist.md
0
1 export code-review-checklist
2 ils15 from "ils15/copilot-global-config"
3 Systematic code review using quality gates, SOLID principles, error handling patterns, and test coverage analysis. Provides structured feedback with severity levels and actionable improvements.
2026-01-05
agent-builder.md
0
1 export agent-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Interactive AI agent development workflow orchestrator. Guides users through complete agent creation from brainstorming to production-ready implementation. Use when user wants to build a new AI agent, design an agentic system, scaffold an agent project, or needs help with agent architecture decisions. Supports three-phase workflow - design documentation, implementation scaffolding, and operations (deploy/observe/evaluate).
2026-01-05
expo-eas-build-expert.md
0
1 export expo-eas-build-expert
2 MEDICALCOR from "MEDICALCOR/medicalcor-core"
3 Expert on EAS Build cloud service for building iOS and Android apps. Covers build configuration, credentials management, custom builds, CI/CD integration, and troubleshooting. Invoke when user mentions EAS Build, cloud builds, app compilation, build workflows, or iOS/Android binary creation.
2026-01-05
vercel-fastapi-link.md
0
1 export vercel-fastapi-link
2 FAIQahm from "FAIQahm/hackathon_I_book"
3 Configure FastAPI for Vercel deployment.Bundled Resources: Includes 'vercel.json', CORSMiddleware, Python logging setup, and Pydantic model examples.
2026-01-05
create-worktree-skill.md
0
1 export create-worktree-skill
2 eduardoarantes from "eduardoarantes/claude-code-plugin-marketplace"
3 Use when the user explicitly asks for a SKILL to create a worktree. If the user does not mention "skill" or explicitly request skill invocation, do NOT trigger this. Only use when user says things like "use a skill to create a worktree" or "invoke the worktree skill". Creates isolated git worktrees with parallel-running configuration.
2026-01-05
code-audit.md
0
1 export code-audit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 全面审查代码质量、架构设计和开发规范。检查 Next.js/Server Actions 最佳实践、代码重复、逻辑清晰度、文档完整性、第三方库更新状态、低效方法。用于代码审查、质量提升、重构规划、新人上手理解代码。
2026-01-05
terraform-code.md
0
1 export terraform-code
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Write HashiCorp-compliant Terraform infrastructure code for Azure with automated style validation. Optimized for azurerm and azapi providers. Use when implementing Terraform resources, modules, or configurations. Triggers include "write terraform", "create tf module", "terraform code", "implement infrastructure as code", or working with .tf files. ALWAYS uses Terraform MCP tools to query provider documentation before implementation.
2026-01-05
animation-principles-advanced.md
0
1 export animation-principles-advanced
2 dylantarre from "dylantarre/animation-principles"
3 Use when someone has strong command of animation principles and seeks deeper understanding of subtle applications, edge cases, and stylistic variations
2026-01-05
express-nodejs-expert.md
0
1 export express-nodejs-expert
2 WebDev70 from "WebDev70/hosting-google"
3 Expert knowledge of Express.js and Node.js for building production-ready web applications and APIs. Covers middleware patterns, routing, async/await error handling, security, performance optimization, proxy patterns, static file serving, and production deployment. Use when working with server.js, adding routes, implementing middleware, debugging Express issues, or optimizing API endpoints.
2026-01-05
skill-creation-best-practices.md
0
1 export skill-creation-best-practices
2 CodeTonight-SA from "CodeTonight-SA/cips"
3 PARAMOUNT quality gate for ALL skill creation. Enforces Anthropic best practices and CIPS standards before any skill is created, whether proposed, auto-generated, or autonomously discovered. Use when creating, reviewing, or approving ANY skill.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 OEvortex from "OEvortex/opencodex"
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 Opencodex's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
database-first.md
0
1 export database-first
2 discountedcookie from "discountedcookie/10x-mapmaster"
3 REQUIRED before implementing any game feature, scoring logic, state transition, or decision-making. ALL business logic lives in PostgreSQL - frontend is presentation only. Load this to understand where code belongs: database function vs component. Covers RPC patterns, SECURITY DEFINER, and anti-patterns.
2026-01-05
accessibility-specialist.md
0
1 export accessibility-specialist
2 oehm-smith from "oehm-smith/linux-env"
3 Ensures web applications are accessible to all users including those with disabilities, following WCAG standards
2026-01-05
google-drive.md
0
1 export google-drive
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Manage Google Drive files and folders. Load when user mentions 'google drive', 'drive', 'upload file', 'download file', 'share file', 'create folder', or references cloud file storage operations.
2026-01-05
blazor-blog-feature.md
0
1 export blazor-blog-feature
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Adds a complete blog feature to an existing Blazor WebAssembly Static Web App with Azure Functions backend and Azure File Share for markdown storage. Use when implementing blog functionality in .NET Blazor WASM projects with Azure infrastructure. Includes post listing, detail pages, markdown rendering, Azure Storage integration.
2026-01-05
aptos-move-prover.md
0
1 export aptos-move-prover
2 MEDICALCOR from "MEDICALCOR/medicalcor-core"
3 Expert on Move Prover formal verification - specification language (MSL), preconditions, postconditions, invariants, aborts_if, ensures, requires, modifies, emits, global invariants, schema patterns, quantifiers, helper functions, pragma directives, verification strategies, and debugging proofs. Triggers on keywords move prover, formal verification, spec, invariant, ensures, requires, aborts_if, precondition, postcondition, quantifier, schema, pragma
2026-01-05
therapy-orchestrator.md
0
1 export therapy-orchestrator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Master coordinator for NextStep Therapy's 12 skills. Diagnoses what the user needs, routes to appropriate skills, manages state across sessions, and handles context handoffs with Context Paradox awareness. Use when starting new projects, when user says 'help me with [X]' without specifics, when switching between tasks, or when determining which skill(s) to apply. Prevents context overload that degrades output quality. Includes 5 pre-built therapy workflows for common scenarios. Triggers on: help me with marketing, where do I start, what should I do first, I need to, complex multi-skill requests, ambiguous content requests.
2026-01-05
rpg-tools.md
0
1 export rpg-tools
2 serelon from "serelon/rpg-tools"
3 Solo RPG mechanical tools for dice rolling, tarot draws, oracles, name generation, character/location/memory management, and story retrieval. Use when the user asks to roll dice, draw tarot cards, consult oracles, generate names, load characters or locations, track memories, or pull from story collections during RPG sessions.
2026-01-05
launch-planner.md
0
1 export launch-planner
2 skycruzer from "skycruzer/fleet-management-v2"
3 Transform app ideas into shippable MVPs using rapid validation methodology. Use when the user wants to build a new app, evaluate an idea, generate a PRD, create Claude Code prompts, scope an MVP, or make product decisions. Helps avoid feature creep and over-engineering by focusing on core user loops and real user validation.
2026-01-05
prompt-strategy.md
0
1 export prompt-strategy
2 jhlee0409 from "jhlee0409/laylder"
3 Develop and optimize AI prompt strategies for code generation. Use when creating new AI model strategies, optimizing prompts for Claude/GPT/Gemini/DeepSeek/Grok, or improving prompt quality. Includes model-specific optimization techniques.
2026-01-05
workflow.md
0
1 export workflow
2 jayprimer from "jayprimer/pmc-marketplace"
3 Develop, test, and register PMC workflows.Workflows are JSON state machines for Claude CLI, shell, sub-workflows.WORKFLOW:1. DEFINE - Create workflow JSON with states, transitions2. VALIDATE - pmc validate <workflow.json>3. MOCK - Create mock scripts for each state4. TEST MOCK - pmc run --mock to test transitions5. TEST REAL - pmc run with real data6. REGISTER - Add to registry.jsonUse when:- User says "create workflow", "new workflow", "automate"- Automating repetitive multi-step processes- Building CI/CD or development pipelines
2026-01-05