-
Notifications
You must be signed in to change notification settings - Fork 704
Closed
Description
Summary
Some skill documentation files include absolute file:///Users/... links that only work on the original author's machine.
Impact
These links break for contributors working from a different checkout path or operating system. For example, the cross-project adapter migration skill points to file:///Users/jakevin/code/opencli/..., which is not portable.
Expected behavior
Use repo-relative markdown links so the docs work in any clone, regardless of local filesystem layout.
Suggested fix
Replace hardcoded absolute links with relative links such as ../../../CLI-EXPLORER.md and ../../../SKILL.md.
Reproduction
- Open
.agents/skills/cross-project-adapter-migration/SKILL.md. - Try to follow the
CLI-EXPLORER.mdorSKILL.mdlink from a machine that is not using/Users/jakevin/code/opencli. - The file cannot be opened.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels