plan
[Planning] Use when you need to plan technical solutions that are scalable, secure, and maintainable.
pr
[Git & Release] ⚡ Create a pull request with standard format
problem-solving
[Planning] Apply systematic problem-solving techniques for complexity spirals (simplification cascades), innovation blocks (collision-zone thinking), recurring patterns (meta-pattern recognition), assumption constraints (inversion exercise), scale uncertainty (scale game), and dispatch when stuck. Techniques derived from Microsoft Amplifier project patterns adapted for immediate application.
product-owner
[Team Roles] Assist Product Owners with idea capture, backlog management, prioritization frameworks, and stakeholder communication. Use when working with product ideas, backlog items, sprint planning, or prioritization decisions. Triggers on keywords like "idea", "backlog", "prioritize", "sprint planning", "user value", "stakeholder", "product vision".
project-manager
[Team Roles] Assist Project Managers with status reports, dependency tracking, risk management, and team sync facilitation. Provides templates for sprint status, risk registers, dependency matrices, and meeting agendas. Triggers on keywords like "status report", "sprint status", "dependency", "risk", "team sync", "meeting agenda", "blockers", "project status", "sprint progress".
qa-engineer
[Team Roles] Assist QA Engineers with test planning, test case generation from acceptance criteria, coverage analysis, and regression test identification. Use when creating test plans, generating test cases, analyzing test coverage, or identifying regression risks. Triggers on keywords like "test plan", "test cases", "test spec", "test coverage", "regression", "QA", "testing strategy", "edge cases".
recover
[Tooling & Meta] Restore workflow context from checkpoint after session loss
refactoring
[Utilities] Use when restructuring code without changing behavior - extract method, extract class, rename, move, inline, introduce parameter object. Triggers on keywords like "extract", "rename", "move method", "inline", "restructure", "decompose".
release-notes
[Git & Release] Generate professional release notes from git commits between two refs with automated categorization. Use when creating release notes from git history.
repomix
[AI & Tools] Package code repositories into single AI-friendly files using Repomix with customizable patterns and multiple output formats. Triggers: repomix, package repo, repository context, codebase snapshot, repo pack.
research
[Planning] Use when you need to research, analyze, and plan technical solutions that are scalable, secure, and maintainable.
review-changes
[Review & Quality] Review all uncommitted changes before commit
review-codebase
[Review & Quality] ⚡⚡⚡ Scan & analyze the codebase.
review-post-task
[Review & Quality] ⚡⚡⚡ Two-pass code review for task completion
review
[Review & Quality] ⚡⚡ Perform comprehensive code review
scout-ext
[Utilities] ⚡ Use external agentic tools to scout given directories
scout
[Utilities] Fast codebase file discovery for task-related files. Use when quickly locating relevant files across a large codebase, beginning work on features spanning multiple directories, or before making changes that might affect multiple parts. Triggers on "find files", "locate", "scout", "search codebase", "what files".
security
[Review & Quality] ⚡⚡ Perform security review
sequential-thinking
[Planning] Apply structured, reflective problem-solving for complex tasks requiring multi-step analysis, revision capability, and hypothesis verification. Use for complex problem decomposition, adaptive planning, analysis needing course correction, problems with unclear scope, multi-step solutions, and hypothesis-driven work.
skill-create
[Tooling & Meta] Create a new agent skill
skill-fix-logs
[Tooling & Meta] Fix the agent skill based on `logs.txt` file.
skill-optimize
[Tooling & Meta] Optimize an existing agent skill
git-merge
[Git & Release] ⚠️ Merge code from one branch to another
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\")
Page 303 of 419 · 20902 results
