If you're writing Markdown reference docs for Qt or C++ code and tired of the boilerplate, this skill does the heavy lifting. It reads headers and source files, infers context from your project structure, and spits out structured docs that cover properties, signals, slots, enums, and plain public APIs. It handles everything from QObject-based widgets to free function utilities to main.cpp entry points. The prompt is opinionated: tables for properties, no code fences except in usage examples, and header declarations always take precedence over implementation. It won't output QDoc format, so if you need that, look elsewhere. Otherwise, it's a solid starting point for internal API docs.
npx -y skills add theqtcompanyrnd/agent-skills --skill qt-cpp-docs --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
remotion-dev/remotion
reactjs/react.dev