code-documenter

Generate, format, and validate developer documentation from code comments and API specs.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/dieu-donnee/luxtrax --skill code-documenter-dieu-donnee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-documenter
Source: https://github.com/dieu-donnee/luxtrax/tree/main/.agent/skills/code-documenter
Command: npx skills add https://github.com/dieu-donnee/luxtrax --skill code-documenter-dieu-donnee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the generation, formatting, and validation of developer documentation from code comments, API specs, and tutorials.

Core Features & Use Cases

  • Generates consistent docstrings, OpenAPI/Swagger specs, and JSDoc annotations.
  • Validates and formats documentation across multiple languages and portals.
  • Use cases include adding docstrings to new functions and classes, creating API documentation, building documentation sites, and writing tutorials.

Quick Start

Please generate a complete documentation draft from your codebase.

Frequently Asked Questions about code-documenter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate JSDoc annotations and Python docstrings from code comments?

Automated documentation generation extracts inline code comments and formats them into consistent JSDoc annotations or Python docstrings, ensuring standardized inline documentation across multiple programming languages without manual formatting effort.

What's the best way to validate OpenAPI specs and code samples across a documentation site?

Validating OpenAPI specs involves checking schemas, examples, and code samples for consistency across developer portals. Automated validation processes API specs and tutorials to ensure cross-language formatting accuracy and correctness before publishing.

Can I use automated documentation generation for both TypeScript and Python projects?

Automated documentation generation supports cross-language consistency for both TypeScript and Python projects. It processes code comments, API specs, and tutorials to apply uniform formatting and validation rules across different programming languages.

How do I build a complete developer guide from an existing codebase?

Building a developer guide from a codebase requires generating a complete documentation draft from code comments, API specs, and tutorials. This process creates formatted API documentation, docstrings, and tutorials for documentation portals.

Does automated code documentation work with existing OpenAPI and Swagger specifications?

Automated code documentation processes existing OpenAPI and Swagger specifications to validate and format API documentation. It ensures schemas, examples, and code samples meet consistency requirements for developer guides and documentation sites.