Skip to content

Add support for Codex .agents/skills discovery and Agent Skills open standard locations #540

@lastobelus

Description

@lastobelus

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/skills from $CWD up 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/skills behavior for backward compatibility

Proposed precedence

  • SYSTEM (bundled)
  • ADMIN (/etc/codex/skills)
  • USER ($HOME/.agents/skills)
  • REPO (nearest .agents/skills from 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

Optional usability improvement

  • Add a debug/inspection command to show discovered skill roots and loaded SKILL paths.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions