Skip to main content
Skills are markdown files that give AI code editors context about how to use Opper. They work with any editor that supports the Agent Skills standard, including Claude Code, Cursor, Cline, GitHub Copilot, OpenAI Codex, and Windsurf. When installed, skills are loaded automatically by your editor. The editor reads a short description of each skill at startup and loads the full documentation when your task matches the skill’s domain.

Installation

Install all Opper skills at once:
The installer will detect your editor and walk you through the setup. Or install individual skills:

Manual setup

Skills are folders with a SKILL.md file placed in your editor’s skills directory (e.g. .claude/skills/ for Claude Code). You can copy them directly:

Other editors

See the opper-skills repository for setup instructions for GitHub Copilot, Cline, OpenAI Codex, Windsurf, and other compatible editors.

Try it out

Once skills are installed, just ask your editor what you need. The agent will use the right SDK, follow the correct patterns, and produce working code:
  • “Create an Opper function that extracts key entities from a document”
  • “Build a RAG pipeline using an Opper index”
  • “Set up a Python agent with tool use that can search our knowledge base”

Available skills

Updating skills

Skills don’t auto-update. To get the latest versions: