My Claude Code stack — what I actually have installed


<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>


1) Plugins installed (2)

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.

2) Slash commands

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.

Custom — daily workflow

GSD framework (32 commands, prefix /gsd:)

Project + milestone + phase management. The best workflow I've found for any project that's bigger than a one-off.