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 SSWConsulting/SSW.VerticalSliceArchitecture --skill add-adrgit clone --depth 1 https://github.com/SSWConsulting/SSW.VerticalSliceArchitectureWrote 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/sswconsulting/ssw.verticalslicearchitecture/add-adr)<a href="https://agentmods.dev/skills/sswconsulting/ssw.verticalslicearchitecture/add-adr"><img src="https://agentmods.dev/badge/skills/sswconsulting/ssw.verticalslicearchitecture/add-adr/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/sswconsulting/ssw.verticalslicearchitecture/add-adr"><img src="https://agentmods.dev/badge/skills/sswconsulting/ssw.verticalslicearchitecture/add-adr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00083 | $0.01447 |
| Opus 5 | $0.00042 | $0.00724 |
| Sonnet 5 | $0.00017 | $0.00289 |
| Haiku 4.5 | $0.00008 | $0.00145 |
Grade A, and why
add-adr 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 10d 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 — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Add an ADR
An ADR captures one architecturally significant decision — what was decided, why,
and what was rejected. The set lives in docs/adr/, is managed by
Log4brains (.log4brains.yml), and is
published as a static site from main.
ADRs are immutable. Once merged, the only thing that changes is the status. A
decision that gets reversed doesn't get edited — it gets a new ADR, and the old one
is marked superseded by [link]. Write it as a record of what was true on the date,
not as living documentation.
When it earns an ADR
Write one when the decision constrains future work and someone will later ask "why is it like this?" — a framework or library choice, a persistence or hosting pattern, a convention every slice has to follow. Skip it for reversible implementation details, bug fixes, and anything a code comment covers.
1. Filename
YYYYMMDD-<kebab-slug>.md, where the date is when the decision was made, not
when the record was written.
The slug usually leads with the category, but it isn't mandatory — both shapes exist in the repo:
20251018-api-use-fastendpoints-instead-of-minimal-apis.md
20260515-vertical-slices-use-a-folder-per-slice.md
20260612-use-aggregate-specification-classes-with-factory-methods.md
2. Start from the template
Copy docs/adr/template.md. It carries the full section structure with inline
<!-- --> guidance on what each part is for and which are optional. Don't hand-roll
the skeleton — the template is the source of truth for the shape.
docs/adr/index.md is the Log4brains site homepage, not a manual index. There is
nothing to register — dropping the file in docs/adr/ is enough.
3. Title
H1, pattern [Category] - [Decision], or just the decision when no category fits:
API - Use FastEndpoints instead of Minimal APIsDatabase - Use SQL Temporal Tables when data auditing is requiredUse Aggregate Specification Classes with Factory Methods
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.
- 10d ago First seen · 122 lines · 83 tokens per session scan A ccf69d791f24
add-adr is a skill published in the GitHub repository SSWConsulting/SSW.VerticalSliceArchitecture (398 stars, last pushed 1mo ago), licensed MIT. It adds 83 tokens to every session and 1,447 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
nettopologysuite
Use when performing 2D computational geometry in .NET — spatial predicates, overlay operations, buffering, WKT/WKB I/O. NetTopologySuite: the .NET port of JTS, available via NuGet for spatial analysis in C# applications.
release
Prepare and publish Perigon.CLI patch releases, including versioning, release notes, bilingual docs, validation, and the nuget-branch CI handoff.
docs
Use for Perigon documentation work across this workspace, especially Perigon.docs/Content/docs/Perigon bilingual and versioned docs, syncing zh-CN and en-US content, updating docs from Perigon.CLI, Perigon.template, and Perigon.Modules changes, and deciding whether to revise existing pages or add new documentation.
blazor
Use for Blazor Server development with Fluent UI Blazor, Razor components, layouts, pages, scoped UI services, culture switching, localization, forms, loading/empty/error states, and Studio-style dashboard workflows.
cli
Use for .NET command-line tool development with Spectre.Console/Spectre.Console.Cli, Microsoft.Extensions.Hosting, dependency injection, localized help text, command settings, aliases, examples, terminal output, exit codes, and stdio-safe command paths.
codegen
Use for .NET code generation work with Roslyn, Microsoft.OpenApi, Razor templates, DTO/manager/controller generation, REST API generation, C# HttpClient generation, Angular/Axios TypeScript request clients, generated formatting, and deterministic output.