smithery/xxiii8322766509

document-writer

专业文档编写技能。用于撰写技术文档、README、API文档、用户手册等。当用户需要编写或改进文档时使用此技能。

Installation

$ npx skills add smithery/xxiii8322766509 --skill document-writer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/xxiii8322766509.

npx skills add smithery/xxiii8322766509

Browse all from smithery/xxiii8322766509

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,554 B
  • docs SUMMARY.md 173 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

文档编写技能

本技能提供专业的技术文档编写能力。

支持的文档类型

1. README 文档

  • 项目简介
  • 安装说明
  • 快速开始
  • 配置选项
  • API 参考
  • 贡献指南

2. API 文档

  • 接口描述
  • 请求/响应格式
  • 参数说明
  • 错误码
  • 使用示例

3. 用户手册

  • 功能介绍
  • 操作步骤
  • 常见问题
  • 故障排除

4. 技术规范

  • 架构设计
  • 数据模型
  • 流程图
  • 接口规范

写作原则

清晰性

  • 使用简洁明了的语言
  • 避免歧义和模糊表达
  • 提供具体示例

完整性

  • 覆盖所有必要信息
  • 包含先决条件
  • 说明边界情况

可用性

  • 逻辑结构清晰
  • 易于导航
  • 提供搜索友好的标题

文档模板

README 模板

# 项目名称

简短描述(一句话)

## 特性

- 特性 1
- 特性 2

## 安装

\`\`\`bash
npm install xxx
\`\`\`

## 快速开始

\`\`\`javascript
// 示例代码
\`\`\`

## 配置

| 参数 | 类型 | 默认值 | 描述 |
|------|------|--------|------|
| ... | ... | ... | ... |

## 许可证

MIT

使用流程

  1. 确定文档类型和目标读者
  2. 收集必要信息
  3. 按模板结构组织内容
  4. 审查和优化表达
  5. 添加示例和图表