c4-context by sickn33/antigravity-awesome-skills
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill c4-contextresources/implementation-playbook.md。[一句话描述系统的作用]
[详细描述系统的目的、功能以及它解决的问题]
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
[Mermaid 图表,显示系统、用户和外部系统]
根据 C4 模型,系统上下文图将系统显示为中心的一个方框,周围是其用户以及与之交互的其他系统。重点是人员(参与者、角色、角色)和软件系统,而不是技术、协议和其他低级细节。
使用正确的 Mermaid C4 语法:
C4Context
title System Context Diagram
Person(user, "User", "Uses the system to accomplish their goals")
System(system, "System Name", "Provides features X, Y, and Z")
System_Ext(external1, "External System 1", "Provides service A")
System_Ext(external2, "External System 2", "Provides service B")
SystemDb(externalDb, "External Database", "Stores data")
Rel(user, system, "Uses")
Rel(system, external1, "Uses", "API")
Rel(system, external2, "Sends events to")
Rel(system, externalDb, "Reads from and writes to")
关键原则 (来自 c4model.com):
创建上下文文档时,请提供:
每周安装次数
98
代码仓库
GitHub 星标数
27.1K
首次出现
2026年1月28日
安全审计
安装于
gemini-cli92
opencode92
codex87
github-copilot86
claude-code83
cursor82
resources/implementation-playbook.md.[One-sentence description of what the system does]
[Detailed description of the system's purpose, capabilities, and the problems it solves]
[Mermaid diagram showing system, users, and external systems]
Container Documentation
Component Documentation
According to the C4 model, a System Context diagram shows the system as a box in the center, surrounded by its users and the other systems that it interacts with. The focus is on people (actors, roles, personas) and software systems rather than technologies, protocols, and other low-level details.
Use proper Mermaid C4 syntax:
C4Context
title System Context Diagram
Person(user, "User", "Uses the system to accomplish their goals")
System(system, "System Name", "Provides features X, Y, and Z")
System_Ext(external1, "External System 1", "Provides service A")
System_Ext(external2, "External System 2", "Provides service B")
SystemDb(externalDb, "External Database", "Stores data")
Rel(user, system, "Uses")
Rel(system, external1, "Uses", "API")
Rel(system, external2, "Sends events to")
Rel(system, externalDb, "Reads from and writes to")
Key Principles (from c4model.com):
When creating context documentation, provide:
Weekly Installs
98
Repository
GitHub Stars
27.1K
First Seen
Jan 28, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli92
opencode92
codex87
github-copilot86
claude-code83
cursor82
API文档生成与管理指南:OpenAPI规范、Swagger使用教程与团队协作
11,700 周安装