KS
Killer-Skills

adr — Categories.community

v1.0.0
GitHub

About this Skill

Ideal for Development Agents requiring standardized configuration management for AI coding tools like Claude Code and OpenCode. Comprehensive configuration management for AI coding tools - Replicate my complete setup for Claude Code, OpenCode, Amp, Codex and Claude Code Switch with custom configurations, MCP servers, plugins, and commands.

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

Quality Score

Top 5%
60
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add jellydn/my-ai-tools

Agent Capability Analysis

The adr MCP Server by jellydn is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Ideal for Development Agents requiring standardized configuration management for AI coding tools like Claude Code and OpenCode.

Core Value

Empowers agents to manage Architecture Decision Records (ADRs) with unified interfaces, supporting actions like initialization, creation, and search of ADRs, all while utilizing custom configurations, MCP servers, plugins, and commands through protocols like directory structure initialization and command-line interfaces.

Capabilities Granted for adr MCP Server

Initializing ADR directory structures for project setup
Creating new ADRs with specific titles for documentation
Searching ADRs by content for knowledge retrieval

! Prerequisites & Limits

  • Requires specific directory structure for initialization
  • Limited to managing ADRs for specified AI coding tools like Claude Code and OpenCode
Project
SKILL.md
2.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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

Related Skills

Looking for an alternative to adr or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication