architecture-compass

architecture-compass is a skill for Codex from stark-ai-de/agent-skills. It costs 94 tokens per session (3,259 once invoked), scanned A, original, Apache-2.0.

A repository workflow for recording and enforcing architecture decisions through ADRs, or Architecture Decision Records. It can establish decision rules, inspect whether the code follows them, and guide approved refactors.

In plain words
What is it for?
Use it to set up or audit ADR governance, review architecture drift, or plan and carry out a refactor that must follow recorded decisions. It is not intended for small style-only edits.
Why use it?
It makes important design choices explicit instead of leaving them only in conversations or scattered code. It helps detect when the implementation has drifted away from accepted architecture.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

Good fit Use it to set up or audit ADR governance, review architecture drift, or plan and carry out a refactor that must follow recorded decisions. It is not intended for small style-only edits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stark-ai-de/agent-skills/architecture-compass
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 stark-ai-de/agent-skills --skill architecture-compass
Clone the repo
git clone --depth 1 https://github.com/stark-ai-de/agent-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-compass

README.md
[![agentmods](https://agentmods.dev/badge/skills/stark-ai-de/agent-skills/architecture-compass/github.svg)](https://agentmods.dev/skills/stark-ai-de/agent-skills/architecture-compass)
Your own site
<a href="https://agentmods.dev/skills/stark-ai-de/agent-skills/architecture-compass"><img src="https://agentmods.dev/badge/skills/stark-ai-de/agent-skills/architecture-compass/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-compass

Your own site · 80×15
<a href="https://agentmods.dev/skills/stark-ai-de/agent-skills/architecture-compass"><img src="https://agentmods.dev/badge/skills/stark-ai-de/agent-skills/architecture-compass.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,259 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.00094 $0.03259
Opus 5 $0.00047 $0.01630
Sonnet 5 $0.00019 $0.00652
Haiku 4.5 $0.00009 $0.00326

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

Security

Grade A, and why

architecture-compass 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 3d 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.

plugins/stark-ai-developer/skills/architecture-compass/SKILL.md · 187 lines

How it starts

The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Architecture Compass

Goal

Make architecture decisions explicit, binding, locally traceable, and executable. Establish repository-native governance, audit implementation, or perform an ADR-guided refactor without overwriting accepted history or broadening authority.

When to use

  • Establish/reconcile ADR governance or audit architecture, decision coverage, drift, risk, and evidence.
  • Plan or execute bounded ADR-governed work, including broad work that first requires durable decisions.

When not to use

  • Tiny/style-only or ordinary governed edits with no architecture consequence or ADR-aware boundary check.
  • Generic framework education or requests without target evidence and a governance, audit, planning, or refactoring outcome.

Activation and receipt presentation

Route activation and receipt presentation through AC-ADR-053 Short · Long · Guide. Start with Short and load Long before conditionally loading AC-INTERNAL-002 from the internal index for renderer-selection mechanics. This dispatcher does not define a presentation profile or renderer policy.

Workflow selection

Every direct invocation exposes exactly these public workflows:

  • setup: establish or reconcile repository-native ADR governance with recommended or complete coverage.
  • audit: perform a strictly read-only architecture, ADR-coverage, drift, and validation assessment.
  • refactor: execute explicit bounded work already governed by accepted local ADRs.
  • plan-refactor: collaborate on and persist an approved bounded refactoring specification without implementing it.
  • plan-run-refactor: plan, persist, recheck, and execute an approved broad or decision-bearing refactor.

Read the full file on GitHub · 187 lines

Files

What ships with it

60 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. 3d ago Changed 6971ae62e55e
  2. 12d ago First seen · 187 lines · 94 tokens per session scan A 49f9a99c0cd8

Subscribe to this mod's changes

architecture-compass is a skill published in the GitHub repository stark-ai-de/agent-skills (5 stars, last pushed 2d ago), licensed Apache-2.0. It adds 94 tokens to every session and 3,259 once invoked, about $0.0005 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.