Agent Skills
npx skills add https://github.com/goblindegook/skills --skill roundtableCLI を使用してこのスキルをインストールし、ワークスペースで 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.