Claude_slash_commands pair

Pair programming continuation

install
source · Clone the upstream repo
git clone https://github.com/sterlingcrispin/claude_slash_commands
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sterlingcrispin/claude_slash_commands "$T" && mkdir -p ~/.claude/skills && cp -r "$T/pair" ~/.claude/skills/sterlingcrispin-claude-slash-commands-pair && rm -rf "$T"
manifest: pair/SKILL.md
source content

continue pair programming:

  • review partners work
  • verify for correctness
  • make edits and complete next task if appropriate
  • append your next message to the file
  • commit your changes