Installation
Install all Opper skills at once:Manual setup
Skills are folders with aSKILL.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”