architecture-blueprint-generator

Generate architecture blueprints with diagrams and decision records from code repositories.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/tamago0224/kuroshio-mta --skill architecture-blueprint-generator-tamago0224
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-blueprint-generator
Source: https://github.com/tamago0224/kuroshio-mta/tree/main/.agents/skills/architecture-blueprint-generator
Command: npx skills add https://github.com/tamago0224/kuroshio-mta --skill architecture-blueprint-generator-tamago0224

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating comprehensive architecture documentation is labor‑intensive and error‑prone, leading to outdated or inconsistent design records.

Core Features & Use Cases

  • Technology & Pattern Detection: Analyzes project files to auto‑detect tech stacks and architectural patterns.
  • Diagram Generation: Produces C4, UML, or custom diagrams illustrating system structure.
  • Decision & Extensibility Guidance: Includes architectural decision records and extensibility recommendations.
  • Use Case: A development team can run the skill on their repository to receive a complete Project_Architecture_Blueprint.md that drives design reviews and onboarding.

Quick Start

Ask the architecture‑blueprint‑generator skill to create a full Project_Architecture_Blueprint.md for your codebase.

Frequently Asked Questions about architecture-blueprint-generator

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

FAQPage Schema
How do I generate architecture documentation from my source code?

You can generate architecture documentation by analyzing source files to auto-detect technology stacks and produce a comprehensive Project_Architecture_Blueprint.md for your repository.

Can I automatically create UML or C4 diagrams from a code repository?

Yes, analyzing your code repository can produce C4, UML, or custom diagrams illustrating system structure to visualize your software architecture.

How do I detect the technology stack and architectural patterns of an existing project?

Analyzing project files allows you to detect technology stacks and architectural patterns, providing insights into the existing design of your software project.

What is the best way to create architectural decision records for software projects?

Generating an architecture blueprint from your codebase includes architectural decision records and extensibility recommendations to drive design reviews and onboarding.

Does the architecture blueprint generator support custom diagram formats?

Yes, you can select diagram formats including C4, UML, or custom diagrams, and include extensibility and code example options when generating the blueprint.

Why does manually creating architecture documentation lead to inconsistencies?

Manual architecture documentation is labor-intensive and error-prone, leading to outdated or inconsistent design records that an automated code analysis blueprint solves.