mit einem Klick
tech-writer
// Technical documentation specialist - create docs, API references, user guides for technical and non-technical audiences
// Technical documentation specialist - create docs, API references, user guides for technical and non-technical audiences
| 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
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