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.mdsource 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