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 skills add d4rkNinja/arcforge --skill system-architecture-harnessgit clone --depth 1 https://github.com/d4rkNinja/arcforgeWrote 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/skills/d4rkninja/arcforge/system-architecture-harness)<a href="https://agentmods.dev/skills/d4rkninja/arcforge/system-architecture-harness"><img src="https://agentmods.dev/badge/skills/d4rkninja/arcforge/system-architecture-harness/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.
<a href="https://agentmods.dev/skills/d4rkninja/arcforge/system-architecture-harness"><img src="https://agentmods.dev/badge/skills/d4rkninja/arcforge/system-architecture-harness.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 438 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.1 | $0.00088 | $0.07132 |
| Opus 5 | $0.00044 | $0.03566 |
| Sonnet 5 | $0.00018 | $0.01426 |
| Haiku 4.5 | $0.00009 | $0.00713 |
Grade A, and why
system-architecture-harness 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 5d 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 — 486 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Think Through Production Systems
Overview
Turn an idea, requirement set, existing codebase, incident pattern, or migration goal into an evidence-backed architecture that can be built, operated, reviewed, and evolved.
Core principle: Architecture is a chain of explicit decisions under constraints—not a diagram, a technology list, or a collection of fashionable patterns.
Non-Negotiable Architecture Law
NO ARCHITECTURE DECISION WITHOUT:
1. a requirement, invariant, risk, or constraint that motivates it;
2. at least one realistic alternative;
3. a stated trade-off and consequence;
4. a way to validate the decision in production or before launch.
A component without a responsibility is decoration. A database without access patterns and consistency semantics is guesswork. A queue without delivery, ordering, retry, and replay semantics is an outage waiting for a date.
A user-requested scope limit never waives an applicable correctness boundary. In particular, an offline mutation or collaboration design cannot be made backend-only: the client is a stateful system component whose authority, durable state, lifecycle, failure behavior, and recovery must be designed.
When to Use
Use this skill for:
- greenfield system design;
- architecture review or due diligence;
- monolith/modular-monolith/microservice boundary decisions;
- scaling, performance, reliability, or cost redesign;
- data-platform, event-driven, real-time, financial, geospatial, storage, or AI systems;
- cloud, on-premises, hybrid, multi-region, edge, or offline-first deployments;
- migrations, decompositions, re-platforming, and legacy modernization;
- production readiness, threat modeling, disaster recovery, and operational design;
- architecture specifications, RFCs, ADRs, contextual AI reviews, and change handoff.
Do not use it as a substitute for product discovery, legal advice, formal safety certification, penetration testing, or domain-expert approval. It should expose when those are required.
What ships with it
38 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.
- agents/openai.yaml 269 B
- assets/adr-template.md 1.6 KB
- assets/api-event-contract-template.md 2.2 KB
- assets/architecture-evidence-map-template.md 4.0 KB
- assets/architecture-spec-template.md 11 KB
- assets/complexity-ledger-template.md 4.2 KB
- assets/design-review-checklist.md 6.5 KB
- assets/failure-mode-template.md 3.2 KB
- assets/risk-register-template.md 2.8 KB
- assets/slo-template.md 1.8 KB
- assets/threat-model-template.md 3.0 KB
- examples/complexity-ledger-example.md 13 KB
- examples/contextual-architecture-comparison.md 6.7 KB
- examples/worked-example-order-platform.md 53 KB
- references/01-workflow-and-decision-gates.md 13 KB
- references/02-requirements-estimation-and-slos.md 11 KB
- references/03-boundaries-and-architecture-styles.md 9.9 KB
- references/04-data-storage-and-consistency.md 14 KB
- references/05-apis-messaging-and-workflows.md 12 KB
- references/06-scalability-performance-and-cost.md 10 KB
- references/07-reliability-resilience-and-disaster-recovery.md 12 KB
- references/08-security-privacy-and-compliance.md 12 KB
- references/09-observability-operations-and-delivery.md 12 KB
- references/10-domain-pattern-catalog.md 28 KB
- references/11-ai-ml-and-agentic-systems.md 14 KB
- references/12-contextual-architecture-review.md 7.3 KB
- references/13-repo-coverage-and-gap-analysis.md 9.1 KB
- references/14-source-map.md 9.2 KB
- references/15-evidence-complexity-and-research.md 15 KB
- references/16-code-runtime-and-assurance.md 9.3 KB
- references/17-client-platform-architecture.md 8.3 KB
- references/18-platform-governance-and-evolution.md 7.6 KB
- references/papers/084-modular-monolith-architecture.md 31 KB
- references/papers/085-microservice-architecture.md 32 KB
- references/papers/086-dependency-boundaries.md 31 KB
- references/papers/087-code-level-architecture.md 31 KB
- references/papers/088-abstraction-design.md 30 KB
- references/papers/089-dependency-management.md 30 KB
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.
- 5d ago Changed · +10 lines 9284ce18efa8
- 9d ago First seen · 476 lines · 88 tokens per session scan A 0cb2b1599650
system-architecture-harness is a skill published in the GitHub repository d4rkNinja/arcforge (16 stars, last pushed 5d ago), licensed MIT. It adds 88 tokens to every session and 7,132 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-30.
Other skills, from other repositories
code-to-diagram
Analyze codebases and automatically generate architecture diagrams, flowcharts, and org charts. Uses AST parsing to map import dependencies for Python, JS/TS, Go, and Java, outputting Mermaid or SVG files. Triggered when users ask to visualize code architecture, understand dependencies, draw a flowchart, or create a…
architecture-diagram
Dark-themed SVG architecture/cloud/infra diagrams as HTML.
studio
Architecture Studio control plane — initialize or inspect a studio workspace, create and register projects, or route an architecture/AEC task to the right agent or skill. Use when the user runs /as:studio, asks to set up or open their studio, manage its projects, or describes a task without naming a skill.
modular-skills
Build composable skill modules with hub-and-spoke loading. Use when token budget is tight.
csv-to-sif
Export a project's FF&E product-library CSV as dealer-system SIF. Use to produce a .sif schedule; use sif-to-csv for the reverse direction.
architecture-aware-init
Selects architecture paradigm via research before scaffolding. Use when architecture is undecided and the choice needs justification and documentation.