wbernwbernCommunityยท1 Agent Skills Included

claude-instructions

Test-driven development slash commands for coding workflows

Installs ready-made TDD slash commands like /red, /green, /refactor, and /cycle into Claude Code, OpenCode, and Codex. Eliminates repeatedly explaining test-driven development principles at the start of every coding session. Guides the agent through planning, commits, code reviews, and pull requests with consistent, disciplined steps.
npx skills add wbern/claude-instructions --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’