{{ message }}
Why not only use --platform agents #1730
Answered
by
TPAteeq
RWOverdijk
asked this question in
Q&A
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. |
1 reply
Answer selected by
safishamsi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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: