All commands and agents from this repo are now part of Flow — plan first, work second. 4 commands, 6 agents, 6 skills.
Most agent failures aren't capability—they're process: coding before understanding the codebase, reinventing existing patterns, forgetting the plan mid-implementation. Flow fixes this with structured research, explicit plan reuse, and plan re-read between tasks.
/plugin marketplace add https://github.com/gmickel/gmickel-claude-marketplace /plugin install flowHighlights:
- Parallel research agents — repo-scout (fast) or context-scout (deep via rp-cli)
- Gap analysis — catches edge cases and missing flows before you code
- Auto-reviews — Carmack-level plan + impl reviews via cross-model RepoPrompt chat
- Beads integration — optional dependency-aware issue tracking
- ~100 tokens startup — progressive disclosure, full logic loads on-demand
Legacy versions still available in
legacy/— install with--legacyflag.
My Claude Code setup: skills and commands. For the full workflow, use Flow above.
# curl (requires jq)
curl -fsSL https://raw.githubusercontent.com/gmickel/claude-code-config/main/install-remote.sh | bash
# or clone
git clone git@github.com:gmickel/claude-code-config.git && cd claude-code-config && ./install.shMore options
Selective install:
curl -fsSL .../install-remote.sh | bash -s -- --skills # skills only
curl -fsSL .../install-remote.sh | bash -s -- --commands # commands only
curl -fsSL .../install-remote.sh | bash -s -- --legacy # legacy commands/agentsWindows (PowerShell):
git clone git@github.com:gmickel/claude-code-config.git
cd claude-code-config
.\install.ps1Security-conscious:
curl -fsSL .../install-remote.sh -o install.sh
less install.sh # inspect
bash install.shAll scripts copy to ~/.claude/ non-destructively. Existing files are never overwritten.
I've tried complex configurations. This simple approach works better:
| Component | Purpose |
|---|---|
| Opus 4.5 | Development |
| GPT-5.2 High | Reviews via RepoPrompt |
| Skills/Commands | Replace MCP clients (~15k tokens saved) |
| Autonomous loops | Review → fix → re-review until ship-ready |
The key: delegate heavy work to external tools with full codebase context, keep the main conversation lean.
| Command | Description |
|---|---|
/pseo |
Programmatic SEO improvements |
/rp-plan-review |
/flow:plan-review |
/rp-impl-review |
/flow:impl-review |
Legacy commands require --legacy flag to install.
| Skill | Description |
|---|---|
| oracle | Bundle prompts + files for second-model review |
| convex | Convex backend patterns — based on Convex Chef, customized to make Convex dev less painful |
| sheets-cli | Google Sheets automation |
| outlookctl | Outlook calendar/email automation |
rp-cli — Legacy commands (--legacy) require RepoPrompt CLI, bundled with RepoPrompt.
Flow — Plan first, work second. 4 commands, 6 agents, 6 skills. (Website)
/plugin marketplace add https://github.com/gmickel/gmickel-claude-marketplace
/plugin install flowcompound-engineering — Full-featured multi-agent workflows, parallel processing, specialized reviewers
/plugin marketplace add every-inc/compound-engineeringfrontend-design — Frontend generation that doesn't look like AI slop (Anthropic)
/plugin marketplace add anthropics/claude-code
/plugin install frontend-design@claude-code-pluginsClaude Code skills docs — For project-level domain-specific skills
These skills, commands, and agents follow common conventions and should work with other AI coding tools: