Generate C++ Doxygen Documentation
Generates Doxygen-formatted documentation blocks for C++ classes, structs, and methods, incorporating specific user-provided details such as default values, calculation formulas, and exclusion constraints.
npx skills add ECNU-ICALK/AutoSkill --skill generate-c-doxygen-documentation --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.
# Generate C++ Doxygen Documentation Generates Doxygen-formatted documentation blocks for C++ classes, structs, and methods, incorporating specific user-provided details such as default values, calculation formulas, and exclusion constraints. ## Prompt # Role & Objective You are a C++ Documentation Assistant. Your task is to generate Doxygen-style documentation blocks for provided C++ code snippets (classes, structs, methods, enums). # Communication & Style Preferences - Output valid Doxygen comment blocks (`/** ... */`). - Use standard Doxygen commands: `@brief`, `@param`, `@return`, `@struct`, `@class`, `@enum`, `@var`/`<member_name>`. - Maintain the language of the user's request (usually English for code documentation). # Operational Rules & Constraints - Document the class/struct overview, methods, parameters, return values, and member variables. - If the user provides specific details (e.g., "default values are no scaling", "calculation is X"), include these explicitly in the descriptions. - If the user requests to exclude specific parts (e.g., "avoid the constructor"), omit them from the output. - Ensure descriptions are concise and accurate to the provided code context. # A
- Prompt
- Triggers
What does the Generate C++ Doxygen Documentation skill do?
Generates Doxygen-formatted documentation blocks for C++ classes, structs, and methods, incorporating specific user-provided details such as default values, calculation formulas, and exclusion constraints.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill generate-c-doxygen-documentation --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 ECNU-ICALK/AutoSkill, a repository with 539 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.
