Borrowing it
Nothing to install: this file belongs to sagar-shirwalkar/servicenow-atlas. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sagar-shirwalkar/servicenow-atlas/main/.agents/skills/architecture-decision-records/SKILL.mdgit clone --depth 1 https://github.com/sagar-shirwalkar/servicenow-atlasWrote 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/sagar-shirwalkar/servicenow-atlas/architecture-decision-records)<a href="https://agentmods.dev/skills/sagar-shirwalkar/servicenow-atlas/architecture-decision-records"><img src="https://agentmods.dev/badge/skills/sagar-shirwalkar/servicenow-atlas/architecture-decision-records/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/sagar-shirwalkar/servicenow-atlas/architecture-decision-records"><img src="https://agentmods.dev/badge/skills/sagar-shirwalkar/servicenow-atlas/architecture-decision-records.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00058 | $0.00976 |
| Opus 5 | $0.00029 | $0.00488 |
| Sonnet 5 | $0.00012 | $0.00195 |
| Haiku 4.5 | $0.00006 | $0.00098 |
Grade A, and why
architecture-decision-records 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.
How it starts
The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
When to use
Create an ADR when you make a decision that is:
- Significant — affects multiple modules, backends, or the build process
- Non-obvious — the rationale won't be immediately clear to future readers
- Costly to reverse — changing it later would require substantial rework
- Architecturally binding — constrains future design choices
Examples from this project's history that should have been ADRs:
- Choosing MLX over CoreML for Apple Silicon
- Using
snapshot_downloadinstead ofcached_filefor ONNX tokenizer loading - Reducing CI model from BGE-base (768-dim) to BGE-small (384-dim) for timeout reasons
- Choosing int8 quantisation over FP32 for CPU builds
Do NOT create ADRs for:
- Bug fixes
- Routine dependency upgrades
- Cosmetic refactors
- Decisions documented entirely by code comments
ADR format
Each ADR is a markdown file at docs/adr/NNNN-title-with-dashes.md.
File name
NNNN-title-with-dashes.md
Where NNNN is the next available number, zero-padded to 4 digits.
Frontmatter
---
date: 2026-06-22
status: accepted # proposed | accepted | deprecated | superseded
supersedes: # optional: ADR number this replaces
superseded_by: # optional: ADR number that replaces this
---
Template
---
date: <YYYY-MM-DD>
status: <proposed|accepted|deprecated|superseded>
---
# <Number>. <Title>
## Context
What is the problem we are solving? What constraints or forces are at play?
Include relevant background, requirements, and trade-offs.
## Decision
What did we decide? State it clearly and concretely.
## Rationale
Why this option over the alternatives? List 2–3 options considered and why
each was or wasn't chosen.
## Consequences
What becomes easier or harder as a result of this decision?
What does this decision enable or foreclose?
## Compliance
How will future code or CI enforce this decision? (optional)
Where to store
docs/adr/
├── index.md # Table of contents, generated
├── 0001-mlx-over-coreml.md
└── 0002-snapshot-download-for-tokenizer.md
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.
- 12d ago First seen · 126 lines · 58 tokens per session scan A 21cd18ef81df
architecture-decision-records is a skill published in the GitHub repository sagar-shirwalkar/servicenow-atlas (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 58 tokens to every session and 976 once invoked, about $0.0003 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.
Other skills, from other repositories
servicenow-cicd-devops
ServiceNow release-engineering surface — CI/CD app install/scan/rollback, DevOps change-control & artifact registration, update-set create/preview/commit/back-out, source-control apply/import, plugin activate/rollback, and ATF test-suite runs via the servicenow-api MCP server. Use when the agent must deploy or roll…
servicenow-studio-gitlab-app
Wire a ServiceNow scoped app (App Engine Studio / Fluent) to a GitLab repository and drive its promotion two ways — Path A: native Studio source control (servicenowsourcecontrol → importrepository / applyremotesourcecontrolchanges, handing off to servicenowcicd for publish/install), or Path B: GitLab-CI-driven…
servicenow-change-management
ITSM change-management operations on the ServiceNow Change API via the servicenow-api MCP server — the full change-request lifecycle: query changes, tasks, schedules, CIs, models and standard-change templates; create/update changes and change-tasks; run risk calculation and conflict checks; approve; and delete. Use…
servicenow-cmdb
ITOM CMDB operations on the ServiceNow CMDB + CI Lifecycle Management APIs via the servicenow-api MCP server — query configuration items by class, read a CI with its attributes and relations, create/update/patch CI instances, manage CI relationships, and drive the CI lifecycle (status, actions, leases, operators). Use…
servicenow-import-attachment-batch
ServiceNow data-ingest, file, and batched-REST surface — push rows through Import Sets (single & bulk), upload/get/delete record attachments, and bundle many REST calls into one batch request via the servicenow-api MCP server. Use when the agent must load external data through a transform-mapped import set, attach or…
servicenow-platform-utilities
ServiceNow cross-domain platform helpers — send notification email, render deployed Flow Designer flows to Mermaid and read flow metadata, fetch data-classification and application metadata, list activity subscriptions, and push MetricBase time-series via the servicenow-api MCP server. Use when the agent needs a…