Claude Code Resources
July 1, 2026 ยท View on GitHub
One stop. Every command, every agent, every skill โ organized by what you're trying to do, not by where they live in the docs.
๐ vexilo.app/?lang=en โ the live interactive guide.
What this is
An interactive field guide for Claude Code. Built because scrolling through /help, the docs, and 40 GitHub repos to find the right slash command is a 20-minute context switch nobody should pay twice.
31 agents pre-built specialist subagents
99 commands slash-command workflows
123 skills on-demand capability packs
13 rules project-level conventions
All four are organized around a single 5-step workflow โ Research โ Plan โ Test-first โ Security โ Commit โ which is the core method behind the whole guide.
Why it exists
Three companion toolkits (gstack, ECC, Auto Agent) ship hundreds of agents and commands between them. Anthropic Skills adds another layer. Great power, but you only discover them after you already needed one. This guide fixes that.
The killer move: every node in the 5-step flow links directly to the agents / commands / skills that pull weight at that step. Click once, see the stack, copy the snippet.
The 30-second killer feature
Click "Teach Claude this handbook" at the top of the page. In 30 seconds it primes your local Claude with the entire guide, so when you say "fix the auth bug", Claude already knows which agents and commands to chain.
No install. No npm. No API key. Just open the page, click once, paste back into your Claude session.
Coverage
| Resource type | Count | Example usage |
|---|---|---|
| Agents | 31 | tdd-guide, build-error-resolver, security-reviewer, code-reviewer |
| Commands | 99 | /plan, /tdd, /security-scan, /quality-gate, /orchestrate |
| Skills | 123 | UX review, prompt tuning, schema design, regex explainer |
| Rules | 13 | repo conventions, naming, file layout |
| Deep guides | 7 | project flow ยท best practices ยท deploy ยท UI/UX Pro Max ยท email-verification deploy ยท daily-use manual |
How to use it
- Open vexilo.app/?lang=en
- Press
โ Kto search anything (every agent, command, skill is one keystroke away) - Pick your scenario card โ bug fix, new feature, code review, pre-launch security, automation, or "I'm new, where do I start?"
- Click into the 5-step flow to see which agents and commands chain together
- (Optional) Click Teach Claude this handbook to feed the whole guide into your local Claude session
Built around three companion toolkits
- gstack โ the original spec-driven development workflow
- ECC โ engineering coding conventions (note: actually everything-claude-code)
- Auto Agent โ autonomous task execution
- Anthropic Skills โ official capability packs
Related tools this guide respects
- anthropics/claude-code โ the official CLI (obviously)
- shanraisshan/claude-code-best-practice โ Boris Cherny's patterns distilled into a 60k-star repo
- hesreallyhim/awesome-claude-code โ the canonical curated list
Contributing
Spotted an outdated command count? A new agent missing from the index? Open an issue โ the guide is versioned (currently v1.1.9) and updates ship weekly.
License
MIT. The guide is free, the data is open, and the index improves when people point at gaps.