Architecture Snapshot banner
sliamh11 sliamh11

Architecture Snapshot

Data & AI community

Description

--- name: architecture-snapshot description: Generates a concise current-state architecture overview with Mermaid diagrams, entry points, key abstractions, data flow, and drift observations. Catches drift between the mental model and actual code. Use on-demand or at project milestones -- NOT a code review, this is a map. <example>Context: Just merged a large refactor. user: "snapshot the architecture." assistant: "Running architecture-snapshot to map the current state." <commentary>Post-mileston

Installation

Installs to ~/.claude/agents/sliamh11-deus-architecture-snapshot.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sliamh11/Deus/HEAD/.claude/agents/architecture-snapshot.md -o ~/.claude/agents/sliamh11-deus-architecture-snapshot.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository