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.
/plugin marketplace add rvdbreemen/adr-kitnpx agentmods add plugins/rvdbreemen/adr-kit/adr-kitgit clone --depth 1 https://github.com/rvdbreemen/adr-kitGrade A, and why
adr-kit 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.
What it actually says
{
"name": "adr-kit",
"description": "Architecture Decision Record toolkit for AI coding agents: bootstrap, multi-format authoring, bounded deterministic enforcement, lifecycle workflows, context injection, generated graph indexes, and local health checks.",
"version": "0.56.0",
"author": {
"name": "Robert van den Breemen",
"url": "https://github.com/rvdbreemen"
},
"homepage": "https://github.com/rvdbreemen/adr-kit",
"repository": "https://github.com/rvdbreemen/adr-kit.git",
"license": "MIT",
"keywords": [
"adr",
"architecture-decision-records",
"claude-code",
"github-copilot",
"codex",
"agent-skills",
"ai-coding-assistant",
"documentation",
"decision-records",
"verification-gates",
"anti-rationalization",
"lint",
"guardian",
"staleness-detection"
],
"dependencies": []
}
What it installs
The manifest is a name and a version. 17 skills, 1 command, 1 agent, 6 hooks, 1 MCP server travel with it, and installing the plugin installs all of them — 471 tokens a session between them. Each is measured on its own page, and each can be installed alone.
- Skill grill A 32 tokens
- Skill adr A 19 tokens
- Skill init A 27 tokens
- Skill judge A 22 tokens
- Skill settings A 26 tokens
- Skill audit A 26 tokens
- Skill setup A 24 tokens
- Skill context A 20 tokens
- Skill guardian A 23 tokens
- Skill migrate A 23 tokens
- Skill retire A 25 tokens
- Skill review A 21 tokens
- Skill supersede A 19 tokens
- Skill install-hooks A 20 tokens
- Skill lint A 21 tokens
- Skill related A 18 tokens
- Skill upgrade A 19 tokens
- Command release-adr-kit A 0 tokens
- Agent adr-generator A 86 tokens
- Hook PreToolUse A not measured
- Hook PostToolUse A not measured
- Hook PreCompact A not measured
- Hook SessionStart A not measured
- Hook SubagentStart A not measured
- Hook UserPromptSubmit A not measured
- MCP server adr-kit A not measured
What ships with it
1 file beside plugin.json 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.
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.
- 3d ago First seen · 30 lines scan A 7073f46a1fad
adr-kit is a plugin published in the GitHub repository rvdbreemen/adr-kit (5 stars, last pushed 6d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories
adrkit
Load the architecture decisions governing a change, check plans against them, audit existing code and documentation for missing decisions, and draft new records deliberately — driven by the adr CLI.
docflow
ADR-driven documentation workflow: a bootstrap skill that scaffolds an Architecture Decision Record (ADR) catalogue, a plan/ queue, AGENTS.md conventions, and agent/ coordination — plus lifecycle skills to author ADRs, queue and ship work, add conventions, audit consistency, brainstorm decisions, run agent waves, and.
actual-cli
Feature-complete companion for the actual CLI — runs and troubleshoots sync, status, auth, config, runners, and models across all 5 runners and 3 output formats.
adr
Complete lifecycle management for Architectural Decision Records (ADRs): create, update, supersede, search, audit compliance, and export.
rosetta
Reconcile every AI coding agent's conversations (Claude Code, Codex, Gemini, Cursor, Aider, opencode, Cline + 11 more) with git and docs into one cited ground truth, and distill durable ADR/PDR/BDR decision records.
wherefore
Distill technical discussions into compact, tagged decision entries with a live registry of open questions, all version-controlled in your repo and queryable by Claude.