Goal: A centralized repository of custom Claude Code commands, agents, and skills that enhance Claude Code's native capabilities with persistent session state, specialized expert agents, and streamlined workflows.
Created: 2025-11-27 Last Updated: 2026-03-09 Status: Active Development
| Component | Count | Notes |
|---|---|---|
| Agents | 23 | Domain experts + git-agent background worker |
| Skills | 64 | Operational skills, CLI tools, workflows, dev tasks |
| Commands | 3 | Session management (sync, save) + experimental (canvas) |
| Rules | 5 | CLI tools, thinking, commit style, naming, skill-agent-updates |
| Output Styles | 4 | Vesper, Spartan, Mentor, Executive |
| Hooks | 3 | pre-commit-lint, post-edit-format, dangerous-cmd-warn |
/save, /sync)docs/PLAN.md/spawn)/save, /sync/canvas| Style | Personality | Best For |
|---|---|---|
| Vesper | Sophisticated British wit | General work (exists) |
| Spartan | Minimal, bullet-points only | Quick tasks |
| Mentor | Patient, educational | Learning, onboarding |
| Executive | High-level summaries | Non-technical stakeholders |
| Rule | Purpose | Status |
|---|---|---|
cli-tools.md |
Modern CLI preferences | Done |
thinking.md |
Extended thinking triggers | Done |
commit-style.md |
Conventional commits format | Done |
naming-conventions.md |
Component naming patterns | Done |
code-review.md |
Review checklist | Future |
testing-philosophy.md |
Coverage expectations | Future |
| Hook | Purpose |
|---|---|
pre-commit-lint.sh |
Run linter before committing |
post-edit-format.sh |
Auto-format after edits |
dangerous-cmd-warn.sh |
Confirm destructive commands |
| Agent | Why It Matters |
|---|---|
docker-expert |
Containerisation is ubiquitous |
github-actions-expert |
CI/CD complexity |
nextjs-expert |
App Router specifics |
testing-architect |
Strategy decisions |
api-design-expert |
OpenAPI, versioning |
| Skill | Purpose |
|---|---|
debug |
Systematic debugging workflow |
migrate |
Framework/version upgrades |
refactor |
Safe refactoring |
secure |
Security audit checklist |
Languages needing Python-level depth:
typescript-patterns/go-patterns/rust-patterns//scaffold IMPACT
High Low
+-----------+-----------+
Low | Output | Templates |
| Styles | |
EFFORT | Rules | MCP |
| Hooks | Catalog |
+-----------+-----------+
High | Agent | Analytics |
| Gaps | |
| Skills | Lang |
| | Parity |
+-----------+-----------+
Most commands have been converted to skills for better discovery and on-demand loading. See docs/COMMAND-SKILL-PATTERN.md.
Completed conversions:
/testgen → skills/testgen//review → skills/review//explain → skills/explain//spawn → skills/spawn//atomise → skills/atomise//setperms → skills/setperms//introspect → skills/introspect/Remaining as commands:
/sync - Session bootstrap (paired with /save)/save - Session persistence (paired with /sync)/canvas - Experimental (Warp-specific)rules/commit-style.mdrules/naming-conventions.mddebug-ops skill (systematic debugging workflow)migrate-ops skill (framework/language upgrades)refactor-ops skill (safe refactoring patterns)scaffold skill (project scaffolding)perf-ops skill (performance profiling)log-ops skill (JSONL/log analysis)The best enhancements solve problems you've already felt. Follow the pain.
Plan managed by /save command. Last updated: 2026-03-09