architecture — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited architecture (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Three ideas anchor everything below:
This skill is split across several reference files. Don't load all of them. Look at the map, decide what the current request calls for, and open just those.
| File | What it holds | Open it when |
|---|---|---|
context-discovery.md | The questions to ask up front and a way to classify the project | You're at the very start of a design |
trade-off-analysis.md | Templates for decision records plus a method for weighing options | You're capturing a decision in writing |
pattern-selection.md | Branching guides for picking patterns and a list of traps to avoid | You're deciding which pattern fits |
examples.md | Three fully worked designs (MVP, SaaS, enterprise) | You want a concrete reference to compare against |
patterns-reference.md | A compact catalog of patterns side by side | You need a fast lookup or comparison |
Architecture touches neighboring concerns. Hand off to these where they fit:
| Skill | Reach for it when |
|---|---|
@[skills/database-design] | The decision is about how to model and structure data |
@[skills/api-patterns] | The focus shifts to designing the API surface |
@[skills/deployment-procedures] | You're working out how the system ships and runs |
Begin with the smallest design that works, and let complexity earn its place.
Run through this list before treating an architecture as settled:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.