Documentation
Docs · Agent skills

Install Operon's agent skills

One command teaches your agent to drive Operon — mine, publish, and onboard, all in plain English.

An Operon agent skill is a SKILL.md file your agent loads to drive the operon CLI. They live in the public Try-Operon/skills repo, so the skills CLI installs them into Claude Code, Codex, and Cursor for you.

One command

Run this in your terminal. It pulls every Operon skill and drops each SKILL.md into the agents you have installed.

The CLI prompts for scope and which agents to target. Add -g to install globally for every project.

What you get

Five skills covering the whole loop — set up, mine, publish, search, and install.

operon-setup

Onboard end-to-end: sign in, detect your AI tools, pick a workspace, and run your first mine.

operon-mine

Run a fresh mining pass across your Claude Code, Codex, and Cursor sessions to surface recurring prompts as draft operons.

operon-publish

Pick one of your mined drafts and ship it to your team.

search-operons

Search your team's catalog for shared operons other engineers have published.

install-operon

Install a specific operon into Claude Code, Codex, and Cursor.

Not using the skills CLI? Every skill is also served from the agent-skills manifest ↗, so an agent can fetch any SKILL.md directly.