Skip to content

gmickel/claude-code-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claude-code-config

🚀 Migrated to Flow — GitHub · Website

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 flow

Highlights:

  • 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 --legacy flag.


My Claude Code setup: skills and commands. For the full workflow, use Flow above.

Installation

# 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.sh
More 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/agents

Windows (PowerShell):

git clone git@github.com:gmickel/claude-code-config.git
cd claude-code-config
.\install.ps1

Security-conscious:

curl -fsSL .../install-remote.sh -o install.sh
less install.sh  # inspect
bash install.sh

All scripts copy to ~/.claude/ non-destructively. Existing files are never overwritten.


Why This Setup

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.


What's Included

Commands

Command Description
/pseo Programmatic SEO improvements
/rp-plan-review ⚠️ Legacy — use /flow:plan-review
/rp-impl-review ⚠️ Legacy — use /flow:impl-review

Legacy commands require --legacy flag to install.

Skills

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

Prerequisites

rp-cli — Legacy commands (--legacy) require RepoPrompt CLI, bundled with RepoPrompt.


Related

Flow — Plan first, work second. 4 commands, 6 agents, 6 skills. (Website)

/plugin marketplace add https://github.com/gmickel/gmickel-claude-marketplace
/plugin install flow

compound-engineering — Full-featured multi-agent workflows, parallel processing, specialized reviewers

/plugin marketplace add every-inc/compound-engineering

frontend-design — Frontend generation that doesn't look like AI slop (Anthropic)

/plugin marketplace add anthropics/claude-code
/plugin install frontend-design@claude-code-plugins

Claude Code skills docs — For project-level domain-specific skills


Compatibility

These skills, commands, and agents follow common conventions and should work with other AI coding tools:


Credits

About

Some of my Claude Code config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors