Custom slash commands and settings for Claude Code CLI, tailored for TDD workflows.
git clone https://github.com/wbern/claude-instructions.git /tmp/claude-instructions && cp -r /tmp/claude-instructions/.claude/* ~/.claude/ && rm -rf /tmp/claude-instructions/red- Write failing tests/green- Make failing tests pass/refactor- Refactor code while keeping tests green
/commit- Commit changes following best practices/cycle- Run a TDD cycle (red-green-refactor)/issue- Create or work on GitHub issues/spike- Exploratory coding without tests
After installation, restart Claude Code if it's currently running. Then use any command:
/red
/green
/refactor