Use Case
opus isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. Auto-route tasks to the cheapest Claude model that works correctly. Three-tier progression: Haiku β Sonnet β Opus. Classify before responding. HAIKU (default): factual Q&A, greetings, reminders, status checks, lookups, simple file ops, heartbeats, casual chat, 1-2 sentence tasks. ESCALATE TO SONNET: code >10 lines, analysis, comparisons, planning, reports, multi-step reasoning, tables, long writing >3 paragraphs, summarization, research synthesis, most user conversations. ESCALATE TO OPUS: architecture decisions, complex debugging, multi-file refactoring, strategic planning, nuanced judgment, deep research, critical production decisions. Rule: If a human needs >30 seconds of focused thinking, escalate. If Sonnet struggles with complexity, go to Opus. Save 50-90% on API costs by starting cheap and escalating only when needed. This guide covers how to deploy opus for your team, standardize prompts, and create shared workflows that everyone can use.
Install opus in your project directory: .claude/skills/opus/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use opus in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing opus
How can my team use opus together?
Set up opus for our project so everyone can use it
Create a shared workflow using opus for our team
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install opusOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install opusβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/opus/π‘Extract and place the folder at the path above, then restart your agent.