53 skills available across all bundles.
| Skill | Usage | Description |
|---|---|---|
| /autopilot | /autopilot <issue_number> <--dry-run> <--urgent-first|--least-first> |
Autonomous work loop — picks up issues, implements, QAs, PRs. Stops for merge approval. |
| /calibrate | /calibrate <full|rescan|recommend|status|best-practices> |
Deep-learn a project and configure the full toolkit — scans code patterns, recommends MCP servers/agents/skills/workflows, installs everything. The single entry point for project adaptation. |
| /ci-fix | /ci-fix [ci|staging|prod] [branch] |
Auto-remediate CI, staging, and production failures. 3-attempt retry with investigation. Discord alert on exhaustion. |
| /client-discovery | /client-discovery <client-name> <-- brief> |
Client discovery and AI readiness assessment. |
| /consulting | /consulting <client-name> <--phase discovery|assess|propose|design|deliver|track> <-- brief> |
Run a full AI consulting engagement. |
| /deliverable-builder | /deliverable-builder <client-name> <--type final-report|status-update|board-deck|implementation-guide|training-plan|change-management|data-strategy> |
Build client-ready consulting deliverables. |
| /deploy | /deploy <local|staging|preview|testflight-internal> <service> |
Deploy to local or staging environments. Reads deployment knowledge from /calibrate. Refuses production — those go through your team’s review process. |
| /deploy-ios | /deploy-ios <simulator|testflight|appstore> <--device name> <--scheme scheme> |
Build and deploy iOS apps to Simulator, TestFlight, or App Store. Auto-detects Xcode project config, resolves signing, and validates builds. |
| /docs | /docs <audit|write|check> |
Audit and generate documentation for skills, agents, and hooks. Finds gaps, writes missing entries. |
| /engagement-tracker | /engagement-tracker <client-name> <--action status|update|milestone> |
Track consulting engagement progress and milestones. |
| /explore | /explore |
Fast codebase exploration using Haiku. Use for finding files, searching code, understanding structure. |
| /extensions-disable | /extensions disable <pack_id> <reason> |
Disable a previously enabled compliance extension pack. |
| /extensions-enable | /extensions enable <pack_id> |
Enable a compliance extension pack for this project. |
| /extensions-list | /extensions list |
List compliance extension packs and their status. |
| /extensions-status | /extensions status |
Print enabled extension packs with evidence freshness and waiver counts. |
| /extensions-waive | /extensions waive <pack_id>/<rule_id> \ |
Waive a specific extension rule with a written rationale. |
| /fix | /fix <description|#issue> <--severity critical|high|medium> <--hotfix> |
Formal bug fix pipeline — root cause analysis, scope lock, behavior contract, differential testing, regression proof. |
| /goal | /goal <objective> | pause | resume | clear | status |
Speed-first goal-oriented loop — set an objective, agent picks next concrete action, captures evidence, stops at PR. Different from /autopilot (rigor-first multi-issue queue). |
| /implement | /implement <feature-name> [--frontend-only] [--backend-only] [--no-redteam] [--redteam-once] [--redteam-strict] [--phase] [--phases] [--all-phases] |
Spin up an implementation team from a plan. |
| /implementation-plan | /implementation-plan <feature-name> <--design> <--gtm> <--fast> <--lite> <--sync> |
Spin up an adversarial planning team for a feature whose PRD already exists. Reads .claude/specs/ |
| /incident | /incident <description> |
Incident triage orchestrator — classifies severity, diagnoses in parallel, routes to /sre, /ci-fix, or /fix based on evidence. |
| /issue | /issue <title>, /issue close #N, /issue list, /issue remind |
Create, close, list, and remind on GitHub issues. |
| /kb-architecture-diagram | /kb-architecture-diagram [--format=mermaid|dot] [--output=PATH] [--no-ingest] [--push <adapter>|auto] [--help] |
Render the project knowledge base as an architecture diagram (Mermaid or DOT/SVG) from graph.jsonl, with optional push to connected diagramming MCPs. |
| /magazine-generator | /magazine-generator <product-name> |
Generate a single-file HTML horizontal-swipe magazine from product metadata and brand guidelines. |
| /marker | /marker \ |
Drop a timeline marker into the current session for later A/B comparison. |
| /market-research | /market-research <client-name> <--focus industry|competitors|trends> |
Research industry AI adoption, competitors, and trends. |
| /onboard | /onboard |
Session onboarding — project briefing, work prioritization, and guided setup. |
| /opportunity-map | /opportunity-map <client-name> |
Map AI opportunities by ROI and effort, recommend target orgs. |
| /otel-setup | /otel-setup |
Configure OTEL observability — prompts for endpoint and API key, writes env vars. |
| /perf | /perf <scope> <--backend-only> <--frontend-only> <--audit-only> <--deep> |
Run a performance optimization pass with a cross-functional team. |
| /pitch-generator | /pitch-generator <client-name> <--format proposal|exec-summary|deck-outline> |
Generate consulting proposals and pitch documents. |
| /planning | /planning <feature-name> <--no-design> <--gtm> <--sync> <-- brief> |
Generate a PRD (product requirements document) for a feature — user stories, journey, edge cases, success criteria — plus an async tech feasibility note from the architect. Includes a design spec HTML by default (use –no-design to skip). |
| /pr | /pr |
Run QA, create a GitHub PR, and manage post-merge workflow. Never push directly to main. |
| /precheck | /precheck |
Run local tests before pushing. Catches CI failures locally in 30s instead of 4min round-trip. |
| /qa | /qa (commit), /qa full (comprehensive), /qa staging (deployed), /qa prod (read-only). |
Run QA checks. |
| /qa-incident | /qa-incident <description> |
Manually create a QA incident from a known issue. |
| /qa-learn | /qa-learn [prune] |
Review QA knowledge base stats, prune stale entries, show learning metrics. |
| /restart | /restart <service> <--preflight> |
Discover, restart, and validate local dev servers. Auto-detects Docker vs native, checks health, catches crash loops. |
| /revert-check | /revert-check |
Detect accidental reverts of recently-merged PRs in the working tree before commit. Catches stale-buffer / bad-stash-pop scenarios that would silently undo landed bug fixes. |
| /review-pr | /review-pr <#N|branch> <--type bug|feature> |
Differentiated PR review — bug fix vs feature. Scope compliance, regression tests, behavior contract, knowledge base lookup. Uses built-in code review + project-specific checks. |
| /roi-calculator | /roi-calculator <client-name> <--initiative name> |
Calculate ROI for AI initiatives with sensitivity analysis. |
| /scan | /scan [section] |
Scan codebase and auto-populate CLAUDE.md with project context (services, ports, test commands, infrastructure). |
| /schedule-routine | /schedule-routine [--list] [--delete <name>] |
Walk through setting up a Claude Code cloud-hosted scheduled routine — cron, GitHub webhook, or API trigger. |
| /setup | /setup <module> |
Bootstrap any project from empty repo to deployed app. Modular — run full or target a module. |
| /share | /share <plan-name> <--format md|slack|twitter> |
Format plans and strategies for sharing. Adds attribution, cleans sensitive info, outputs shareable format. |
| /ship | /ship |
Use when the user wants to commit, push, and create a PR in one command. Shortcut for the full ship workflow — stages, commits, pushes, and opens a GitHub PR. |
| /solution-architect | /solution-architect <client-name> <--initiative name> |
Design AI solutions for consulting engagements. |
| /sre | /sre [command]. Commands: status, health, logs, deploy-check, ci, sleep, wake, debug, rebuild, dialog |
Run SRE operations. |
| /tech-debt | /tech-debt <scope> <--audit-only> <--workflow|--classic> <--invoked-by VALUE> |
Holistic tech-debt audit — DRY violations, dead code, design smells, coupling, deprecated patterns. File-cited findings with severity tiers. |
| /templates | /templates <type> <topic> |
Generate structured deliverables from templates. |
| /welcome | /welcome |
Role-aware welcome for non-engineers. Presents intent-based menu instead of blank terminal. |
| /wiki-knowledge-base | /wiki-knowledge-base <init|ingest|query|lint|status> <topic> [-- <text>] |
Build and maintain LLM-powered topic wikis. |
| /wizard | /wizard <role> <step> |
Guided step-by-step workflows for non-engineers. Role-based flows that walk you through common tasks. |
Auto-generated on 2026-05-30