Skip to content

Skill docs contain machine-specific file:// links #550

@luojiyin1987

Description

@luojiyin1987

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

  1. Open .agents/skills/cross-project-adapter-migration/SKILL.md.
  2. Try to follow the CLI-EXPLORER.md or SKILL.md link from a machine that is not using /Users/jakevin/code/opencli.
  3. The file cannot be opened.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions