npx claudepluginhub sqve/capeCollection of opinionated Claude Code commands and skills.
Collection of opinionated Claude Code commands and skills.
Add cape as a Claude Code plugin:
claude plugin add sQVe/cape
Or use it directly from a local clone:
claude --plugin-dir /path/to/cape
cape/
├── agents/ # Agent definitions
├── commands/ # Slash commands
├── skills/ # Skill workflows
├── hooks/ # Hook scripts and definitions
├── resources/ # Templates and reference files
├── scripts/ # Validation and tooling
├── CLAUDE.md # Dev guide
└── CHANGELOG.md # Release history
| Directory | Purpose |
|---|---|
agents/ | Specialized agent configurations |
commands/ | Slash commands invoked with /cape:name |
skills/ | Reusable skill workflows |
hooks/ | Event hooks (session start, tool calls) |
resources/ | Templates for skills, agents, and epics |
scripts/ | Validation (bun scripts/validate.ts) |
claude --plugin-dir ..