skills/eliteforge-tech-doc/SKILL.md
通用技术设计文档归纳技能:扫描当前执行目录中的文档与图(Markdown、PlantUML/Mermaid、drawio、图片等),提炼系统目标、模块边界、核心流程、时序与状态,输出结构化技术设计文档。用户提到“技术设计文档”“方案梳理”“根据现有文档汇总设计”“汇总目录内文档和图”“补全时序图/状态图”时使用。
npx skillsauth add cloudsen/eliteforge-skills eliteforge-tech-docInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
scripts/list_doc_and_diagram_sources.sh . 盘点资料。README*、*design*、*architecture*、*spec*、docs/** 中核心文档。结论、证据文件、置信度、备注)。.mmd/.mermaid/.puml/.plantuml/.drawio 时,优先引用或改写为同等语义图块。.png/.jpg/.jpeg/.webp)时,只能依据周边文档和文件名归纳,不确定项标记为“待人工确认”。./tech-design.md。mermaid sequenceDiagram 表达关键参与者与调用方向。mermaid stateDiagram-v2 表达状态与迁移条件。按模板输出,至少包含以下章节:
便于从业务动作追溯到系统实现。
# 1) 盘点当前目录文档和图
skills/eliteforge-tech-doc/scripts/list_doc_and_diagram_sources.sh .
# 2) 生成技术设计文档(文件名可改)
# 输出示例:./tech-design-summary.md
testing
Rewrite human-facing prose using Strunk-style rules. Use for docs, README files, technical explanations, PR descriptions, commit messages, error messages, UI copy, reports, and summaries when the user asks to polish, shorten, clarify, de-duplicate, restructure, or normalize tone.
testing
Draft or refine a concise product requirements document from a rough product idea, then write a Typst source file and sibling PDF to a resolved output path.
research
产品经理竞品分析报告生成器。当用户提到竞品分析、竞品调研、竞品对比、竞争对手分析、市场竞争分析、行业竞品研究时触发。也适用于用户要求对比多个产品/平台/公司的功能、商业模式、市场定位等场景。即使用户只是说'帮我分析一下XX和YY'或'XX有哪些竞争对手',只要涉及产品/公司间的对比分析,都应该使用这个 skill。支持任意行业,支持快速分析和深度分析两种模式。
development
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.