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.
npx agentmods add skills/edmonds-commerce-limited/claude-code-hooks-daemon/docs-qanpx skills add Edmonds-Commerce-Limited/claude-code-hooks-daemon --skill docs-qagit clone --depth 1 https://github.com/Edmonds-Commerce-Limited/claude-code-hooks-daemonWrote 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.
[](https://agentmods.dev/skills/edmonds-commerce-limited/claude-code-hooks-daemon/docs-qa)<a href="https://agentmods.dev/skills/edmonds-commerce-limited/claude-code-hooks-daemon/docs-qa"><img src="https://agentmods.dev/badge/skills/edmonds-commerce-limited/claude-code-hooks-daemon/docs-qa.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00057 | $0.00659 |
| Opus 5 | $0.00028 | $0.00329 |
| Sonnet 5 | $0.00011 | $0.00132 |
| Haiku 4.5 | $0.00006 | $0.00066 |
Grade A, and why
docs-qa 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Documentation QA
This skill is a shim. It carries no documentation body of its own — it
exists to dispatch the hooks-daemon-docs-qa agent, which does the real
work. See CLAUDE/DocumentationStrategy.md for the ruleset it enforces.
What to do
Dispatch the hooks-daemon-docs-qa agent (Task tool,
subagent_type: "hooks-daemon-docs-qa") with:
- the scope the user asked for (a topic, a plan folder, or "the whole corpus" if unstated)
- a pointer to run the deterministic checks first:
hooks-daemon docs-qa --sweep --json - a pointer to the comment-block finder for its Decision-7 hunt:
hooks-daemon find-comment-blocks <source-root> --json
/docs-qa # full-corpus audit
/docs-qa CLAUDE/Plan/00284 # scoped to one plan folder's topic
The agent is read-only — it delivers findings inline, as its final
report, and never edits anything or writes a report file on its own
initiative. If you want the findings persisted (e.g. to
untracked/reports/), name that target explicitly when dispatching it.
Review its report and act on the findings yourself (or ask it to be
dispatched again after you have made changes, to re-verify).
If the agent is not deployed
hooks-daemon-docs-qa ships opt-in (agents.docs_qa.enabled: false by
default). If the Task dispatch fails because the agent is not found, tell
the user to enable it in .claude/hooks-daemon.yaml:
agents:
docs_qa:
enabled: true
then run hooks-daemon restart (or the next daemon upgrade/install run) to
deploy it into .claude/agents/hooks-daemon-docs-qa.md.
Bundled finder scripts
scripts/ bundles thin wrappers over the deterministic CLI, for a human or
the agent to run directly without recalling the exact daemon subcommand:
scripts/sweep.sh—hooks-daemon docs-qa --sweep --jsonscripts/find-comment-blocks.sh <path>...—hooks-daemon find-comment-blocks <path>... --json
Both are finders: they LIST candidates, they never judge content and never gate a tool call. Judgement is the agent's job (or the reviewing human's).
What ships with it
3 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.
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.
- 4d ago First seen · 65 lines · 57 tokens per session scan A e8f190360c37
docs-qa is a skill published in the GitHub repository Edmonds-Commerce-Limited/claude-code-hooks-daemon (3 stars, last pushed 4d ago), licensed MIT. It adds 57 tokens to every session and 659 once invoked, about $0.0003 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-31.
Other skills, from other repositories
better-auth
Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.
aceternity-ui
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.
auto-animate
AutoAnimate (@formkit/auto-animate) zero-config animations for React. Use for list transitions, accordions, toasts, or encountering SSR errors, animation libraries complexity.
api-testing
HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.
api-authentication
Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or encountering token management, security headers, auth flow errors.
api-filtering-sorting
Builds flexible API filtering and sorting systems with query parameter parsing, validation, and security. Use when implementing search endpoints, building data grids, or creating dynamic query APIs.