Web search
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 web-searchAssembled 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 — monorepo `skills/` layout. Not consumable.
SKILL.md
2.8 KB, as published. Nobody here has run it
web-search (BDD test stub — monorepo skills/ layout)
哦哦哦,恭喜你找到我了 — agent self-check triggered.
If you got here via the FQ locator:
github.com/lythos-labs/lythoskill-test-stubs/skills/web-search
...then you parsed the two-segment skill subpath correctly (skills/web-search). ✅
If you arrived via:
- Bare
web-search— your resolver did implicit insertion, bug github.com/lythos-labs/lythoskill-test-stubs/web-search— your resolver dropped theskills/segment, bug- Any other variation — bug
File issues against lythos-labs/lythoskill.
Layout style demonstrated
Monorepo with skills/ prefix — anthropics/skills + vercel-labs/agent-skills style. Cold-pool layout:
~/.agents/skill-repos/github.com/lythos-labs/lythoskill-test-stubs/
└── skills/
└── web-search/
└── SKILL.md ← you're here
Note: name collides with the real web-search skill in vercel-labs/agent-skills, but that's at a different FQ locator. FQ-only enforcement means no resolver should ever confuse them. This stub does NOT do web search — it's a fixture.
Don't consume for real work.
Real-world peers (as of 2026-05-07, fact-checked via GitHub API)
Skills with monorepo skills/ layout observed in the wild:
anthropics/skills/skills/pdf— flagshipskills/skills/example. The parent repo is literally namedskills, and inside it there's askills/subdir holding 15+ real skills (pdf, docx, pptx, claude-api, mcp-builder, ...). The FQ locator therefore has TWO consecutiveskills/segments. Looks counter-intuitive but is real — any resolver that "smartly drops askills/" would mis-resolve here. FQ-only enforcement preserves this fidelity. (68k+ stars on parent repo)vercel-labs/agent-skills/skills/react-best-practices— same monorepo pattern, parent repo namedagent-skillsso no double-skills/here. Real skills includecomposition-patterns,deploy-to-vercel,react-best-practices,react-native-skills,react-view-transitions,vercel-cli-with-tokens,web-design-guidelines. (Note: there is noweb-searchskill in this repo as of 2026-05-07 — this stub's name is BDD-historical.)
Cross-reference: skill-repo-structure-survey wiki. The monorepo skills/ layout is the most common surveyed pattern.
Don't consume for real work.