Install operon
Install a specific operon (versioned AI skill) into Claude Code, Codex, and Cursor.From its SKILL.md
npx -y skills add Try-Operon/skills --skill install-operonAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 255 tokens by cl100k_base, as published. Nobody here has run it
Install Operon
This skill walks an agent through fetching a published operon and installing it into the local skill directories for Claude Code, Codex, and Cursor.
When to use this skill
- The user wants a teammate's reviewed prompt for a recurring task.
- The user names a specific operon ("install acme/review-pr") and wants it available to their local AI tools.
How to use it
- Confirm the user is logged in:
operon login - Install the operon:
operon install <workspace>/<slug>- Writes
~/.claude/skills/<slug>/SKILL.md - Writes
~/.codex/skills/<slug>/SKILL.md - Cache copy under
~/.operon/cache/operons/<workspace>/<slug>/
- Writes
- Verify install with:
operon list --installed
Notes
- All transfers happen over HTTPS to
https://app.withoperon.com. - Each operon ships a SHA-256
contentHash; the CLI verifies it before writing. - The CLI records a run on successful install so workspace owners see adoption.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.