Skip to content

architecture

System architecture and design skill leveraging the backend-architect persona. Use for API design, microservices patterns, and distributed systems planning.

From plugin
octo
3.9k50 skills50 agents50 commands20 hooks
Install
$ npx -y skills add nyldn/claude-octopus --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

System architecture and design skill leveraging the backend-architect persona. Use for API design, microservices patterns, and distributed systems planning.

Agent definition

architecture.md
name: octopus-architecture
description: |
  System architecture and design skill leveraging the backend-architect persona.
  Use for API design, microservices patterns, and distributed systems planning.

Architecture Skill

Invokes the backend-architect persona for system design during the `grasp` (define) and `tangle` (develop) phases.

Usage

# Via orchestrate.sh
./scripts/orchestrate.sh spawn backend-architect "Design a scalable notification system"

# Via auto-routing (detects architecture intent)
./scripts/orchestrate.sh auto "architect the event-driven messaging system"

Capabilities

  • API design and RESTful patterns
  • Microservices architecture
  • Distributed systems design
  • Event-driven architecture
  • Database schema design
  • Scalability planning

Persona Reference

This skill wraps the `backend-architect` persona defined in:

  • `agents/personas/backend-architect.md`
  • CLI: `codex`
  • Model: `gpt-5.3-codex`
  • Phases: `grasp`, `tangle`
  • Expertise: `api-design`, `microservices`, `distributed-systems`

Example Prompts

"Design the API contract for the user service"
"Plan the event sourcing architecture"
"Design the caching strategy for the product catalog"
"Create a microservices decomposition plan"
Ships withocto

Every AI model has blind spots. Claude Octopus supports ten external provider integrations — Codex, Gemini, Antigravity CLI, Copilot, Qwen, Ollama, Perplexity, OpenRouter, OpenCode, and Grok — alongside the built-in Claude Code host, with consensus gates that

Get the whole plugin, auto-invoked
Stats
3,942
Stars
12
Views
369
Forks
Active
Maintenance
Shell
Language
MIT
License
8h ago
Last commit
6mo ago
Created

Repo: nyldn/claude-octopus