documentation
33
总安装量
33
周安装量
#11286
全站排名
安装命令
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill documentation
Agent 安装分布
opencode
33
github-copilot
33
codex
33
kimi-cli
33
gemini-cli
33
cursor
33
Skill 文档
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