Skip to content

Nosfert/claude-instructions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Claude Instructions

Custom slash commands and settings for Claude Code CLI, tailored for TDD workflows.

Installation

git clone https://github.com/wbern/claude-instructions.git /tmp/claude-instructions && cp -r /tmp/claude-instructions/.claude/* ~/.claude/ && rm -rf /tmp/claude-instructions

Available Commands

TDD Workflow

  • /red - Write failing tests
  • /green - Make failing tests pass
  • /refactor - Refactor code while keeping tests green

Misc

  • /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

Usage

After installation, restart Claude Code if it's currently running. Then use any command:

/red
/green
/refactor

About

Claude Instructions Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors