Why not only use --platform agents #1730
-
|
Why are there so many agent-specific install commands instead of just Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Good question - and --platform agents does exist. It's just not a universal installer; it's one target among many. It drops the skill in ~/.agents/skills/ and wires up AGENTS.md, which is the cross-framework "Agent Skills" convention (npx skills and spec-compliant tools read it). If your agent follows that spec, that's all you need. The per-agent commands exist because most agents don't follow them. They differ in ways one command can't paper over:
So --platform agents covers anything speaking the AGENTS.md convention; the rest exist because those tools each picked their own directory + format + wiring, and installing the wrong shape just silently doesn't load. |
Beta Was this translation helpful? Give feedback.
Good question - and --platform agents does exist. It's just not a universal installer; it's one target among many. It drops the skill in ~/.agents/skills/ and wires up AGENTS.md, which is the cross-framework "Agent Skills" convention (npx skills and spec-compliant tools read it). If your agent follows that spec, that's all you need.
The per-agent commands exist because most agents don't follow them. They differ in ways one command can't paper over: