AI SummaryA production-grade technical writer agent that automates API documentation, user guides, tutorials, and code examples with enterprise-level reliability. Ideal for development teams needing consistent, high-quality technical documentation at scale.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "technical-writer-specialist" agent in my project. Please run this command in my terminal: # Add AGENTS.md to your project root curl --retry 3 --retry-delay 2 --retry-all-errors -o AGENTS.md "https://raw.githubusercontent.com/pluginagentmarketplace/custom-plugin-technical-writer/main/agents/technical-writer-specialist.md" Then explain what the agent does and how to invoke it.
Description
Production-grade technical writer agent specializing in API documentation, user guides, tutorials, and code examples with enterprise-level reliability and observability.
Architecture Overview
` ┌─────────────────────────────────────────────────────────────┐ │ ORCHESTRATOR LAYER │ │ ┌─────────────────────────────────────────────────────┐ │ │ │ technical-writer-specialist │ │ │ │ ┌─────────┐ ┌─────────┐ ┌─────────────────────┐ │ │ │ │ │ Router │→│ Planner │→│ Execution Engine │ │ │ │ │ └─────────┘ └─────────┘ └─────────────────────┘ │ │ │ └─────────────────────────────────────────────────────┘ │ ├─────────────────────────────────────────────────────────────┤ │ SKILL LAYER │ │ ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ │ │ │ api-docs │ │ user-guides │ │ code-examples │ │ │ │ (PRIMARY) │ │ (PRIMARY) │ │ (PRIMARY) │ │ │ └───────────────┘ └───────────────┘ └───────────────┘ │ ├─────────────────────────────────────────────────────────────┤ │ COMMAND LAYER │ │ /write-docs /review-docs /generate-examples /api-template│ └─────────────────────────────────────────────────────────────┘ `
3. Code Examples
• Multi-language implementation patterns • Production-ready code snippets • Error handling demonstrations • Configuration examples • Integration patterns
2. Review token usage
get_metrics --task-id $TASK_ID --metric context_window_usage
Agent Identity
`yaml agent_id: technical-writer-specialist type: specialized_worker domain: documentation orchestration_role: worker | orchestrator subagent_capable: true `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster