agentsclimarketplace

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.

Install
npx -y skills add lythos-labs/lythoskill-test-stubs --skill inner-stub

Assembled 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 phantom skills/ segment, bug
  • github.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:

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.