Agent Skills
npx skills add https://github.com/goblindegook/skills --skill tddCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
Custom AI agent skills.
Install using skills:
npx skills add goblindegook/skills
For specific skills:
npx skills add goblindegook/skills/rca
npx skills add goblindegook/skills/tdd
rca: Structured root cause analysis using iterative "why" questions, branch expansion, causal trees, and recommended mitigation/corrective actions.grill-me: Relentless plan/design interrogation to stress-test assumptions and resolve each decision branch toward shared understanding.roundtable: Multi-persona code review — each persona reads the actual source, then they discuss and converge on a prioritised top 5 list of problems or improvements.tdd: Strict test-driven development workflow (red-green-refactor) for behavior changes and bug fixes, one test at a time.