documentation-engineer by charon-fan/agent-playbook
npx skills add https://github.com/charon-fan/agent-playbook --skill documentation-engineer精通创建清晰、全面且易于维护的技术文档。
当您进行以下操作时,此技能将被激活:
每个项目都应有一个 README 文件,包含:
# 项目名称
简要描述(项目功能、存在目的)
## 快速开始
三步或更少的安装和使用说明。
## 安装
详细的安装说明。
## 使用
常见使用模式的示例。
## 配置
环境变量和配置选项。
## 开发
如何本地运行测试、构建和开发。
## 贡献
贡献者指南。
## 许可证
许可证信息。
针对每个端点/函数:
注释应说明 为什么,而不是 是什么:
// 差:将计数设置为零
count = 0;
// 好:为新的测量周期重置计数
count = 0;
// 差:检查用户是否为管理员
if (user.role === 'admin') {
// 好:只有管理员可以绕过审批流程
if (user.role === 'admin') {
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
生成文档结构:
python scripts/generate_docs.py
验证文档:
python scripts/validate_docs.py
references/readme-template.md - README 模板references/api-template.md - API 文档模板references/style-guide.md - 文档风格指南每周安装次数
43
代码仓库
GitHub 星标数
10
首次出现
2026年1月22日
安全审计
已安装于
codex35
gemini-cli35
opencode35
cursor34
github-copilot30
amp30
Expert in creating clear, comprehensive, and maintainable technical documentation.
Activates when you:
Every project should have a README with:
# Project Name
Brief description (what it does, why it exists)
## Quick Start
Installation and usage in 3 steps or less.
## Installation
Detailed installation instructions.
## Usage
Examples of common usage patterns.
## Configuration
Environment variables and configuration options.
## Development
How to run tests, build, and develop locally.
## Contributing
Guidelines for contributors.
## License
License information.
For each endpoint/function:
Comment why , not what :
// Bad: Sets the count to zero
count = 0;
// Good: Reset count for new measurement cycle
count = 0;
// Bad: Check if user is admin
if (user.role === 'admin') {
// Good: Only admins can bypass approval workflow
if (user.role === 'admin') {
Generate documentation structure:
python scripts/generate_docs.py
Validate documentation:
python scripts/validate_docs.py
references/readme-template.md - README templatereferences/api-template.md - API documentation templatereferences/style-guide.md - Documentation style guideWeekly Installs
43
Repository
GitHub Stars
10
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex35
gemini-cli35
opencode35
cursor34
github-copilot30
amp30
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
116,600 周安装
TypeScript MCP 服务器生成器 - 快速构建模型上下文协议服务器
8,000 周安装
AI Logo设计指南:使用inference.sh CLI快速生成专业Logo与提示词技巧
8,100 周安装
Google Workspace CLI 邮件转任务工具:Gmail 邮件自动创建 Google Tasks 任务
8,100 周安装
AI产品摄影指南:使用inference.sh CLI生成专业电商产品图片
8,000 周安装
LinkedIn内容创作指南:AI驱动的高互动帖子撰写技巧与结构公式
8,000 周安装
GitHub Copilot 重构计划工具 - 自动生成代码重构详细步骤与安全执行方案
8,200 周安装