adr-registry

Analyze ADR repository structure, service tiers, CI/CD patterns, and dependencies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alldigitalrewards/claude-plugins --skill adr-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adr-registry
Source: https://github.com/alldigitalrewards/claude-plugins/tree/main/plugins/adr-context/skills/adr-registry
Command: npx skills add https://github.com/alldigitalrewards/claude-plugins --skill adr-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers quickly grasp the ADR repository landscape, including service tiers, CI/CD patterns, and dependency relationships, reducing onboarding time and guiding modernization decisions.

Core Features & Use Cases

  • Repository Registry: Understand how ADR repos are organized by tier, language, and CI/CD presence.
  • CI/CD Patterns: Identify standard workflows and where to standardize across services.
  • Architecture Insights: Learn dependencies and integration points among core services.
  • Use Case: When planning a new service, consult the adr-registry to choose dependencies and align CI/CD strategies.

Quick Start

Ask Claude to summarize the ADR repo landscape or fetch criteria for a target repository, e.g., "summarize ADR repos that are PHP-based and have CI/CD."

Frequently Asked Questions about adr-registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I understand the structure of ADR repositories and their CI/CD patterns?

ADR repositories are organized by service tier (Core Platform, Fulfillment, EZ Platform), language distribution (PHP, TypeScript, JavaScript, Python, Go/Rust), and CI/CD standardization. The adr-registry maps these relationships to help you identify standard workflows and integration points across services.

What should I check before planning a new service in our architecture?

Consult the ADR registry to understand existing service dependencies, language choices, and CI/CD patterns. This ensures your new service aligns with established architecture decisions and avoids redundant or conflicting implementations.

How do I identify which CI/CD patterns are standardized across services?

The adr-registry documents CI/CD patterns by service tier and language. Query repositories matching your target tier to see which workflows are standardized, where gaps exist, and which patterns suit modernization efforts.

Can I use the ADR registry to map inter-service dependencies?

Yes. The registry specifies inter-service dependency mappings alongside artifact registry usage and metadata, enabling you to visualize how services integrate and identify bottlenecks or modernization opportunities.

What languages and service tiers are documented in the ADR registry?

The registry covers PHP, TypeScript, JavaScript, Python, Go, and Rust across three service tiers: Core Platform, Fulfillment, and EZ Platform. Each tier has distinct CI/CD and artifact registry requirements.