If you're writing API docs for QML components and tired of doing it by hand, this skill reads your .qml files and spits out structured Markdown reference pages with tables for properties, sections for signals and methods, and context about how each component fits into your project. It checks for existing docs first so you're not clobbering work, handles single files or entire folders, and will generate an index when documenting multiple components. The output is prose and tables, not code fences everywhere, which makes for cleaner reference material. One catch: it explicitly won't produce QDoc format, so if that's what your Qt build pipeline needs, look elsewhere.
npx -y skills add theqtcompanyrnd/agent-skills --skill qt-qml-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