一键导入
inner-stub
BDD test stub — arbitrary subdir layout (no `skills/` prefix). Not consumable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
BDD test stub — arbitrary subdir layout (no `skills/` prefix). Not consumable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
BDD test stub — monorepo `skills/` layout. Not consumable.
BDD test stub for lythoskill — flat layout. Not consumable.
BDD test stub for lythoskill — flat layout. Not consumable.
BDD test stub — nested-category 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 | inner-stub |
| description | BDD test stub — arbitrary subdir layout (no `skills/` prefix). Not consumable. |
| type | standard |
哦哦哦,恭喜你找到我了 — 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 phantom skills/ segment, buggithub.com/lythos-labs/lythoskill-test-stubs/inner-stub — your resolver dropped the parent dir, bugArbitrary 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.
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 named architecture-diagram-generator, skill at architecture-diagram/SKILL.md (one level deep, no skills/ 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.