mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-01 10:31:33 +02:00
7db5ade777
Added comprehensive examples for Claude Code features including slash commands, subagents, memory, MCP protocol, skills, and plugins with documentation and quick reference guides. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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
|