acc-adr-knowledge

Installation
SKILL.md

ADR Knowledge Base

Quick reference for Action-Domain-Responder pattern and PHP implementation guidelines.

Core Principles

ADR Components

HTTP Request → Action (collects input)
              Domain (executes business logic)
             Responder (builds HTTP Response)
           HTTP Response

Rule: One action = one HTTP endpoint. Responder builds the COMPLETE response.

Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026