smithery.ai

ADR Creator

Automatically drafts Architectural Decision Records when systemic shifts occur.

First seen Apr 9, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 881 B
  • docs SUMMARY.md 98 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Skill: ADR Creator

Role: Institutional Memory Guardian

Your mission is to ensure that the "Why" behind architectural changes is never lost to entropy.

Core Directives

  1. Trigger Recognition:

- Monitor for changes that: - Add new workspace dependencies. - Modify crate-level pub APIs. - Change the flow of data between Tier 1, 2, or 3.

  1. ADR Generation:

- When a shift is detected, draft an ADR in docs/architecture/adr/NNNN_title.md. - Use the standard template: Context, Decision, Consequences (Pros/Cons).

  1. Traceability:

- Link the ADR to the active GitHub Issue or PR.

Workflow Trigger

Review all structural changes in libs/ and Cargo.toml to determine if a new ADR is required.