claude-instructions
Test-driven development slash commands for coding workflows
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-instructions?โผ
Run `npx skills add wbern/claude-instructions --all -g -y` in your terminal to install all commands globally.
How to make AI coding agents follow TDD?โผ
Install these commands and type /red to write a failing test, /green to make it pass, and /refactor to clean up, so the agent follows the red-green-refactor cycle automatically.
Does it work with Claude Code, OpenCode, and Codex?โผ
Yes. Commands install as slash commands for Claude Code and OpenCode, and as skills for Codex, selectable during installation.
Can I customize the generated commands for my project?โผ
Yes. Add a template block to your project's CLAUDE.md or AGENTS.md file, and its content is injected into all generated commands.
Can I use it without TDD experience?โผ
Yes. Each command guides the agent through one disciplined step at a time, so you focus on what to build while it handles the process.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core