forked from openai/codex
-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What variant of Codex are you using?
CLI
What feature would you like to see?
Summary
Thanks for shipping skills support in Every Code.
Could we add compatibility with the Codex .agents skill discovery model so teams can use the same repository layout across Codex and Every Code?
Why this would help
- Reduces migration friction between Codex and Every Code.
- Lets teams keep skills in git at repo scope without tool-specific path rewrites.
- Aligns with current Codex docs and the Agent Skills ecosystem direction.
Current behavior in Every Code docs
Per docs/skills.md in this repo, skills are currently documented as:
- v1 location:
~/.codex/skills/**/SKILL.md - hidden entries and symlinks skipped
Source:
Requested behavior (compatibility mode)
Please consider supporting these additional discovery roots used by Codex:
- repo scope:
.agents/skillsfrom$CWDup to$REPO_ROOT - user scope:
$HOME/.agents/skills - admin scope:
/etc/codex/skills(optional)
Also requested:
- follow symlinked skill folders in those locations
- preserve deterministic precedence and ordering
- keep current
~/.codex/skillsbehavior for backward compatibility
Proposed precedence
SYSTEM(bundled)ADMIN(/etc/codex/skills)USER($HOME/.agents/skills)REPO(nearest.agents/skillsfrom CWD up to repo root)- legacy
~/.codex/skills(or vice versa if preferred, as long as documented)
Any clear, documented precedence is fine; consistency matters most.
References
- Codex skills docs (
.agents/skillslocations + symlink support): - Agent Skills open standard:
Optional usability improvement
- Add a debug/inspection command to show discovered skill roots and loaded SKILL paths.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request