Six skills are featured on the home page because they embody the judgment-layer moat. The other 34 are fully invokable by full /name. Nothing is hidden behind a flag.
/office-hours
Six forcing questions. Kill bad ideas before you build.
/investigate
Root-cause systematic debug. Reproduce, isolate, diagnose, fix.
/plan-eng-review
Architecture gate. Finds hidden coupling, tests, failure modes.
/plan-design-review
UI/UX audit before implementation. Kills slop patterns early.
/plan-devex-review
Developer experience critique. Finds friction in your tooling.
/cso
Security audit: OWASP Top 10, STRIDE, supply chain.
/ship
Test, review, version bump, push, create PR.
/review
Pre-landing PR review. SQL safety, LLM trust, side effects.
/qa
QA test web app with headless browser. Find + fix bugs, re-verify.
/qa-only
Report-only QA. Tests and lists bugs, doesn't fix.
/checkpoint
Save work state. Resume exactly where you left off.
/health
Code quality dashboard. Weighted composite score, trends.
/retro
Weekly engineering retrospective. Commit history + metrics.
/document-release
Post-ship docs: README, ARCHITECTURE, CHANGELOG, CLAUDE.md.
/autoplan
Auto-review pipeline: CEO → design → eng → DX reviews.
/land-and-deploy
Merge, wait for CI, deploy, verify production via canary.
/benchmark
Performance regression detection. Web Vitals, bundle sizes.
/canary
Post-deploy canary monitoring for console errors + regressions.
/plan-ceo-review
CEO-mode plan review. Rethink scope. Find 10-star product.
/design-review
Visual QA. Spacing, hierarchy, AI-slop fixes in source code.
/devex-review
Live DX audit. Tests developer flow, TTHW, CLI help quality.
/design-consultation
Design system from scratch. Aesthetic, typography, color.
/design-shotgun
Generate multiple AI design variants, compare, iterate.
/design-html
Generate production-quality HTML/CSS from approved mockups.
/codex
Second opinion from OpenAI Codex. Review, challenge, consult.
/office-hours
Brainstorm. Hard questions or enthusiastic collaborator.
/setup-browser-cookies
Import real Chrome cookies into headless session.
/setup-deploy
Configure deploy platform for /land-and-deploy.
/open-cavestack-browser
Launch AI-controlled Chromium with sidebar extension.
/pair-agent
Pair remote AI agent with your browser session.
/browse
Headless browser: navigate, screenshot, test, diff.
/cavestack-upgrade
Upgrade CaveStack to latest version. Runs migrations.
/learn
Review/prune/export learnings CaveStack accumulated across sessions.
/caveman
Toggle intensity: lite / full / ultra. Configure terseness.
/caveman-commit
Ultra-compressed commit messages, Conventional Commits.
/caveman-review
Ultra-compressed PR review comments, one line per finding.
/caveman-help
Reference card for caveman modes and commands.
/careful
Warn before rm -rf, DROP TABLE, force-push, destructive ops.
/freeze
Lock edits to a directory. Prevents accidental cross-module changes.
/unfreeze
Clear freeze boundary. Restore full edit access.
/guard
Full safety: /careful + /freeze combined.
/help
In-Claude-Code skill catalog. This page inside the terminal.