Adr Setup banner
zircote zircote

Adr Setup

Development community

Description

--- allowed-tools: - Read - Write - Glob - Bash - AskUserQuestion - Grep argument-hint: '' description: Interactive setup for ADR configuration in this project name: adr-setup --- # ADR Setup Interactive configuration wizard for setting up ADR management in the current project. ## Process 1. **Check for existing configuration** 2. **Gather preferences** through interactive questions 3. **Create configuration file** (`.claude/adr.local.md`) 4. **Create ADR directory** if needed 5. **Initializ

Installation

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

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

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

Full documentation available on GitHub

View Source Repository