
Opus Agents
- 6 repo stars
- Updated July 29, 2026
- GGPrompts/my-plugins
Use Opus-powered versions of built-in agents for complex implementation work.
About
An agent-building skill that supplies Opus-powered replacements for Claude Code's built-in agents, aimed at heavier implementation work. Developers reach for it when default agents underperform on complex coding tasks and they want a stronger model driving the general-purpose agent.
- Opus-powered agent variants
- Drop-in for built-in agents
- Tuned for complex implementation
Opus Agents by the numbers
- Data as of Jul 30, 2026 (Skillselion catalog sync)
/plugin marketplace add GGPrompts/my-plugins/plugin install opus-agents@my-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Last updated | July 29, 2026 |
| Repository | GGPrompts/my-plugins ↗ |
What it does
Use Opus-powered versions of built-in agents for complex implementation work.
README.md
Opus Agents Plugin
Opus-powered versions of built-in agents for complex implementation work.
Overview
The Opus Agents plugin provides enhanced agents using the Opus model for tasks requiring deeper reasoning and more sophisticated code generation.
Installation
cp -r my-plugins/plugins/opus-agents ~/.claude/plugins/
Agents
| Agent | Purpose |
|---|---|
general-purpose |
Opus-powered general-purpose agent for complex multi-step tasks |
Usage
# Spawn via Task tool
Task(
subagent_type: "opus-agents:general-purpose",
prompt: "Implement complex feature X..."
)
When to Use
Use Opus agents for:
- Complex multi-file refactoring
- Architectural decisions requiring deep analysis
- Sophisticated code generation
- Tasks requiring nuanced understanding
Use standard Sonnet agents for:
- Quick searches and lookups
- Simple code modifications
- Routine tasks
License
MIT License