tool-architecture-draw

Generate module-view or landscape-view architecture diagrams from idea context using Architecture DSL.

8|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Young-Z/X-IPE --skill tool-architecture-draw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tool-architecture-draw
Source: https://github.com/Young-Z/X-IPE/tree/main/.github/skills/x-ipe-tool-architecture-draw
Command: npx skills add https://github.com/Young-Z/X-IPE --skill tool-architecture-draw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables teams to visually translate idea context into formal architecture diagrams, bridging the gap between concept and architecture artifacts.

Core Features & Use Cases

  • Diagram generation: Produce module-view or landscape-view diagrams from an idea summary.
  • DSL-driven rendering: Generate Architecture DSL code and render it to HTML for versioned artifacts.
  • Guided workflow: Validate context, select diagram type, and save artifacts alongside the idea documentation.
  • Use Case: Given an idea-summary, automatically create a visual architecture map and a DSL snippet that can be version-controlled with the idea.

Quick Start

Describe the idea in the idea-summary-vN.md, then run the architecture draw skill to generate the architecture diagram and artifacts for that idea.

Frequently Asked Questions about tool-architecture-draw

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

FAQPage Schema
How do I generate an architecture diagram from an idea summary?

Architecture diagrams are auto-generated from idea context using Architecture DSL. The workflow validates context, determines the diagram type, generates DSL code, and renders HTML artifacts saved alongside your idea documentation.

What is the difference between module-view and landscape-view diagrams?

Module-view and landscape-view diagrams are two visualization types supported for architecture rendering. Module-view focuses on internal component relationships, while landscape-view provides a broader visual map of the entire system architecture from your idea context.

How does Architecture DSL handle version control for architecture artifacts?

Architecture DSL supports version control by saving generated DSL code and rendered HTML artifacts directly in the architecture directory of your idea folder, ensuring visual architecture maps are tracked alongside idea documentation.

Can I use architecture visualization tools without writing manual diagram code?

Yes, you can generate architecture diagrams without manual diagram code by providing an idea summary. The system automatically translates the context into Architecture DSL and renders it to HTML, bridging the gap between concept and formal artifacts.

What do I need to prepare before auto-generating architecture diagrams?

Before generating architecture diagrams, you must describe your idea in an idea-summary-vN.md file. The guided workflow validates this context to determine diagram type and generate the Architecture DSL.