Inner stub
Skill lythos-labs/lythoskill-test-stubs/architecture-diagram-stub/inner-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 inner-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 — arbitrary subdir layout (no `skills/` prefix). Not consumable.
SKILL.md
2.5 KB, as published. Nobody here has run it
inner-stub (BDD test stub — arbitrary subdir layout)
哦哦哦,恭喜你找到我了 — agent self-check triggered.
If you got here via the FQ locator:
github.com/lythos-labs/lythoskill-test-stubs/architecture-diagram-stub/inner-stub
...then you parsed the arbitrary subdir correctly. ✅
If you arrived via:
github.com/lythos-labs/lythoskill-test-stubs/skills/architecture-diagram-stub/inner-stub— your resolver inserted a phantomskills/segment, buggithub.com/lythos-labs/lythoskill-test-stubs/inner-stub— your resolver dropped the parent dir, bug
Layout style demonstrated
Arbitrary subdir — neither skills/ prefix nor a flat top-level dir. The skill lives at <repo>/<arbitrary-name>/<inner>/SKILL.md, mirroring Cocoon-AI/architecture-diagram-generator from the real-world survey. Cold-pool layout:
~/.agents/skill-repos/github.com/lythos-labs/lythoskill-test-stubs/
└── architecture-diagram-stub/
└── inner-stub/
└── SKILL.md ← you're here
This is the most adversarial stub layout: any resolver heuristic that "guesses" skills/ prefix or "flattens" the path will fail to resolve. FQ-only enforcement is required to land here.
Don't consume.
Real-world peers (as of 2026-05-07)
The arbitrary subdir layout is the wildcard case — any author can place a skill under any directory name, with or without intermediate folders. Surveyed example:
Cocoon-AI/architecture-diagram-generator/architecture-diagram— the canonical arbitrary-subdir reference. Repo namedarchitecture-diagram-generator, skill atarchitecture-diagram/SKILL.md(one level deep, noskills/prefix). Real, active skill — not a stub.
Cross-reference: skill-repo-structure-survey wiki. This is the layout that breaks all heuristic resolvers: any "guess skills/ prefix" or "flatten path" rule will miss it. FQ-only enforcement is the only correct policy.
Without this stub, a resolver that handles flat + monorepo + nested could still ship "looking right" while silently broken on Cocoon-AI-style repos. This stub catches that.