Agent skill · Backend & API

doxygen-javadoc

Documentation generation for C, C++, and Java codebases using Doxygen and Javadoc. Extract API documentation from source code, generate cross-references, call graphs, and comprehensive technical documentation.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill doxygen-javadoc --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/technical-documentation/skills/doxygen-javadoc/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Doxygen/Javadoc Skill Generate comprehensive API documentation for C, C++, Java, and other languages using Doxygen and Javadoc with cross-references, call graphs, and coverage analysis. ## Capabilities - Configure Doxygen for C/C++/Java projects - Generate Javadoc for Java codebases - Create cross-reference documentation - Generate call graphs and dependency visualizations - Analyze documentation coverage - Support custom tag definitions - Multiple output formats (HTML, LaTeX, PDF, XML) - Integrate with build systems (CMake, Maven, Gradle) ## Usage Invoke this skill when you need to: - Document C/C++ libraries and applications - Generate Java API documentation - Create reference documentation with diagrams - Set up automated documentation builds - Analyze code structure and dependencies ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | projectPath | string | Yes | Root path of the project | | tool | string | No | doxygen or javadoc (auto-detected) | | sourceDir | string | No | Source directory (default: src) | | outputDir | string | No | Output directory (default: docs) | | outputFormat | array | No | html, latex, pdf, xml, ma

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Input Example
  5. Output Structure
  6. Doxygen Output
  7. Javadoc Output
  8. Doxygen Documentation Patterns
  9. File Header
  10. Class Documentation
  11. Function Documentation
  12. Module/Group Documentation
  13. Javadoc Documentation Patterns
  14. Package Documentation (package-info.java)
Ships with 1 file
  • README.md
Commands it runs
Ubuntu/Debian
apt-get install doxygen graphviz
macOS
brew install doxygen graphviz
Windows (chocolatey)
choco install doxygen.install graphviz
Included with JDK
java -version  # JDK 11+ recommended
More from babysitter
All skills →
About this skill
What does the doxygen-javadoc skill do?

Documentation generation for C, C++, and Java codebases using Doxygen and Javadoc. Extract API documentation from source code, generate cross-references, call graphs, and comprehensive technical documentation.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill doxygen-javadoc --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going