mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-04-30 21:57:48 +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>
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