Generates detailed, multi-format documentation with function descriptions, parameters, and usage examples directly from source code.
Automatically generates high-quality documentation (Markdown, JSDoc, etc.) from source code, including function descriptions, parameter details, and examples.
{
"code": "async function chargeUser(userId, amount) { ... }",
"format": "markdown"
}
{
"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."
}
This skill is integrated with SkillPay.me for automatic micropayments. Each call costs 0.001 USDT.
ZIP package — ready to use