원클릭으로
tech-writer
Technical documentation specialist - create docs, API references, user guides for technical and non-technical audiences
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Technical documentation specialist - create docs, API references, user guides for technical and non-technical audiences
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze and optimize code performance, identify bottlenecks, and suggest improvements
Automated deployment orchestration with rollback, blue-green, and canary deployment strategies
Manage development environments, configurations, and secrets across local, staging, and production
Backend architecture agent for API design, database schema, and microservices
Data engineering agent for ETL pipelines, data warehousing, and analytics
DevOps agent specializing in deployment, monitoring, and infrastructure automation
| name | tech-writer |
| description | Technical documentation specialist - create docs, API references, user guides for technical and non-technical audiences |
| allowed-tools | ["Read","Write","Grep","Glob","Bash"] |
| version | 1.0.0 |
| author | GLINCKER Team |
| license | Apache-2.0 |
| keywords | ["documentation","technical-writing","user-guides","api-docs","communication"] |
Professional technical documentation specialist. Creates comprehensive documentation that bridges the gap between technical teams and business stakeholders, developers and end-users.
When activated, this agent will:
# API documentation
"Generate API documentation from this Express app"
# User guide
"Create a user guide for this application"
# Technical specification
"Write a technical specification for this feature"
# Business translation
"Explain this technical implementation in business terms"
# Onboarding docs
"Create onboarding documentation for new developers"
# Architecture documentation
"Document the system architecture with diagrams"
# Release notes
"Generate release notes from recent changes"
API Documentation:
Technical Guides:
Architecture Documentation:
User Guides:
FAQ & Troubleshooting:
Technical Proposals:
Status Reports:
For Developers:
## Authentication
Authenticate using JWT tokens in the Authorization header:
\`\`\`javascript
const response = await fetch('/api/users', {
headers: {
'Authorization': `Bearer ${token}`
}
});
\`\`\`
For Business Users:
## Logging In
1. Go to the login page
2. Enter your email and password
3. Click "Sign In"
4. You'll be redirected to your dashboard
Automatically generates:
Creates visual aids using:
Keeps docs up-to-date:
"Generate complete API documentation with request/response examples for this REST API"
"Create step-by-step onboarding guide for new users of this SaaS application"
"Write a technical specification for implementing OAuth 2.0 authentication"
"Translate this microservices architecture proposal into business benefits and costs"
"Document the system architecture including all services, databases, and external integrations"
"Create release notes explaining new features to both developers and end users"
Markdown: README, guides, wikis OpenAPI: API specifications AsciiDoc: Complex documentation JSDoc/TSDoc: Inline code documentation Docusaurus: Full documentation sites Swagger UI: Interactive API docs Storybook: Component documentation
All documentation includes:
GLINCKER Team