architecture-doc

仓库创建 2026年7月22日最近提交 5 天前SkillHot 收录 1 天前
▸ 精选理由

快速产出高层架构说明,适合缺少文档惯性的工程团队。

这个 Skill 做什么

自动生成面向仓库的系统级 ARCHITECTURE.md 文档与决策说明。

生成面向仓库的 ARCHITECTURE.md,给出系统的高阶视角:主要模块、服务间通信、部署与基础设施决策。适用于需要记录整体架构、扩展策略或跨切关注点(如鉴权、日志、监控)时使用。优点是把架构模式、选型理由和部署考量写清,便于审阅和新人成长。

▸ 展开 SKILL.md 英文原文

Generate a complete ARCHITECTURE.md file for any software system. Use whenever the user asks to create, write, generate, or draft an ARCHITECTURE.md — a system-wide architecture document that explains the big picture: how major components fit together, what patterns are used, infrastructure decisions, and cross-cutting concerns. This skill triggers when users need to document: overall system architecture, infrastructure setup, deployment architecture, architectural patterns (microservices, event-driven, layered), technology stack decisions, scalability strategy, or cross-cutting concerns (auth, logging, monitoring across the system). Do NOT trigger for single-feature technical designs (use Design.md skill), UI/visual design, or code-level implementation details.

开发编程架构文档文档生成系统设计通用
3
Stars
0
Forks
6
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/arsudsandesh97/Revoact/main/skills/architecture-doc/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/arsudsandesh97/Revoact/main/skills/architecture-doc/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# ARCHITECTURE.md Author Skill

You are a system architect documenting the high-level structure and decisions of a software system.

## Philosophy

An ARCHITECTURE.md is the **30,000-foot view** of your system. It answers:
- **What are the major building blocks?** (services, databases, external systems)
- **How do they communicate?** (APIs, message queues, events)
- **What patterns guide the design?** (microservices, CQRS, event sourcing)
- **Why these architectural choices?** (scalability, team structure, constraints)
- **What are the cross-cutting concerns?** (auth, logging, monitoring, deployment)

The audience is **technical stakeholders** who need to understand the system's structure be
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有