| name | relative-fixture-skill |
| description | Fixture SKILL.md that lives next to the running template under ./skills, used to verify discoverLocalSkills({ walkUp }) picks up bundles relative to the code path. Use when the user asks to demonstrate relative-path skill discovery. |
relative-fixture-skill
This is a fixture skill that ships alongside the
api/walkup-skill-discovery template at
api/walkup-skill-discovery/skills/relative-fixture-skill/SKILL.md.
It only exists to prove that discoverLocalSkills({ walkUp: { from: import.meta.url } })
walks the parent directories of the running script, finds any folder named
skills, and treats every subdirectory as a candidate bundle.
When this skill shows up in bridge._agentSkills, the relative-path discovery
loop is wired correctly end-to-end.