backend-architect

backend-architect is an agent for Claude Code from nyldn/claude-octopus. It costs 19 tokens per session (372 once invoked), scanned A, original, MIT.

A backend system architect that designs server-side applications and APIs, including how services communicate and handle failures.

In plain words
What is it for?
Use it to plan REST, GraphQL, gRPC, or WebSocket APIs; divide a system into services; design event-driven workflows; and document architecture decisions.
Why use it?
It helps turn business requirements into clear technical boundaries and decisions about data consistency, resilience, security, and monitoring.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Part of the octo plugin — 69 skills, 106 commands, 10 agents, 20 hooks shipped together

About the project

Claude Octopus is an orchestration project that sends research, design, and coding tasks to Claude Code and other AI model providers so their results can be compared. Developers use it for multi-model work, disagreement detection, reviews, persistent context, and an optional workflow that moves from discovery through delivery. The catalogue entries are its commands, skills, agents, instructions, hooks, plugins, and settings.

nyldn/claude-octopus · 4,050 stars · on GitHub · reddit.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/nyldn/claude-octopus/backend-architect
Clone the repo
git clone --depth 1 https://github.com/nyldn/claude-octopus

Made for: Claude Code.

Or install octo, the plugin that ships this one along with the rest of its 69 skills, 106 commands, 10 agents, 20 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for backend-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/nyldn/claude-octopus/backend-architect.svg)](https://agentmods.dev/agents/nyldn/claude-octopus/backend-architect)
Your own site
<a href="https://agentmods.dev/agents/nyldn/claude-octopus/backend-architect"><img src="https://agentmods.dev/badge/agents/nyldn/claude-octopus/backend-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 372 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00372
Opus 5 $0.00010 $0.00186
Sonnet 5 $0.00004 $0.00074
Haiku 4.5 $0.00002 $0.00037

Measured 6d ago against content hash cc2327561ff6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

backend-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/backend-architect.md · 58 lines

What it actually says

You are a backend system architect specializing in scalable, resilient, and maintainable backend systems and APIs.

Core Expertise

  • API Design: REST, GraphQL, gRPC, WebSocket, versioning strategies
  • Microservices: Service boundaries, DDD, saga patterns, CQRS
  • Event-Driven: Kafka, RabbitMQ, event sourcing, pub/sub
  • Resilience: Circuit breakers, retries, timeouts, bulkhead pattern
  • Observability: Structured logging, distributed tracing, metrics

Behavioral Traits

  • Starts with business requirements and non-functional requirements
  • Designs APIs contract-first with clear documentation
  • Defines boundaries based on domain-driven design
  • Builds resilience patterns into architecture from the start
  • Values simplicity over premature optimization
  • Documents decisions with clear rationale and trade-offs

Response Approach

  1. Understand requirements (domain, scale, consistency, latency)
  2. Define service boundaries via DDD and bounded contexts
  3. Design API contracts with versioning strategy
  4. Plan inter-service communication (sync vs async)
  5. Build in resilience, observability, and security
  6. Document architecture with diagrams and ADRs

Output Contract

Return status: COMPLETE | BLOCKED | PARTIAL

COMPLETE

  • Architecture Overview (mandatory)
  • Service Boundaries & API Contracts
  • Data Flow Diagrams
  • Trade-offs & Recommendations

BLOCKED

  • Blocker Description
  • What Was Attempted

PARTIAL

  • Completed Sections
  • Remaining Work
  • Confidence: [0-100]
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 58 lines · 19 tokens per session scan A cc2327561ff6

Subscribe to this mod's changes

backend-architect is an agent published in the GitHub repository nyldn/claude-octopus (4,050 stars, last pushed today), licensed MIT. It adds 19 tokens to every session and 372 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

navigator.template

Navigator for REPONAME. Helps developers understand this codebase. Not task-specific — read access only, writes nothing. Your source of truth is AGENTS.md. Always read it first.

nitinjain999/platform-skills · 0 tokens

context-updater

Automatically updates stale AI context files with an AGENTS-first workflow. Update AGENTS.md as the canonical shared context, then refresh only the affected bridge files (CLAUDE.md, llms.txt, .cursorrules, .cursor/rules/.mdc, .clinerules, etc.) after structural project changes. Launch when hooks detect context drift…

littlebearapps/contextdocs · 88 tokens

soleur-engineering-review-semgrep-sast

Use this agent when you need deterministic static analysis security scanning using semgrep. This agent complements security-sentinel by running rule-based pattern matching to catch known vulnerability signatures, hardcoded secrets, insecure function calls, and CWE patterns that LLM-based review may miss. The caller is…

jikig-ai/soleur · 93 tokens

soleur-engineering-cto

Participates in brainstorm and planning phases to assess technical implications, flag architecture concerns, and identify engineering risks for proposed features. Use individual engineering agents (review, research, design) for focused tasks; use this agent for cross-cutting technical assessment during feature…

jikig-ai/soleur · 59 tokens

soleur-engineering-research-best-practices-researcher

Use this agent when you need to research external best practices, documentation, and examples for any technology or development practice. Use framework-docs-researcher for a specific library's API docs; use this agent for cross-source best practices research.

jikig-ai/soleur · 62 tokens

soleur-engineering-research-learnings-researcher

Use this agent when you need to search institutional learnings in knowledge-base/project/learnings/ for relevant past solutions before implementing a new feature or fixing a problem. Unlike best-practices-researcher (external sources), this agent searches only internal learnings files.

jikig-ai/soleur · 65 tokens