agents.md icon indicating copy to clipboard operation
agents.md copied to clipboard

Define a single API for Shared Commands/Agents

Open zackerydev opened this issue 4 months ago • 2 comments

Right now it is cumbersome to define or symlink your commands across:

  • .claude/commands
  • .cursor/commands
  • .codex/prompts
  • .gemini/commands
  • .opencode/commands

(and likewise on all of the above for Agents)

AGENTS.md is a great step forward in standardizing memory - but I would also like to see a standardization of these folders for defining custom prompts and agent configuration to avoid having to symlink across the various tools.

zackerydev avatar Sep 02 '25 17:09 zackerydev

A .commands/ folder or .agents/commands would be a simple folder name to standardize on

sergiodxa avatar Sep 11 '25 06:09 sergiodxa

I've been thinking the same thing lately trying to try other services. I really hope this become a standard. Also OpenAPI codex has problem where you can define prompts system wide and not per project: https://github.com/openai/codex/issues/3706#issuecomment-3666945504

aaronclong avatar Dec 17 '25 20:12 aaronclong