Advanced agent orchestration skills for Claude Code.
User: "Research X with oberweb"
→ Identify search dimensions (docs, tutorials, discussions)
→ Dispatch parallel sonnet search agents
→ Synthesize results with user's model + source URLs
User: "Create a skill for code review"
→ INTAKE: Problem, triggers, 5+ use rule
→ DESIGN: Single vs router, freedom level
→ BUILD: SKILL.md with anti-rationalization table
→ TEST: Baseline (RED) → Compliance (GREEN) → Loopholes (REFACTOR)
→ SHIP: Pre-flight checklist, package
User: "Review this agent prompt"
→ Load review-prompt.md checklist
→ Structure, efficiency, security audit
→ Verdict table with fixes
User: "Take a screenshot and analyze it"
→ Capture screen
→ Dispatch haiku analyzer
→ Return summary with insights
| Skill | Purpose | Example |
|---|---|---|
| oberprompt | Prompt engineering principles | "use oberprompt to fix this flaky agent" |
| oberagent | Agent dispatch validation | "use oberagent before dispatching" |
| oberweb | Multi-dimensional web search | "use oberweb to research X" |
| obercreate | Skill creation AND review | "create a skill for X" / "review this prompt" |
| obershot | Screenshot capture and analysis | "take a screenshot and analyze it" |
oberweb (standalone)
│
└── Dispatch parallel sonnet search agents
│
└── Synthesize with user's model + source URLs
obercreate (standalone)
│
├── CREATE: INTAKE → DESIGN → BUILD → TEST → SHIP
│ │
│ └── Pressure testing with fresh subagents
│
└── REVIEW: Load checklist → Audit → Verdict table
oberagent (invoked before any agent dispatch)
│
└── oberprompt
│
└── Prompt engineering
(constraints, validation)
obershot (standalone)
│
└── Capture → Dispatch haiku analyzer → Return summary
# Add marketplace (if not already added)
/plugin marketplace add ryanthedev/rtd-claude-inn
# Install plugin
/plugin install oberskills@rtd
# Update to latest
/plugin update oberskills@rtdFor guides and detailed documentation, see examples/ or the Wiki.
| # | Example | Type | Shows |
|---|---|---|---|
| 1 | oberweb-ghostty-floating-terminal | SEARCH | 5 parallel dimensions, result synthesis |
| 2 | oberagent-code-review | AGENT | Checklist validation, skill inheritance |
| 3 | oberagent-model-selection | AGENT | Model tier selection with oberprompt |
Current version: 1.20.0
MIT