mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-07-07 11:17: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>
540 B
540 B
name, description, tags
| name | description | tags |
|---|---|---|
| Generate API Documentation | Create comprehensive API documentation from source code | documentation, api |
API Documentation Generator
Generate API documentation by:
- Scanning all files in
/src/api/ - Extracting function signatures and JSDoc comments
- Organizing by endpoint/module
- Creating markdown with examples
- Including request/response schemas
- Adding error documentation
Output format:
- Markdown file in
/docs/api.md - Include curl examples for all endpoints
- Add TypeScript types