·adr

Document architectural decisions in standardized ADR format. This skill should be used when making significant technical decisions, choosing between approaches, establishing patterns, or when other skills (create-plan, implement-plan, brainstorm) identify decisions that need documentation. Triggers on "document decision", "create ADR", "architectural decision", or automatically when invoked by other skills during planning and implementation.

2Installs·0Trend·@mhylle

Installation

$npx skills add https://github.com/mhylle/claude-skills-collection --skill adr

SKILL.md

Document significant architectural and technical decisions in a standardized, searchable format optimized for LLM context efficiency.

| Proposed | Under consideration, not yet decided | | Accepted | Decision made, ready for implementation | | Deprecated | Was accepted, now superseded | | Superseded | Replaced by another ADR (link to replacement) |

| Title | Short, descriptive title | Yes | | Context | Why is this decision needed? | Yes | | Options | What alternatives were considered? | Yes | | Decision | What was decided? | Yes | | Rationale | Why this option? | Yes | | Consequences | What are the implications? | Yes | | Related ADRs | Links to related decisions | If applicable |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mhylle/claude-skills-collection --skill adr
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is adr?

Document architectural decisions in standardized ADR format. This skill should be used when making significant technical decisions, choosing between approaches, establishing patterns, or when other skills (create-plan, implement-plan, brainstorm) identify decisions that need documentation. Triggers on "document decision", "create ADR", "architectural decision", or automatically when invoked by other skills during planning and implementation. Source: mhylle/claude-skills-collection.

How do I install adr?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mhylle/claude-skills-collection --skill adr Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/mhylle/claude-skills-collection