embedded-docs
Embedded firmware documentation generation and maintenance using Doxygen and related tools. Expert skill for API documentation, hardware interface documentation, memory maps, and integration with documentation systems.
npx skills add a5c-ai/babysitter --skill embedded-docs --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Embedded Documentation Skill Expert skill for embedded firmware documentation generation and maintenance. Provides Doxygen comment generation, API documentation structure, hardware interface documentation, and integration with documentation systems. ## Overview The Embedded Documentation skill enables comprehensive documentation for embedded firmware projects: - Doxygen comment generation and maintenance - API documentation structure and organization - Hardware interface documentation - Memory map documentation - Call graph and dependency visualization - Version changelog management - Register documentation formatting - Integration with Sphinx/MkDocs ## Capabilities ### 1. Doxygen Comment Generation Generate Doxygen-compatible documentation comments: ```c /** * @file uart_driver.h * @brief UART peripheral driver for STM32F4 series * @author Firmware Team * @version 1.2.0 * @date 2026-01-24 * * @details * This driver provides a hardware abstraction layer for UART peripherals. * It supports: * - Polling, interrupt, and DMA transfer modes * - Hardware flow control (RTS/CTS) * - Configurable baud rates up to 10.5 Mbps * - Error detection and handling * * @note Thread-safe when used w
- Overview
- Capabilities
- 1. Doxygen Comment Generation
- 2. Function Documentation
- 3. Hardware Register Documentation
- 4. Memory Map Documentation
- 5. API Documentation Structure
- Process Integration
- Workflow
- 1. Analyze Codebase
- 2. Generate Documentation Comments
- 3. Configure Doxygen
- 4. Generate Output
- Output Schema
Find undocumented functions
grep -rn "^[a-z_]*\s\+[a-z_]*(" src/ | grep -v "/\*\*"
Count documented vs undocumented
find src/ -name "*.h" -exec grep -l "@brief" {} \; | wc -l
find src/ -name "*.h" | wc -l
Generate HTML documentation
doxygen Doxyfile
Generate PDF (requires LaTeX)
cd docs/api/latex && make pdf
Serve locally for reviewWhat does the embedded-docs skill do?
Embedded firmware documentation generation and maintenance using Doxygen and related tools. Expert skill for API documentation, hardware interface documentation, memory maps, and integration with documentation systems.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill embedded-docs --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.
