ai-dev-tools-sync
[Tooling & Meta] Synchronize and update Claude Code and GitHub Copilot development tool configurations to work similarly. Use when asked to update Claude Code setup, update Copilot setup, sync AI dev tools, add new skills/prompts/agents across both platforms, or ensure Claude and Copilot configurations are aligned. Covers skills, prompts, agents, instructions, workflows, and chat modes.
api-design
[Implementation] Use when designing or modifying REST API endpoints, controller structure, route patterns, request/response DTOs. Triggers on keywords like "API endpoint", "REST", "controller", "route", "HTTP", "request body", "response".
arch-cross-service-integration
[Architecture] Use when designing or implementing cross-service communication, data synchronization, or service boundary patterns.
arch-performance-optimization
[Architecture] Use when analyzing and improving performance for database queries, API endpoints, or frontend rendering.
arch-security-review
[Architecture] Use when reviewing code for security vulnerabilities, implementing authorization, or ensuring data protection.
ask
[Planning] ⚡ Answer technical and architectural questions.
bootstrap-auto
[Utilities] ⚡⚡⚡⚡ Bootstrap a new project automatically
bootstrap
[Utilities] ⚡⚡⚡⚡⚡ Bootstrap a new project step by step
brainstorm
[Planning] ⚡⚡ Brainstorm a feature
branch-comparison
[Git & Release] Use when the user asks to compare branches, analyze git diffs, review changes, update specifications based on code changes, or sync specs with implementation. Triggers on keywords like "compare branches", "git diff", "what changed", "branch comparison", "spec update", "sync specs".
bug-diagnosis
[Fix & Debug] Quick triage skill for initial bug assessment and user-reported issues. Use for bug reports, error reports, quick diagnosis, initial triage, "what's causing", "why is this failing". For systematic multi-file debugging with verification protocols, use `debug` skill instead.
business-analyst
[Team Roles] Assist Business Analysts with requirements refinement, user story writing, acceptance criteria in BDD format, and gap analysis. Use when creating user stories, writing acceptance criteria, analyzing requirements, or mapping business processes. Triggers on keywords like "requirements", "user story", "acceptance criteria", "BDD", "GIVEN WHEN THEN", "gap analysis", "process flow", "business rules".
business-feature-docs
[Docs] Generate enterprise module documentation with 26-section structure and folder hierarchy. Use for module docs, enterprise features, detailed specs in docs/business-features/{Module}/. Includes README, INDEX, API-REFERENCE, detailed-features/. Triggers on "module docs", "enterprise feature docs", "business module", "26-section docs", "detailed feature specs". For single-file quick docs, use feature-docs instead.
changelog-update
[Git & Release] Update CHANGELOG.md [Unreleased] section with business-focused entries via systematic file review
checkpoint
[Tooling & Meta] Save memory checkpoint to preserve analysis context
ck-help
[Tooling & Meta] ClaudeKit usage guide - just type naturally
claude-code
[Tooling & Meta] Claude Code CLI setup, configuration, troubleshooting, and feature guidance. Triggers on claude code setup, hook not firing, MCP connection, context limit, skill creation, slash command setup.
code-auto
[Implementation] ⚡⚡⚡ [AUTO] Start coding & testing an existing plan (\"trust me bro\")
code-no-test
[Implementation] ⚡⚡ Start coding an existing plan (no testing)
code-parallel
[Implementation] ⚡ Execute parallel or sequential phases based on plan structure
code-patterns
[Implementation] Code implementation patterns and best practices learned from real mistakes. Covers file I/O safety (locking, atomic writes), data persistence, and validation. Use for file-based state, shared resources, concurrent access. NOT for auto-learning patterns (see learned-patterns skill).
code-review
[Review & Quality] Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.
code-simplifier
[Review & Quality] Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
code
[Implementation] ⚡⚡⚡ Start coding & testing an existing plan
coding-level
[Utilities] Set coding experience level for tailored explanations
commit
[Git & Release] Stage changes and create git commits with conventional commit messages. Use when asked to "commit", "stage and commit", "save changes", or after completing implementation tasks. Alias for /git/cm.
compact
[Tooling & Meta] Compress conversation context to optimize tokens
context-optimization
[Tooling & Meta] Use when managing context window usage, compressing long sessions, or optimizing token usage. Triggers on keywords like "context", "memory", "tokens", "compress", "summarize session", "context limit", "optimize context".
context
[Planning] Load current project development context
cook-auto-fast
[Implementation] ⚡ No research. Only scout, plan & implement [\"trust me bro\"]
cook-auto-parallel
[Implementation] ⚡⚡⚡ Plan parallel phases & execute with fullstack-developer agents
cook-auto
[Implementation] ⚡⚡ Implement a feature automatically (\"trust me bro\")
cook-fast
[Implementation] ⚡ Fast implementation - skip research, minimal planning
cook-hard
[Implementation] ⚡⚡⚡⚡ Thorough implementation with maximum verification
cook-parallel
[Implementation] ⚡⚡⚡ Parallel implementation - multiple tasks simultaneously
cook
[Implementation] ⚡⚡⚡ Implement a feature [step by step]
create-feature
[Implementation] Scaffold a new feature with backend and frontend components
database-optimization
[DevOps & Infra] Use when optimizing database queries, indexes, N+1 problems, slow queries, or analyzing query performance. Triggers on keywords like "slow query", "N+1", "index", "query optimization", "database performance", "eager loading".
design-describe
[Design & Content] Describe a design based on screenshot/video
design-fast
[Design & Content] Create a quick design
design-good
[Design & Content] Create an immersive design
design-screenshot
[Design & Content] Create a design based on screenshot
design-video
[Design & Content] Create a design based on video
devops
[DevOps & Infra] Deploy and manage cloud infrastructure on Cloudflare (Workers, R2, D1, KV, Pages, Durable Objects, Browser Rendering), Docker containers, and Google Cloud Platform (Compute Engine, GKE, Cloud Run, App Engine, Cloud Storage). Use when deploying serverless functions to the edge, configuring edge computing solutions, managing Docker containers and images, setting up CI/CD pipelines, optimizing cloud infrastructure costs, implementing global caching strategies, working with cloud databases, or building cloud-native applications.
docs-init
[Docs] ⚡⚡⚡⚡ Analyze the codebase and create initial documentation
docs-seeker
[Docs] Search technical documentation using executable scripts to detect query type, fetch from llms.txt sources (context7.com), and analyze results. Use when user needs: (1) Topic-specific documentation (features/components/concepts), (2) Library/framework documentation, (3) GitHub repository analysis, (4) Documentation discovery with automated agent distribution strategy
docs-summarize
[Docs] ⚡ Analyze the codebase and update documentation
docs-update
[Docs] ⚡⚡⚡ Analyze the codebase and update documentation
documentation
[Docs] Use when the user asks to enhance documentation, add code comments, create API docs, improve README files, or document code. Triggers on keywords like "document", "documentation", "API docs", "comments", "JSDoc", "XML comments", "README", "getting started", "setup instructions".
docx-to-markdown
[Utilities] Convert Microsoft Word (.docx) files to Markdown. Use when importing Word documents, extracting content from DOCX for version control, or converting documentation to Markdown format.
Page 1 of 3 · 144 results