Adr Writer

🌐Community
by monkey1sai · vlatest · Repository

Generates ADR (Automated Dialogue Replacement) scripts for film and video projects, streamlining editing workflows and saving valuable time.

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-writer npx -- -y @trustedskills/adr-writer
2

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

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

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

About This Skill

What it does

The adr-writer skill generates Architecture Decision Records (ADRs). It assists in documenting significant technical decisions, including context, alternatives considered, and the chosen approach. This promotes better understanding and alignment within development teams by providing a clear record of architectural choices.

When to use it

  • When making a key technology selection for a project (e.g., choosing between relational vs. NoSQL databases).
  • To document design decisions related to system architecture, such as microservices vs. monolith.
  • During refactoring or modernization efforts where the rationale behind changes needs to be captured.
  • When onboarding new team members who need to understand past architectural choices.

Key capabilities

  • Generates ADR documents in a structured format.
  • Captures context, alternatives considered, and decision justification.
  • Facilitates documentation of significant technical decisions.

Example prompts

  • "Write an ADR for choosing React over Angular for the frontend."
  • "Generate an ADR outlining the decision to move from monolithic architecture to microservices."
  • "Create an ADR documenting our choice of PostgreSQL as the primary database."

Tips & gotchas

The quality of the generated ADR depends on the clarity and detail provided in the prompt. Providing specific context about the problem being solved will yield more relevant results.

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
monkey1sai
Installs
4

🌐 Community

Passed automated security scans.