Init
Bootstrap ADR Kit in a project, including instructions, an architecture audit, initial ADR proposals, and the pre-commit gate.From its SKILL.md
npx -y skills add rvdbreemen/adr-kit --skill initAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `adr-doctor --fix-index docs/adr/`.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.0 KB, 190 tokens by cl100k_base, as published. Nobody here has run it
Initialize ADR Kit
Select adr-kit:init from /skills, or ask Copilot to use the init ADR Kit skill.
Resolve <plugin-root> from this installed skill. Use only bundled,
local ADR Kit tools and follow this canonical workflow:
- Run the setup workflow, preview legacy ADR migration, and audit the workspace.
- Create selected reconstruction candidates as Proposed and present them in small batches.
- Use a compact confirmation grill only when the chosen decision, rationale, alternatives, and consequences have direct cited evidence; otherwise use the full grill and confirm each ADR separately.
- Install the ADR Kit-owned pre-commit gate and finish with
adr-doctor --fix-index docs/adr/.
Do not contact another model or mutate user-owned instructions.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.