- 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
16 lines
372 B
Markdown
16 lines
372 B
Markdown
---
|
|
name: Generate API Documentation
|
|
description: Generate comprehensive API documentation from source code
|
|
---
|
|
|
|
# API Documentation Generator
|
|
|
|
Generate complete API documentation:
|
|
|
|
1. Scan API endpoints
|
|
2. Extract function signatures and JSDoc
|
|
3. Organize by module/endpoint
|
|
4. Create markdown with examples
|
|
5. Include request/response schemas
|
|
6. Add error documentation
|