Adr Author

🌐Community
by delexw · vlatest · Repository

The Adr Author generates ADR (Activity Description Report) drafts quickly, streamlining content creation and ensuring consistent formatting for video projects.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add adr-author npx -- -y @trustedskills/adr-author
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "adr-author": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/adr-author"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The adr-author skill automatically generates Architecture Decision Records (ADRs) based on provided context. It structures these records with sections like Context, Decision, Consequences, and Status. This helps teams document architectural choices in a consistent and maintainable format, improving communication and knowledge sharing.

When to use it

  • Documenting technology selections: Use when choosing between different frameworks or libraries for a project.
  • Recording design trade-offs: Capture the reasoning behind specific implementation decisions.
  • Formalizing architectural discussions: Transform informal conversations into structured ADRs.
  • Onboarding new team members: Provide clear documentation of past architectural choices and their rationale.

Key capabilities

  • Generates ADR documents with standard sections (Context, Decision, Consequences, Status).
  • Creates records based on provided context or prompts.
  • Supports consistent formatting for architectural decisions.

Example prompts

  • "Generate an ADR for choosing React over Angular for the frontend."
  • "Write an ADR documenting our decision to use a microservices architecture."
  • "Create an ADR explaining why we selected PostgreSQL as our database."

Tips & gotchas

The quality of the generated ADR depends heavily on the clarity and detail provided in the prompt. Providing sufficient context will lead to more useful and accurate records.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
delexw
Installs
4

🌐 Community

Passed automated security scans.