hunk: Skill for Claude Code

.agents/skills/qt-qml-review/SKILL.md

qt-qml-review is a skill for Claude Code from smolcars/hunk. It costs 95 tokens per session (3,488 once invoked), scanned A, original, GPL-3.0.

A Qt 6 QML code review tool. QML is the language used to describe many Qt application interfaces.

In plain words
What is it for?
Use it when reviewing Qt 6 QML code or checking it before a commit, including type checks with the system's QML checker when available.
Why use it?
It checks the code consistently for problems in data connections, layouts, loading, repeated UI items, states, and speed before changes are committed.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is smolcars/hunk's own configuration. It tells Claude Code how to work on hunk itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything hunk configures →

Reuse

Borrowing it

Nothing to install: this file belongs to smolcars/hunk. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/smolcars/hunk/master/.agents/skills/qt-qml-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/smolcars/hunk

Made for: Claude Code.

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-qml-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/smolcars/hunk/qt-qml-review/github.svg)](https://agentmods.dev/skills/smolcars/hunk/qt-qml-review)
Your own site
<a href="https://agentmods.dev/skills/smolcars/hunk/qt-qml-review"><img src="https://agentmods.dev/badge/skills/smolcars/hunk/qt-qml-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qt-qml-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/smolcars/hunk/qt-qml-review"><img src="https://agentmods.dev/badge/skills/smolcars/hunk/qt-qml-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,488 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.
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.00095 $0.03488
Opus 5 $0.00048 $0.01744
Sonnet 5 $0.00019 $0.00698
Haiku 4.5 $0.00010 $0.00349

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

Security

Grade A, and why

qt-qml-review 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 13d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (references/lint-scripts/qt_qml_lint.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/qt-qml-review/SKILL.md · 413 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

5 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. 13d ago First seen · 413 lines · 95 tokens per session scan A fe4af707669a

Subscribe to this mod's changes

qt-qml-review is a skill published in the GitHub repository smolcars/hunk (74 stars, last pushed 17d ago), licensed GPL-3.0. It adds 95 tokens to every session and 3,488 once invoked, about $0.0005 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

hunk-release

Prepares, publishes, verifies, and curates Hunk releases. Use for release metadata, benchmarks, tags, publishing, release videos, backports, or recovery.

modem-dev/hunk · 38 tokens

qt-qml-review

Invoke when the user asks to review, check, audit, or look over Qt6 QML code -- or suggest before committing. Runs deterministic linting (47+ rules) then six parallel deep- analysis agents covering bindings, layout, loaders, delegates, states, and performance. Optionally invokes system qmllint for type-level checks.…

mavlink/qgroundcontrol · 95 tokens

verify-behavior

Verify or reproduce visible product behavior by driving the real UI with pi-computer-use's checked tools, requiring verified expect postconditions and durable state evidence for meaningful UI flows. Use when triage needs visual reproduction, implementation needs behavioral proof, review needs interactive confirmation…

nicknisi/dotfiles · 68 tokens

revdiff

Review diffs, files, and documents with inline annotations in a TUI overlay, or answer questions about revdiff usage, configuration, themes, and keybindings. Opens revdiff in agterm/tmux/zellij/herdr/kitty/wezterm/cmux/ghostty/iterm2/emacs-vterm, captures annotations, and addresses them. Works in git, hg, and jj repos…

umputun/revdiff · 248 tokens

revdiff-plan

Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…

umputun/revdiff · 84 tokens

recipe-front-review

Reviews completed frontend implementation for governing-source compliance, scope economy, repository quality, and security, then applies user-approved React corrections.

shinpr/claude-code-workflows · 29 tokens