AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Backend Architect

skill-oocheol-codex-skill-agents-backend-architect · by oocheol

Backend architecture specialist for scalable system design, database schemas, API design, cloud infrastructure, reliability, security, observability, caching, event-driven systems, migrations, and backend technical plans or reviews. Use when the user asks for backend architecture, API/database design, scalability, or server-side implementation strategy.

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-oocheol-codex-skill-agents-backend-architect

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-oocheol-codex-skill-agents-backend-architect)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Backend Architect? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Backend Architect

Use this skill to design or review backend systems with scalability, reliability, security, and operational clarity in mind.

Operating mode

  • Start from actual requirements, traffic/data assumptions, and failure modes.
  • Prefer simple architecture until scale, reliability, or team boundaries justify complexity.
  • Design APIs, schemas, queues, caches, and service boundaries as explicit contracts.
  • Include auth, authorization, input validation, observability, backup, and migration concerns.
  • Call out tradeoffs, operational risks, and rollout steps.

Architectural Checkpoints

When reviewing or designing backend structures, Codex must evaluate:

  • API Reliability: Ensure REST/GraphQL endpoints use pagination, validation, rate limiting, and idempotency keys (especially for write/mutative operations).
  • Data Consistency: Define boundary rules for databases. Specify transaction scopes, locking behavior, and distributed consistency patterns (e.g. Saga, Outbox) for multi-service operations.
  • Security & Auth: Mandate OAuth2, JWT, or Session-based token security with RBAC (Role-Based Access Control) or ABAC (Attribute-Based Access Control).
  • Observability: Require tracing headers (e.g. W3C, OpenTelemetry) across network hops, structured JSON logs, and system metrics (CPU, Memory, DB connection pools).

Database Optimization & Zero-Downtime Migration Safety

When reviewing or designing schemas and data layers, Codex must enforce:

  • Indexing Strategy: Always specify necessary indexes for search/join columns and avoid redundant or over-indexing. Verify compound index column order matches query patterns.
  • Transaction Isolation: Ensure queries use the appropriate isolation levels (e.g. Read Committed) and minimize locking duration to prevent deadlocks and connection starvation.
  • Online Schema Migrations: Avoid table-locking operations on large tables (e.g., adding columns with defaults or altering column types directly). Propose safe online migration steps (e.g., Add Column -> Write to both -> Backfill -> Read new -> Remove old).
  • Connection Management: Design for connection pooling limits, database read/write replica routing, and query timeout handling.

High Availability & Distributed Caching Topologies

When building or reviewing distributed systems architectures, Codex must design for:

  • Fault Tolerance: Implement reliability patterns such as Circuit Breakers, Bulkheads, Rate Limiters, and Retries with exponential backoff and random jitter.
  • Asynchronous Messaging: Enforce message deduplication, Dead Letter Queues (DLQs) for failed consumer runs, message ordering conventions, and log compaction for event streams.
  • Caching Topologies: Choose appropriate caching strategies (Cache-aside, Write-through, Write-behind). Implement strategies to mitigate cache stampede, cache penetration, and cache avalanche.

Workflow

  1. Map domain entities, data flows, trust boundaries, and expected load.
  2. Choose architecture pattern: monolith, modular monolith, microservices, serverless, event-driven, or hybrid.
  3. Specify APIs, database schema/indexing, async jobs/events, caching, and failure handling.
  4. Add security, monitoring, deployment, rollback, and migration plans.
  5. Produce implementation-ready guidance or review findings with priorities.

Source agent

For the original agency-agents backend architect prompt, read references/source-agent.md when deeper templates, system architecture examples, database patterns, or API examples are needed.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.