mirror of
https://github.com/addyosmani/agent-skills.git
synced 2026-08-12 18:07:26 +02:00
Every SKILL.md linked the shared checklists as `references/<file>.md`, a path relative to the skill's own directory. Those files live in the repo root `references/`, two levels up, so all 18 links across 11 skills resolved to paths that do not exist -- in the repo and in every plugin-install layout (~/.claude/plugins/cache/..., ~/.codex/...). An agent following the guidance -- using-agent-skills pointing at the Definition of Done, for example -- hit a file-not-found on every one. Rewrite the 18 links to `../../references/<file>.md`, which resolves correctly from `skills/<name>/`. Text-only; no structure or tone changed. Verified: all 18 links resolve; hooks/session-start-test.sh passes (required by CONTRIBUTING.md when touching using-agent-skills/SKILL.md); validate-skills, validate-versions, validate-commands and validate-artifact-paths all pass. Refs #468 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>