octopus-architecture
FeaturedSystem architecture and API design with multi-AI consensus — use for design reviews and new subsystems
AI & Automation 3,887 stars
365 forks Updated today MIT
Install
Quality Score: 99/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
## ⚠️ EXECUTION CONTRACT (MANDATORY - CANNOT SKIP)
This skill uses **ENFORCED execution mode**. You MUST follow this exact sequence.
### STEP 1: Display Visual Indicators (MANDATORY - BLOCKING)
**Check provider availability:**
```bash
providers_output="$("${HOME}/.claude-octopus/plugin/scripts/helpers/check-providers.sh" 2>/dev/null || true)"
provider_status() {
provider="$1"
if printf '%s\n' "$providers_output" | grep -q "^${provider}:available"; then
echo "Available ✓"
else
echo "Not installed ✗"
fi
}
codex_status="$(provider_status codex)"
gemini_status="$(provider_status gemini)"
agy_status="$(provider_status agy)"
```
**Display this banner BEFORE orchestrate.sh execution:**
```
🐙 **CLAUDE OCTOPUS ACTIVATED** - Architecture design mode
🏗️ Architecture: [Brief description of system to design]
Provider Availability:
🔴 Codex CLI: ${codex_status} - Backend architecture patterns
🟡 Gemini CLI: ${gemini_status} - Alternative approaches
🧭 Antigravity CLI: ${agy_status} - Additional external-model challenge
🔵 Claude: Available ✓ - Synthesis and recommendations
💰 Estimated Cost: $0.02-0.08
⏱️ Estimated Time: 3-7 minutes
```
**Validation:**
- If no external providers are available → STOP, suggest: `/octo:setup`
- If one or more external providers are available → Continue with available provider(s)
**DO NOT PROCEED TO STEP 2 until banner displayed.**
---
### STEP 2: Execute orchestrate.sh spawn (MANDATORY - Use Bash Tool)
**You MUST execute this c...
Details
- Author
- nyldn
- Repository
- nyldn/claude-octopus
- Created
- 6 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
skill-parallel-agents
Decompose large tasks across parallel agents — use for migrations, multi-file refactors, or batch work
3,887 Updated today
nyldn AI & Automation Solid
orchestrate
Activate multi-agent orchestration mode
6 Updated today
mazenyassergithub AI & Automation Listed
orchestrate
Use when multiple independent tasks need coordinated delegation across agents with progress tracking. "orchestrate", "오케스트레이션", "위임 모드", "에이전트 조율", "작업 분배", "병렬 위임", "멀티 에이전트" 요청 시 사용.
1 Updated yesterday
SONGYEONGSIN