install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/atdd" ~/.claude/skills/majiayu000-claude-skill-registry-atdd && rm -rf "$T"
manifest:
skills/data/atdd/SKILL.mdsource content
ATDD Workflow
Goal: Generate API and/or E2E tests first, before starting implementation.
Agent: TEA (Murat) Phase: Test Architecture
Execution
Read and follow:
./instructions.md
Validation
After completion, verify against:
./checklist.md