My Claude Code setup — plugins, skills, and the config that ties them together.
Plugins extend Claude Code with new tools, hooks, and agents that run automatically.
Skills are prompt templates you invoke on demand (like /ccusage or /excalidraw).
Paste this into a Claude Code session:
Go to aman.md and set me up.
| Plugin | Source | What it does |
|---|---|---|
| compound-writing | this repo | Multi-phase writing loop with voice analysis, 4 parallel critique agents, and anti-slop detection |
| plugin-dashboard | this repo | Shows which tools and plugins were used on every turn |
| compound-engineering | every-marketplace | 29 agents, 22 commands, 19 skills for code review, research, and workflow automation |
| frontend-design | claude-plugins-official | UI/UX implementation skill for production-grade interfaces |
| ralph-loop | claude-plugins-official | Run Claude in a loop until task completion |
| explanatory-output-style | claude-plugins-official | Educational insights about implementation choices |
| plugin-dev | claude-plugins-official | Tools for building Claude Code plugins |
| Skill | What it does |
|---|---|
| ccusage | Check Claude Code token usage stats |
| excalidraw | Draw and refine Excalidraw diagrams via MCP |
| google-workspace | Setup guide for the gws CLI — OAuth, agent account delegation, headless auth |
| design-for-agents | Design skills, CLIs, and docs optimized for AI coding agents |
If you'd rather install manually instead of using the setup guide:
# Marketplaces
claude plugin add github:anthropics/claude-plugins-official
claude plugin add git:https://github.com/EveryInc/compound-engineering-plugin.git
# Plugins
claude plugin enable compound-engineering@every-marketplace
claude plugin enable frontend-design@claude-plugins-official
claude plugin enable ralph-loop@claude-plugins-official
claude plugin enable explanatory-output-style@claude-plugins-official
claude plugin enable plugin-dev@claude-plugins-official
# This repo (clone first)
git clone https://github.com/amanaiproduct/amans-skills ~/Projects/amans-skills
claude plugin add dir:~/Projects/amans-skills
claude plugin enable plugin-dashboard@amans-plugins
# Skills
cp -r ~/Projects/amans-skills/skills/* ~/.claude/skills/