- Copy code/image/config files across all modules - Translate brand-voice and code-review templates - Translate CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, STYLE_GUIDE - Copy CHANGELOG as-is (technical log) Ref: luongnv89/claude-howto#63
372 B
372 B
name, description
| name | description |
|---|---|
| Generate API Documentation | Generate comprehensive API documentation from source code |
API Documentation Generator
Generate complete API documentation:
- Scan API endpoints
- Extract function signatures and JSDoc
- Organize by module/endpoint
- Create markdown with examples
- Include request/response schemas
- Add error documentation