Hi! I was testing Codex skill repos for publish-readiness and noticed a small portability issue.
project-skill-audit/SKILL.md has a link to a local absolute path:
[$skill-creator](/Users/dimillian/.codex/skills/.system/skill-creator/SKILL.md)
That works on the author machine, but will be broken for anyone else installing or browsing the skill. A relative docs link, plain $skill-creator mention, or a short note would make this portable.
Hope this is useful.
Hi! I was testing Codex skill repos for publish-readiness and noticed a small portability issue.
project-skill-audit/SKILL.mdhas a link to a local absolute path:That works on the author machine, but will be broken for anyone else installing or browsing the skill. A relative docs link, plain
$skill-creatormention, or a short note would make this portable.Hope this is useful.