diagram-gen-spec

Generate a top-down architectural diagram and narrative from a mache schema.

2|1|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/jamestexas/agents --skill diagram-gen-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diagram-gen-spec
Source: https://github.com/jamestexas/agents/tree/main/skills/diagram-gen-spec
Command: npx skills add https://github.com/jamestexas/agents --skill diagram-gen-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps reviewers and architects visualize the intended architecture of a mache schema, enabling quick comparison between what an author plans and what the code implements.

Core Features & Use Cases

  • Generate a top-down architectural diagram from a mache schema to reveal structure and dependencies.
  • Produce an architecture narrative describing components and data flow to accompany the diagram.
  • Use during PR reviews and design discussions to align expectations and detect drift between spec and reality.

Quick Start

Run the tool against a mache schema to generate a local diagram for review.

Frequently Asked Questions about diagram-gen-spec

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an architecture diagram from a mache schema?

To generate an architecture diagram from a mache schema, run this tool to render a top-down visualization that captures the author's intended structure and dependencies for local review.

What is a mache schema architecture diagram used for?

A mache schema architecture diagram is used to quickly compare an author's planned structure against the implemented code, helping reviewers align expectations and detect architectural drift during design discussions.

Can I use schema visualization during code reviews to detect spec drift?

Yes, you can use schema visualization during code reviews to compare the mache schema's spec against the actual implemented structure, producing both a diagram and a narrative to detect drift.

Does the diagram generation tool post architecture outputs externally?

No, the diagram generation tool renders the architecture diagram and narrative strictly for local review without posting outputs externally, ensuring your schema specifications remain secure.

What is the best way to compare a schema spec against implemented structure?

The best way to compare a schema spec against implemented structure is generating a top-down diagram and architecture narrative from the mache schema, allowing reviewers to spot discrepancies during PR reviews.

Do I need external dependencies to render mache schema diagrams?

No, you do not need external dependencies to render mache schema diagrams, as this tool operates independently to generate top-down structural visualizations and narratives for local review.