architecture-blueprint-generator

仓库创建 2025年6月12日最近提交 5 小时前SkillHot 收录 20 天前
▸ 精选理由

节省架构梳理时间,适合跨技术栈的项目评审

这个 Skill 做什么

自动分析代码库并生成系统架构蓝图与可视化文档。

自动扫一遍代码库,识别技术栈和架构模式,生成可视化的架构图(比如 C4/UML)和落地文档,帮你把系统结构讲清楚。在新项目启动、重构或给新人做交接时用,优点是能把实现细节和高层设计连起来,方便统一规范。

▸ 展开 SKILL.md 英文原文

Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.

开发编程架构生成代码分析文档化通用
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/architecture-blueprint-generator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/architecture-blueprint-generator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Comprehensive Project Architecture Blueprint Generator

## Configuration Variables
${PROJECT_TYPE="Auto-detect|.NET|Java|React|Angular|Python|Node.js|Flutter|Other"} <!-- Primary technology -->
${ARCHITECTURE_PATTERN="Auto-detect|Clean Architecture|Microservices|Layered|MVVM|MVC|Hexagonal|Event-Driven|Serverless|Monolithic|Other"} <!-- Primary architectural pattern -->
${DIAGRAM_TYPE="C4|UML|Flow|Component|None"} <!-- Architecture diagram type -->
${DETAIL_LEVEL="High-level|Detailed|Comprehensive|Implementation-Ready"} <!-- Level of detail to include -->
${INCLUDES_CODE_EXAMPLES=true|false} <!-- Include sample code to illustrate patterns -->
${INCLUDES_IMPLEMENTATION_PATTERNS=true|false} <
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有