Octopus Architecture
Designs system architecture and APIs with multi-AI consensus review.
Test report
- Verdict
- Tested · Didn't pass
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 5a435db
The card's install runs clean but the skill is completely non-operational: ~/.claude-octopus/plugin (the scripts SKILL.md depends on) is never provisioned by the verbatim install, and even against a fully-installed upstream repo the mandatory 'spawn backend-architect' command is invalid CLI syntax (a persona name where an agent-type is required), erroring exit 1 with zero output regardless of Codex/Gemini availability — directly contradicting the README's 'zero providers needed' claim. Confirms a prior SkillProof finding on this skill.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 2/5
- Triggers reliably 3/5
- Output vs. baseline 1/10
- Docs & honesty 1/5
What Octopus Architecture does
System architecture and API design with multi-AI consensus — use for design reviews and new subsystems
How to install Octopus Architecture
git clone https://github.com/nyldn/claude-octopus
cd claude-octopus
mkdir -p ~/.claude/skills
cp -r .claude/skills/skill-architecture ~/.claude/skills/octopus-architecture
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Octopus Architecture
-
/octopus-architectureDesigns system architecture and APIs with multi-AI consensus review.
It also activates on plain-language prompts like these:
-
Design this subsystem's architecture with consensus review -
Review this API design across multiple AI perspectives -
Get a multi-AI consensus on this architecture decision
Frequently asked questions
- Is the Octopus Architecture skill free?
- Yes. The skill itself is free from nyldn/claude-octopus. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Octopus Architecture work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Didn't pass. The card's install runs clean but the skill is completely non-operational: ~/.claude-octopus/plugin (the scripts SKILL.md depends on) is never provisioned by the verbatim install, and even against a fully-installed upstream repo the mandatory 'spawn backend-architect' command is invalid CLI syntax (a persona name where an agent-type is required), erroring exit 1 with zero output regardless of Codex/Gemini availability — directly contradicting the README's 'zero providers needed' claim. Confirms a prior SkillProof finding on this skill.
- How do I install Octopus Architecture?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Octopus Architecture with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.