Creates structured RFC documents in Chinese, including investigation workflows and technical solution diagrams using Mermaid.
Install
mkdir -p .claude/skills/generate-rfc && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13859" && unzip -o skill.zip -d .claude/skills/generate-rfc && rm skill.zipInstalls to .claude/skills/generate-rfc
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Instructions for generating detailed RFC documentation in Chinese with Mermaid diagramsKey capabilities
- →Generate RFC documentation in Chinese
- →Include Mermaid diagrams for logic or architecture
- →Structure RFC with problem statement and solution details
- →Ensure Mermaid diagrams are dark mode compatible
- →Detail investigation process and verification steps
How it works
The skill generates RFC documentation in Chinese, requiring at least one dark mode compatible Mermaid diagram to illustrate logic or architecture, and structures the content with problem, investigation, solution, and verification sections.
Inputs & outputs
When to use Generate RFC
- →Document a significant architectural decision
- →Explain a complex bug fix
- →Propose a new feature implementation
About this skill
Generate RFC Skill
Use this skill when the user asks to create an RFC (Request for Comments) or when documenting a significant bug fix or feature implementation.
Rules
- Language: The RFC MUST be written in Chinese (Simplified).
- Visuals: You MUST include at least one Mermaid diagram (flowchart, sequence diagram, etc.) to explain the logic or architecture.
- Mermaid Syntax:
- ALWAYS quote node labels if they contain special characters, emojis, HTML tags
<br/>, or spaces.- ✅
A["用户点击 (User Click)"] - ❌
A[用户点击 (User Click)]
- ✅
- Dark Mode Compatibility: Do NOT use hardcoded colors (like
#ffcccc). UseclassDefwith high-contrast, theme-neutral colors.- ✅
classDef error fill:#f9f2f4,stroke:#c00,stroke-width:2px,color:#c00 - ❌
style A fill:#ffcccc
- ✅
- ALWAYS quote node labels if they contain special characters, emojis, HTML tags
- Content Structure:
- Problem Statement (问题陈述): Describe the observed behavior and root cause.
- Investigation (调查流程): How the issue was found (use Mermaid flowchart).
- Solution (解决方案): Detailed code changes and Logic flow (use Mermaid).
- Technical Details (技术细节): Tables, comparisons, sequence diagrams.
- Verification (验证): Test cases and results.
Template
# RFC {Number}: {Title in Chinese}
- **状态**: {Status}
- **创建时间**: {Date}
- **作者**: AI Assistant
- **相关问题**: {Related Issue}
## 概述
{Brief summary in Chinese}
## 问题陈述
### 观察到的行为
### 根本原因
{Explain root cause clearly}
## 调查流程
{Mermaid flowchart showing investigation steps}
## 解决方案
### 代码更改
### 修复流程
{Mermaid flowchart showing the fix logic}
## 技术细节
### {Specific Detail}
{Tables or Sequence Diagrams}
## 验证
### 测试用例
| 场景 | 预期行为 | 状态 |
|-----|---------|------|
| ... | ... | ... |
When not to use it
- →When the documentation is not an RFC
- →When the language required is not Chinese
- →When diagrams are not needed
Limitations
- →The RFC MUST be written in Chinese (Simplified).
- →You MUST include at least one Mermaid diagram.
- →Mermaid diagrams must be dark mode compatible.
How it compares
This skill enforces specific linguistic and visual requirements for RFCs, including mandatory Mermaid diagrams and a structured content format in Chinese, unlike a generic document generator.
Compared to similar skills
Generate RFC side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| Generate RFC (this skill) | 0 | 6mo | No flags | Intermediate |
| wiki-architect | 11 | 3mo | No flags | Advanced |
| specification-writing | 2 | 2mo | No flags | Intermediate |
| c4-context | 2 | 4mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
wiki-architect
microsoft
Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.
specification-writing
EpicenterHQ
Write technical specifications that give agents enough context to implement features while leaving room for autonomous research and decision-making. Use when planning features, documenting architecture decisions, or creating implementation guides.
c4-context
sickn33
Expert C4 Context-level documentation specialist. Creates high-level system context diagrams, documents personas, user journeys, system features, and external dependencies. Synthesizes container and component documentation with system documentation to create comprehensive context-level architecture. Use when creating the highest-level C4 system context documentation.
adr
Cosmian
Create an Architectural Decision Record (ADR) under documentation/docs/adr/. Use when making or documenting an architectural decision.
mcaf-architecture-overview
Zendevve
Create or update `docs/Architecture/Overview.md` (architecture diagrams): maintain Mermaid diagrams for system/modules, interfaces/contracts, and key classes/types; document dependency rules; link to ADRs/features. Use when onboarding, refactoring, or adding modules/boundaries.
understand-codebase-architecture
isaac-scarrott
Build an interactive onboarding map of a codebase's architecture as a self-contained HTML report — click a box to drill into a subsystem, breadcrumbs to climb back, detail behind clicks so nothing overloads. Use when the user wants the generated visual artifact: a "map", "diagram", "visualise the ar