🧪 Skills
Ai Documentation Generator
Generates detailed, multi-format documentation with function descriptions, parameters, and usage examples directly from source code.
v1.0.0
Description
AI Documentation Generator
Automatically generates high-quality documentation (Markdown, JSDoc, etc.) from source code, including function descriptions, parameter details, and examples.
Features
- Multi-format Output: Generate Markdown, HTML, or JSDoc
- Context-Aware: Understands function logic for better descriptions
- Example Generation: Creates usage examples automatically
Pricing
- Price: 0.001 USDT per API call
- Payment: Integrated via SkillPay.me
Use Cases
- API documentation
- Developer portals
- Code maintenance
Example Input
{
"code": "async function chargeUser(userId, amount) { ... }",
"format": "markdown"
}
Example Output
{
"success": true,
"documentation": "### chargeUser\n\nCharges a user a specific amount.\n\n**Parameters:**\n- `userId`: The unique ID of the user.\n- `amount`: The amount to charge.",
"message": "Documentation generated successfully."
}
Integration
This skill is integrated with SkillPay.me for automatic micropayments. Each call costs 0.001 USDT.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!