architecture-review

architecture-review is a skill for Codex from ashermahonin/agentic-skills. It costs 80 tokens per session (465 once invoked), scanned A, original, MIT.

A structured review of a software system's design, from its overall setting down to components, data, APIs, integrations, deployment, and operations. It also records important choices in architecture decision records, or ADRs.

In plain words
What is it for?
It is for planning system architecture, service boundaries, data ownership, API contracts, reliability, security, migrations, rollbacks, and operational responsibilities.
Why use it?
It exposes risky boundaries and missing decisions before a large build, migration, or infrastructure change makes them expensive to fix.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It is for planning system architecture, service boundaries, data ownership, API contracts, reliability, security, migrations, rollbacks, and operational responsibilities.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ashermahonin/agentic-skills/architecture-review
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.

Any agent
npx skills add ashermahonin/agentic-skills --skill architecture-review
Clone the repo
git clone --depth 1 https://github.com/ashermahonin/agentic-skills

Made for: Codex.

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 architecture-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/ashermahonin/agentic-skills/architecture-review/github.svg)](https://agentmods.dev/skills/ashermahonin/agentic-skills/architecture-review)
Your own site
<a href="https://agentmods.dev/skills/ashermahonin/agentic-skills/architecture-review"><img src="https://agentmods.dev/badge/skills/ashermahonin/agentic-skills/architecture-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for architecture-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/ashermahonin/agentic-skills/architecture-review"><img src="https://agentmods.dev/badge/skills/ashermahonin/agentic-skills/architecture-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 465 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00080 $0.00465
Opus 5 $0.00040 $0.00233
Sonnet 5 $0.00016 $0.00093
Haiku 4.5 $0.00008 $0.00047

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

Security

Grade A, and why

architecture-review 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 12d 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.

agentic/skills/architecture-review/SKILL.md · 55 lines

What it actually says

Architecture Review

Purpose

Turn requirements and current-state evidence into a system shape that can be implemented, tested, operated, and changed. Prefer clarity and tradeoffs over ornamental diagrams.

Inputs

  • Gather requirements, quality scenarios, current-state evidence, and constraints.
  • Name the architecture decision that matters most.
  • Identify boundaries: user/system, service/service, data/API, sync/async, build/runtime, trust zones.
  • Decide what must be documented as an ADR.

Decision process

  1. Draft the system context first, then containers, then components only where detail changes decisions.
  2. Map runtime scenarios for critical user and failure paths.
  3. Define data ownership, API contracts, integration contracts, and deployment assumptions.
  4. Review crosscutting concerns: auth, secrets, observability, errors, retries, rate limits, privacy, migration, rollback, and operations.
  5. Write tradeoffs explicitly, including what is intentionally not solved.
  6. Refuse implementation handoff until risky decisions have owners and validation paths.

Decision boundaries

  • Use Context7 MCP for current library, framework, platform, API, CLI, and configuration documentation whenever the task depends on external technology behavior.

Decision record

  • System context
  • Container and component views
  • Runtime scenarios
  • Deployment view
  • Data model and API contracts
  • ADR candidates or decisions

Ready when

  • Architecture must answer how the system changes safely, not only how it works when happy.
  • Do not draw a component unless it affects ownership, contract, or risk.
  • Call out irreversible or expensive decisions.
  • Tie architecture back to requirements and quality scenarios.

Handoff

Hand off boundaries, contracts, ADRs, validation expectations, and unresolved risks to decomposition.

References

  • references/architecture-artifacts.md: Use this to decide which architecture artifacts are required.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 55 lines · 80 tokens per session scan A cb9e73aed404

Subscribe to this mod's changes

architecture-review is a skill published in the GitHub repository ashermahonin/agentic-skills (10 stars, last pushed 19d ago), licensed MIT. It adds 80 tokens to every session and 465 once invoked, about $0.0004 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-31.