The Copera Skills repository ships three install paths from the same source, so every major coding agent is covered. Pick the one that matches your editor.Documentation Index
Fetch the complete documentation index at: https://developer.copera.ai/llms.txt
Use this file to discover all available pages before exploring further.
All install methods require the
copera CLI installed and authenticated on the same machine. Skills teach agents how to drive the CLI; they don’t replace it.Claude Code
Native plugin install — unlocks the/copera:cli slash command and progressive-disclosure skill loading.
Cursor
Native plugin install — unlocks Cursor’s slash palette + skill auto-discovery./add-plugin accepts the GitHub repo directly — no Cursor Marketplace listing required to install.
OpenCode
OpenCode walks.claude/skills/, .opencode/skills/, and .agents/skills/ automatically. The simplest install:
npx skills tool detects OpenCode and writes the skill to the right location.
Codex / Windsurf / Cline / Aider / Continue / others
Universal install via skills.sh:npx skills auto-detects every supported agent on the machine and creates a skill entry for each. No config, no manifest editing.
Where the skill ends up
| Agent | Project-local | User-global |
|---|---|---|
| Claude Code | .claude/skills/cli/ | ~/.claude/skills/cli/ |
| Cursor | .cursor/skills/cli/ | ~/.cursor/skills/cli/ |
| OpenCode | .opencode/skills/cli/ or .claude/skills/cli/ | ~/.config/opencode/skills/cli/ |
| Codex | .agents/skills/cli/ | ~/.codex/skills/cli/ |
| Generic / shared | .agents/skills/cli/ | — |
Updating
- Claude Code
- Cursor
- npx skills
Uninstalling
- Claude Code
- Cursor
- npx skills
Verify the install
After install, ask the agent:List my Copera boards.The agent should run
copera boards list --json (or auto-trigger discovery if your token is unset) instead of asking generic LLM-trivia questions about Copera. If it doesn’t, see Usage for invocation tips.