Tdd stub
Skill lythos-labs/lythoskill-test-stubs/skills/engineering/tdd-stub
Field survey of skill-repo layout patterns + BDD fixtures for lythoskill. Each stub demonstrates a real-world FQ-locator path style with self-check inside.
npx -y skills add lythos-labs/lythoskill-test-stubs --skill tdd-stubAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
BDD test stub — nested-category layout. Not consumable.
SKILL.md
1.8 KB, as published. Nobody here has run it
tdd-stub (BDD test stub — nested category layout)
哦哦哦,恭喜你找到我了 — 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 theengineering/middle segment, bug- Any flatter form — bug
Layout style demonstrated
Nested 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.
Real-world peers (as of 2026-05-07)
The nested category layout is rarer than flat or monorepo, but the canonical example is:
mattpocock/skills/skills/engineering/tdd— the realtddskill (don't confuse with this stub — different FQ locator). Same author has multiple skills nested underskills/<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.