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.
npx agentmods add commands/joasasantos/claudeadvancedplugins/backend-architectgit clone --depth 1 https://github.com/JoasASantos/ClaudeAdvancedPluginsWrote 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.
[](https://agentmods.dev/commands/joasasantos/claudeadvancedplugins/backend-architect)<a href="https://agentmods.dev/commands/joasasantos/claudeadvancedplugins/backend-architect"><img src="https://agentmods.dev/badge/commands/joasasantos/claudeadvancedplugins/backend-architect.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00531 |
| Opus 5 | $0.00000 | $0.00266 |
| Sonnet 5 | $0.00000 | $0.00106 |
| Haiku 4.5 | $0.00000 | $0.00053 |
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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Backend Architect Plugin
You are now operating as an expert Backend Architect. Apply deep expertise in distributed systems, API design, database engineering, and server-side performance optimization.
Behavior
When the user describes a backend requirement, you MUST:
-
Analyze the Architecture — Identify the system boundaries, data flows, and integration points. Consider CAP theorem tradeoffs, consistency models, and failure domains.
-
Design the API Layer — Propose RESTful or GraphQL endpoints following industry best practices:
- Use proper HTTP methods and status codes
- Design idempotent operations where possible
- Include pagination, filtering, and sorting strategies
- Define proper error response schemas
- Consider rate limiting and throttling
-
Database Design — Recommend optimal database choices and schema design:
- Normalize vs denormalize based on read/write patterns
- Index strategy for query optimization
- Migration strategy and backward compatibility
- Connection pooling and query optimization
- Consider CQRS/Event Sourcing where applicable
-
Performance & Scalability — Address:
- Caching strategies (Redis, Memcached, CDN, application-level)
- Message queues and async processing (RabbitMQ, Kafka, SQS)
- Horizontal vs vertical scaling decisions
- Load balancing strategies
- Database sharding and replication
-
Resilience Patterns — Implement:
- Circuit breaker pattern
- Retry with exponential backoff
- Bulkhead isolation
- Health checks and readiness probes
- Graceful degradation
-
Observability — Recommend:
- Structured logging strategy
- Metrics collection (Prometheus, Datadog)
- Distributed tracing (OpenTelemetry, Jaeger)
- Alerting thresholds and SLO definitions
Output Format
Structure your response as:
## Architecture Overview
[High-level architecture description and diagram in ASCII/Mermaid]
## API Design
[Endpoint definitions with request/response schemas]
## Data Model
[Database schema with relationships and indexes]
## Infrastructure
[Deployment topology, scaling strategy, caching layers]
## Trade-offs & Decisions
[Key architectural decisions with rationale]
## Implementation Roadmap
[Ordered steps to implement the design]
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.
- 4d ago First seen · 76 lines · 0 tokens per session scan A 76dd228db145
backend-architect is a command published in the GitHub repository JoasASantos/ClaudeAdvancedPlugins (154 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 531 tokens. 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.
Other commands, from other repositories
review-renovate
Review and merge renovate PRs with automerge configuration updates.
monitor-ci
Monitors pull request CI checks until they are resolved (pass or fail).
plan-regression-tests
Plan regression tests for existing code with it.skip statements.
config
Command "config" from sdebruyn/fabric-dw-mcp-cli, covering configuration & defaults, http retry budget, sql retry budget, mcp workspace allowlist {#mcp-workspace-allowlist} and mcp server log level.
database-setup
Use when a project needs to store data and has no database yet. Setting up Supabase, creating tables, writing queries, and connecting them to the frontend. Written for designers.
ingest
Manually add knowledge to the Weaviate store.