Skip to content
Discussion options

You must be logged in to vote

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:

  • Where they look — Claude reads ~/.claude/skills/, Cursor uses .cursor/rules, Amp ~/.config/agents/skills/ (not ~/.agents/skills), Gemini ~/.gemini/skills/. No two agree.
  • What format — Cursor wants rules, not a skill. Aider/Devin wants one mono…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RWOverdijk
Comment options

Answer selected by safishamsi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants