Adr List banner
zircote zircote

Adr List

Development community

Description

--- allowed-tools: - Read - Glob - Grep - Bash - Write argument-hint: '[--status=accepted|proposed|deprecated|superseded|rejected]' description: List all ADRs with optional status filtering name: adr-list --- # List ADRs List all Architectural Decision Records with optional filtering by status. ## Process 1. **Read configuration** from `.claude/adr.local.md` 2. **Scan ADR directories** for all `.md` files matching ADR pattern 3. **Parse each ADR** to extract metadata 4. **Apply filters** if

Installation

Installs to ~/.claude/skills/zircote-adr-adr-list/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zircote-adr-adr-list && curl -fsSL https://raw.githubusercontent.com/zircote/adr/HEAD/commands/adr-list.md -o ~/.claude/skills/zircote-adr-adr-list/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository