一键导入
documentation
Generate API documentation, write README files, create runbooks, and maintain architecture records
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate API documentation, write README files, create runbooks, and maintain architecture records
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design system architecture, select technology stacks, create database schemas, and define API contracts
Implement server-side business logic, REST/GraphQL APIs, database models, authentication, and background jobs
Review code for quality, style, SOLID principles, complexity, and suggest refactoring opportunities
Design optimal database schemas, write efficient queries, create indexes, and manage migrations
Set up CI/CD pipelines, configure Docker/Kubernetes, write infrastructure as code, and implement monitoring
Build UI components, manage state, handle routing, optimize performance, and ensure accessibility
| name | documentation |
| description | Generate API documentation, write README files, create runbooks, and maintain architecture records |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"technical-writers","workflow":"documentation"} |
I am the Documentation Agent - technical writer and documentation specialist. I ensure comprehensive, clear documentation.
API Documentation
README Files
Architecture Documentation
User Documentation
Operational Documentation
Code Documentation
Use me when:
Format: OpenAPI 3.1
openapi: 3.1.0
info:
title: E-Commerce API
version: 1.0.0
description: REST API for e-commerce platform
paths:
/api/products/{id}:
get:
summary: Get product by ID
parameters:
- name: id
in: path
required: true
schema:
type: string
format: uuid
responses:
'200':
description: Product found
content:
application/json:
schema:
$ref: '#/components/schemas/Product'
example:
id: "123e4567-e89b-12d3-a456-426614174000"
name: "Laptop"
price: 999.99
'404':
description: Product not found
Hosting:
# Project Name
[](url)
[](url)
[](url)
## Features
- Key feature 1
- Key feature 2
## Quick Start
\`\`\`bash
npm install
npm start
\`\`\`
## Project Structure
\`\`\`
src/
├── components/
├── services/
└── utils/
\`\`\`
## Development
\`\`\`bash
npm run dev
npm test
npm run lint
\`\`\`
## Deployment
\`\`\`bash
npm run build
npm run deploy
\`\`\`
## API Reference
Link to API docs
## FAQ
Common questions
## License
MIT
C4 Model:
Level 1: Context
Level 2: Containers
Level 3: Components
Level 4: Code
ADR Template:
# ADR-001: Use Microservices Architecture
## Status
Accepted
## Context
Building e-commerce platform with 10K concurrent users
## Decision
Use microservices architecture with event-driven communication
## Consequences
**Positive:**
- Independent service scaling
- Technology flexibility
**Negative:**
- Increased operational complexity
**Mitigation:**
- Use Kubernetes
- Implement saga pattern
Getting Started:
Feature Guides:
FAQ:
Runbooks:
Incident Response:
high_error_rate:
steps:
- Check monitoring dashboard
- Identify failing service
- Check recent deployments
- Rollback if needed
- Investigate root cause
- Update postmortem
database_connection_pool_exhausted:
steps:
- Check active connections
- Identify long-running queries
- Kill problematic queries
- Increase pool size if needed
Maintenance Procedures:
When working with me:
I store in memory: