UNPKG

@webdevtoday/claude-agents

Version:

AI-powered development shop with 15 specialized agents for Claude Code. Features concurrent execution, shared memory, context-forge integration, and web dashboard for 80% faster development.

17 lines 574 B
{ "name": "doc-writer", "version": "1.0.0", "description": "Documentation specialist for creating and updating technical documentation, API docs, and README files", "author": "Claude Sub-Agents", "tags": ["documentation", "technical-writing", "api-docs", "readme"], "requirements": { "tools": ["Read", "Write", "Edit", "Grep", "Glob"], "optional_tools": ["Bash", "WebSearch"] }, "hooks": { "recommended": ["PostToolUse:Write", "PostToolUse:Edit"], "optional": [] }, "commands": ["document"], "compatible_with": ["claude-code@>=1.0.0"] }