mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-05 22:36:34 +02:00
ee0f4bd5d9
- Add comprehensive built-in commands reference (40+ commands) - Document argument handling ($ARGUMENTS, $1, $2, etc.) - Add bash execution syntax (! prefix) and file references (@ prefix) - Update frontmatter to official fields (allowed-tools, argument-hint, model, etc.) - Add Plugin Commands and MCP Slash Commands sections - Add SlashCommand Tool documentation for programmatic invocation - Add Skills vs Slash Commands comparison table - Create commit.md example with bash execution and context - Update existing examples to use official frontmatter format - Add OpenSpec proposal for change tracking
482 B
482 B
description
| description |
|---|
| Create comprehensive API documentation from source code |
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