<aside> 📦 This isn't a sales sheet. It's an export of my actual Claude Code install — every plugin, slash command, skill, subagent, and MCP server I run on a daily basis. If you want to copy my exact setup, this is the parts list.
</aside>
<aside>
🧭 How to read this. Each section is one of the five extensibility surfaces Claude Code gives you: plugins, slash commands, skills, subagents, and MCP servers. They stack — a plugin can ship its own skills, commands, and agents.
</aside>
Plugins are the highest-level unit — they bundle commands, skills, and agents into one install. Managed with /plugin.
| Plugin | Version | What it gives me |
|---|---|---|
| superpowers | 5.0.7 | 14 process-discipline skills: brainstorming, writing-plans, executing-plans, TDD, systematic-debugging, code-review, parallel agents, worktrees. |
| mintlify | acd6d2e0128c | Docs-site generation skill — point it at a repo, it produces a Mintlify-ready docs structure. |
Slash commands are the named workflows I can invoke with /<name>. Mine come from three places: the GSD framework, the Superpowers plugin, and a custom one I built for my daily content pipeline.
/daily-brief — full pipeline: scrape competitors → synthesize → generate brief → queue write → commit. One command, ~22 posts published.Project + milestone + phase management. The best workflow I've found for any project that's bigger than a one-off.