18
5
In review
Synced today
What it does
Use this to create or modify architecture decision records (ADRs)
Skill profile
Keep exploring
More options in Uncategorized.
Claude Code · Codex · OpenClaw
HTML
Updated 8/12/2026
Agent compatibility
Compatibility has not been reviewed for this listing yet. Check the publisher documentation before installing.
Installation
npx skills add https://github.com/majiayu000/claude-skill-registry-data --skill record-adr-wmeints-promptyardReview source code and installation permissions before adding third-party tools to an agent.
record-adr is organized in the Uncategorized category. Compare its source, install method, and compatibility before adding it to your workflow.
Third-party agent tools may access source code, credentials, or browser sessions. Read the source documentation and use the minimum permissions needed.
npx skills add https://github.com/majiayu000/claude-skill-registry-data --skill record-adr-wmeints-promptyardSKILL.md
--- name: record-adr description: Use this to create or modify architecture decision records (ADRs) --- IMPORTANT: Use the template stored in `./templates/adr.md` to record the architecture decision. ## Guidelines for recording the decision - Use a single sentence to describe the decision made. - Defer any explanation for why to the context section. ## Guidelines for recording the context - Make sure to include alternatives to the choice we're recording. - Explain why we have to make the choice in the first place. IMPORTANT: If you don't have this information, ask the user to provide the information! ## Guidelines for recording the options considered - Create a sub section per option and provide a short description of the pros and cons of the option. - Keep the description short and consise ## Guidelines for recording the consequences - List the consequences one-by-one - Include both positive and negative consequences in the list ## Where to store the ADR files - Store ADR files in `docs/architecture/adr` - Give a unique number to each ADR and write files like this: `001-title-of-the-adr.md` - Include the ADR in the TOC in `09-decisions.md` located in in `docs/architecture`
skill
mattpocock
An AI tool that organizes and shapes raw textual material into a structured article, paragraph by paragraph, facilitating content creation and presentation.