一键导入
tdd-stub
BDD test stub — nested-category layout. Not consumable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
BDD test stub — nested-category layout. Not consumable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
BDD test stub — monorepo `skills/` layout. Not consumable.
BDD test stub — arbitrary subdir layout (no `skills/` prefix). Not consumable.
BDD test stub for lythoskill — flat layout. Not consumable.
BDD test stub for lythoskill — flat layout. Not consumable.
BDD test stub — monorepo `skills/` layout, mimics deck's own published shape. Not consumable.
BDD test stub — alias-collision fixture. Not consumable.
| name | tdd-stub |
| description | BDD test stub — nested-category layout. Not consumable. |
| type | standard |
哦哦哦,恭喜你找到我了 — agent self-check triggered.
If you got here via the FQ locator:
github.com/lythos-labs/lythoskill-test-stubs/skills/engineering/tdd-stub
...then you parsed the three-segment skill subpath correctly (skills/engineering/tdd-stub). ✅
If you arrived via:
github.com/lythos-labs/lythoskill-test-stubs/skills/tdd-stub — your resolver dropped the engineering/ middle segment, bugNested category — skills/<category>/<skill>/SKILL.md, the mattpocock/skills style. Cold-pool layout:
~/.agents/skill-repos/github.com/lythos-labs/lythoskill-test-stubs/
└── skills/
└── engineering/
└── tdd-stub/
└── SKILL.md ← you're here
This stub is named -stub to keep it distinct from the real tdd skill in mattpocock/skills.
Don't consume.
The nested category layout is rarer than flat or monorepo, but the canonical example is:
mattpocock/skills/skills/engineering/tdd — the real tdd skill (don't confuse with this stub — different FQ locator). Same author has multiple skills nested under skills/<category>/<skill>/, e.g., skills/engineering/diagnose, etc.Cross-reference: skill-repo-structure-survey wiki — only 1 of 9 surveyed real-world repos uses this nested style. As more authors organize skills by category, this layout may grow.