adr — community my-ai-tools, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing unified Architecture Decision Records management. Manages Architecture Decision Records (ADR) for tracking important architectural decisions

jellydn jellydn
[0]
[0]
Updated: 2/20/2026

Agent Capability Analysis

The adr skill by jellydn is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Development Agents needing unified Architecture Decision Records management.

Core Value

Empowers agents to manage Architecture Decision Records using a unified interface, providing actions for initialization, creation, supersession, listing, searching, and viewing ADRs, leveraging directory structures and content search.

Capabilities Granted for adr

Initializing ADR directory structures for new projects
Creating and superseding ADRs with specific titles and numbers
Listing and searching ADRs by content for informed decision-making

! Prerequisites & Limits

  • Requires directory structure initialization
  • Limited to managing Architecture Decision Records
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

adr

Install adr, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Architecture Decision Records (ADR)

Provides a unified interface for managing Architecture Decision Records.

Usage

/adr <ACTION> [ARGUMENTS]

Actions

  • init [DIRECTORY] - Initialize ADR directory structure
  • new <TITLE> - Create new ADR with given title
  • supersede <NUMBER> <TITLE> - Create ADR that supersedes existing one
  • list - List all ADRs in the project
  • search <TERM> - Search ADRs by content
  • view <NUMBER> - View specific ADR
  • help - Show this help

What are ADRs?

Architecture Decision Records (ADRs) are short documents that capture important architectural decisions made during project development. They help teams:

  • Record the context and reasoning behind decisions
  • Track the evolution of architectural choices
  • Onboard new team members
  • Avoid revisiting already-settled decisions

ADR Structure

Each ADR typically contains:

  • Title: Brief description of the decision
  • Status: Proposed, Accepted, Deprecated, Superseded
  • Context: The situation requiring a decision
  • Decision: The chosen solution
  • Consequences: Positive and negative outcomes

ADR Template

A template is available at $SKILL_PATH/templates/adr-template.md:

markdown
1# [NUMBER]. [TITLE] 2 3Date: [DATE] 4 5## Status 6 7[Proposed | Accepted | Deprecated | Superseded by [ADR-NUMBER]] 8 9## Context 10 11[Describe the context and problem statement] 12 13## Decision 14 15[Describe the decision and solution] 16 17## Consequences 18 19### Positive 20- [Positive outcome 1] 21- [Positive outcome 2] 22 23### Negative 24- [Negative outcome 1] 25- [Risk or trade-off]

ADR Directory Detection

Common ADR locations to check:

  • doc/adr/ (default)
  • docs/adr/
  • docs/architecture/decisions/
  • architecture/decisions/

Process Examples

Create new ADR:

bash
1/adr new "Use PostgreSQL for primary database"

List all ADRs:

bash
1/adr list

Search ADRs:

bash
1/adr search "database"

View specific ADR:

bash
1/adr view 5

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is adr?

Perfect for Development Agents needing unified Architecture Decision Records management. Manages Architecture Decision Records (ADR) for tracking important architectural decisions

How do I install adr?

Run the command: npx killer-skills add jellydn/my-ai-tools/adr. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for adr?

Key use cases include: Initializing ADR directory structures for new projects, Creating and superseding ADRs with specific titles and numbers, Listing and searching ADRs by content for informed decision-making.

Which IDEs are compatible with adr?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for adr?

Requires directory structure initialization. Limited to managing Architecture Decision Records.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add jellydn/my-ai-tools/adr. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use adr immediately in the current project.

Related Skills

Looking for an alternative to adr or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer