qt-cpp-docs

qt-cpp-docs is a skill for Claude Code from TheQtCompanyRnD/agent-skills. It costs 155 tokens per session (5,538 once invoked), scanned A, original, no licence file.

A documentation skill that creates standalone Markdown reference pages for Qt, C++, and ordinary C++ source files. Markdown is a plain-text format for structured documents.

In plain words
What is it for?
Use it to document .h and .cpp files, Qt Widgets classes, Qt Quick backends, modules, utilities, structs, and main.cpp.
Why use it?
It turns source code into separate reference documentation, including classes, modules, utilities, headers, and program entry points.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the qt-development-skills plugin — 12 skills, 1 MCP server shipped together

Good fit Use it to document .h and .cpp files, Qt Widgets classes, Qt Quick backends, modules, utilities, structs, and main.cpp.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/theqtcompanyrnd/agent-skills/qt-cpp-docs
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add TheQtCompanyRnD/agent-skills --skill qt-cpp-docs
Clone the repo
git clone --depth 1 https://github.com/TheQtCompanyRnD/agent-skills

Made for: Claude Code.

Or install qt-development-skills, the plugin that ships this one along with the rest of its 12 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qt-cpp-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/theqtcompanyrnd/agent-skills/qt-cpp-docs.svg)](https://agentmods.dev/skills/theqtcompanyrnd/agent-skills/qt-cpp-docs)
Your own site
<a href="https://agentmods.dev/skills/theqtcompanyrnd/agent-skills/qt-cpp-docs"><img src="https://agentmods.dev/badge/skills/theqtcompanyrnd/agent-skills/qt-cpp-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,538 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 20 May 2026
  • Snyk pass 20 May 2026
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00155 $0.05538
Opus 5 $0.00077 $0.02769
Sonnet 5 $0.00031 $0.01108
Haiku 4.5 $0.00015 $0.00554

Measured 8d ago against content hash b317e7de2e5c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

qt-cpp-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/qt-cpp-docs/SKILL.md · 411 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 411 lines · 155 tokens per session scan A b317e7de2e5c

Subscribe to this mod's changes

qt-cpp-docs is a skill published in the GitHub repository TheQtCompanyRnD/agent-skills (410 stars, last pushed 2mo ago), with no licence file. It adds 155 tokens to every session and 5,538 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

qt-cpp-review

Invoke when the user asks to review, check, audit, or look over Qt6 C++ code — or suggest before committing. Runs deterministic linting (60+ rules) then six parallel deep- analysis agents covering model contracts, ownership, threading, API correctness, error handling, and performance. Reports only high-confidence…

mavlink/qgroundcontrol · 86 tokens

qt-cpp-docs

Generates standalone Markdown reference documentation for any Qt/C++ source files — Qt Widgets classes, Qt Quick backends, Qt/C++ modules, plain C++ utilities, structs, free-function headers, and entry points like main.cpp. Use this skill to document any .h or .cpp file: Qt classes, plain C++ code, utility helpers, or…

mavlink/qgroundcontrol · 155 tokens

cpp-rules

C++ coding rules: style, patterns, security, testing. Triggers: .cpp, .cc, .cxx, .hpp, .h, CMakeLists.txt, Makefile, GoogleTest, clang-tidy.

softspark/ai-toolkit · 51 tokens

simulink-generate-embedded-code

Configure Simulink models for Embedded Coder (ERT) or AUTOSAR code generation. Use when the user asks to configure a model for production/ECU deployment, generate embedded C or C++ code, target ARM or x86 hardware, optimize code generation for speed or RAM, apply MISRA C/C++ compliance, or set up ERT, AUTOSAR, or…

matlab/simulink-agentic-toolkit · 170 tokens

simulink-use-c-function-block

Use when integrating legacy code, custom code, or C/C++ code into Simulink via C Function blocks. Configure Simulink C Function blocks programmatically using the SymbolSpec API. TRIGGER when the user: Asks about calling or wrapping C/C++ code or libraries in Simulink Wants to create, configure, or use a C Function…

matlab/simulink-agentic-toolkit · 137 tokens

kql

KQL language expertise for writing correct, efficient Kusto Query Language queries. Covers syntax gotchas, join patterns, dynamic types, datetime pitfalls, regex patterns, serialization, memory management, result-size discipline, and advanced functions (geo, vector, graph). USE THIS SKILL whenever writing, debugging…

fabioc-aloha/Alex_Skill_Mall · 161 tokens