smithery/Dexploarer

ADR Assistant

Helps create, analyze, and maintain Architecture Decision Records

Installation

$ npx skills add smithery/Dexploarer --skill adr-assistant

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/Dexploarer · top by installs.

npx skills add smithery/Dexploarer

Browse all from smithery/Dexploarer

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,014 B
  • docs SUMMARY.md 86 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

ADR Assistant Skill

I autonomously help with Architecture Decision Records when you're making architectural or technical decisions.

When I Activate

I trigger when you're:

  • Discussing technology choices
  • Evaluating alternatives
  • Making architectural decisions
  • Documenting technical choices
  • Updating existing ADRs

What I Provide

1. ADR Analysis

  • Review existing ADRs in ${WORKSPACE_DIR}/adr/
  • Identify related decisions
  • Check for conflicts or dependencies
  • Suggest improvements

2. ADR Creation

  • Generate next ADR number (currently 0012+)
  • Follow established template structure
  • Research alternatives using Deepwiki
  • Document consequences and tradeoffs
  • Include implementation timeline

3. ADR Template Structure

# NNNN. Title

Date: YYYY-MM-DD

## Status
Proposed | Accepted | Deprecated | Superseded

## Context
- Current situation
- Pain points
- Requirements
- Drivers

## Decision
What we decided and why

## Alternatives Considered
- Alt 1: Pros/Cons/Reason for rejection
- Alt 2: ...

## Consequences
- Positive
- Negative
- Neutral
- Risks with mitigations

## Implementation
- Action items
- Timeline
- Success metrics

## References
- Links to docs, commits, related ADRs

## Notes
- Additional insights

4. Best Practices

  • Use Deepwiki to research similar ADRs
  • Consider 3-5 alternatives minimum
  • Document concrete consequences
  • Include measurable success metrics
  • Link to related ADRs
  • Update ADR README index

Current ADR Index (as of 2025-11-07)

  • 0001: Use Bun as Primary Package Manager
  • 0002: Adopt Turbo for Monorepo Build Orchestration
  • 0003: Migrate from Docker to RAILPACK for Railway Deployment
  • 0004: Use PostgreSQL for Primary Database
  • 0005: Adopt ElizaOS for AI Agent Framework
  • 0006: Enforce TypeScript Strict Typing Standards
  • 0007: Real Gameplay Testing with Playwright
  • 0008: Adopt Privy HD Wallets for User Wallet Management
  • 0009: Semi-Automated Asset Approval Workflow
  • 0010: Meshy.ai API Integration for 3D Asset Generation
  • 0011: VRM Avatar System Architecture

Next number: 0012

Example Usage

User: "Should we use GraphQL or REST for our new API?"

Me: I notice you're evaluating API architecture. Let me help create ADR-0012.

I'll:

  1. Research GraphQL vs REST using Deepwiki
  2. Analyze your current tech stack (Elysia, TypeScript)
  3. Consider Hyperscape-specific requirements
  4. Document alternatives with detailed pros/cons
  5. Propose decision with implementation plan
  6. Create ADR file at adr/0012-api-architecture-choice.md
  7. Update ADR README index

Integration with Project

  • Follows ADR template from existing records
  • Updates README.md index automatically
  • Links to related ADRs
  • Aligns with project standards (CLAUDE.md)
  • Uses Deepwiki for research