with one click
web-search
BDD test stub — monorepo `skills/` layout. Not consumable.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
BDD test stub — monorepo `skills/` layout. Not consumable.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
BDD test stub — arbitrary subdir layout (no `skills/` prefix). 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 | web-search |
| description | BDD test stub — monorepo `skills/` layout. Not consumable. |
| type | standard |
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:
web-search — your resolver did implicit insertion, buggithub.com/lythos-labs/lythoskill-test-stubs/web-search — your resolver dropped the skills/ segment, bugFile issues against lythos-labs/lythoskill.
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.
Skills with monorepo skills/ layout observed in the wild:
anthropics/skills/skills/pdf — flagship skills/skills/ example. The parent repo is literally named skills, and inside it there's a skills/ subdir holding 15+ real skills (pdf, docx, pptx, claude-api, mcp-builder, ...). The FQ locator therefore has TWO consecutive skills/ segments. Looks counter-intuitive but is real — any resolver that "smartly drops a skills/" 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 named agent-skills so no double-skills/ here. Real skills include composition-patterns, deploy-to-vercel, react-best-practices, react-native-skills, react-view-transitions, vercel-cli-with-tokens, web-design-guidelines. (Note: there is no web-search skill 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.