Agent Skills
› anthropics/knowledge-work-plugins
› documentation
documentation
GitHub用于撰写和维护各类技术文档,包括README、API文档、运行手册、架构设计及入职指南。遵循以读者为中心、示例驱动等原则,确保文档清晰、准确且易于维护。
Trigger Scenarios
用户请求编写或维护技术文档
提到'write docs for', 'document this', 'create a README', 'write a runbook', 'onboarding guide'
需要帮助进行任何形式的技术写作
Install
npx skills add anthropics/knowledge-work-plugins --skill documentation -g -y
SKILL.md
Frontmatter
{
"name": "documentation",
"description": "Write and maintain technical documentation. Trigger with \"write docs for\", \"document this\", \"create a README\", \"write a runbook\", \"onboarding guide\", or when the user needs help with any form of technical writing — API docs, architecture docs, or operational runbooks."
}
Technical Documentation
Write clear, maintainable technical documentation for different audiences and purposes.
Document Types
README
- What this is and why it exists
- Quick start (< 5 minutes to first success)
- Configuration and usage
- Contributing guide
API Documentation
- Endpoint reference with request/response examples
- Authentication and error codes
- Rate limits and pagination
- SDK examples
Runbook
- When to use this runbook
- Prerequisites and access needed
- Step-by-step procedure
- Rollback steps
- Escalation path
Architecture Doc
- Context and goals
- High-level design with diagrams
- Key decisions and trade-offs
- Data flow and integration points
Onboarding Guide
- Environment setup
- Key systems and how they connect
- Common tasks with walkthroughs
- Who to ask for what
Principles
- Write for the reader — Who is reading this and what do they need?
- Start with the most useful information — Don't bury the lede
- Show, don't tell — Code examples, commands, screenshots
- Keep it current — Outdated docs are worse than no docs
- Link, don't duplicate — Reference other docs instead of copying
Version History
- 6f13415 Current 2026-07-05 18:28


