用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ProjAnvil/MindForge --skill tech-documentation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Expert Git skills covering interactive rebase, worktree management, reflog recovery, bisect debugging, advanced workflows, commit message best practices, and clean history management. Use this skill when needing advanced Git operations, cleaning commit history, managing multiple worktrees, recovering lost commits, debugging with bisect, or implementing sophisticated Git workflows.
Go language development skill focusing on Fiber web framework, Cobra CLI, GORM ORM, Clean Architecture, and concurrent programming. Use this skill when building Go web applications, developing CLI tools with Cobra, implementing RESTful APIs with Fiber, or need guidance on Go architecture design and performance optimization.
Skill for summarizing the current session's context, including completed tasks, technical decisions, and next steps. Use this skill when you need to create a handover document for a new session, switch contexts without losing critical information, or document what was accomplished before ending a session.
基于 SOC 职业分类
正在显示 SKILL.md
| name | tech-documentation |
| description | 技术文档编写技能,涵盖 API 文档、架构文档、部署指南和各种技术写作最佳实践。使用此技能创建技术文档、编写 API 文档、创建架构设计文档,或需要部署和运维手册模板时使用。 |
技术文档编写技能库,提供全面的技术文档写作方法论和模板。
这是一个专注于技术文档编写的综合性技能模块,涵盖各类技术文档的编写规范、模板和最佳实践,帮助团队产出高质量、易理解、易维护的技术文档。
API文档模板(OpenAPI格式、接口列表、错误码、变更日志):参见 references/api-doc-template.md 架构设计文档模板(概述、需求、架构设计、技术栈、数据架构、部署):参见 references/architecture-template.md 部署文档模板(环境、前置条件、部署步骤、回滚、监控):参见 references/deployment-template.md
为新项目创建完整的文档体系:
- README.md
- API文档
- 架构设计文档
- 部署文档
- 贡献指南
编写API设计文档,包括:
- 接口定义
- 数据模型
- 错误处理
- 安全认证
准备系统交付文档包:
- 系统架构文档
- 部署运维手册
- 用户使用手册
- 故障处理手册
技术方案总结:
- 问题分析
- 解决方案
- 技术决策
- 经验教训
{
"agent": "tech-writer",
"skills": [
"tech-documentation",
"system-architecture",
"api-design"
]
}
@tech-documentation 请为这个API创建完整的文档
版本: 1.0.0
最后更新: 2024-12
维护者: MindForge Team