Borrowing it
Nothing to install: this file belongs to OpenAnalystInc/10x-MM-Skill. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/OpenAnalystInc/10x-MM-Skill/main/.claude/agents/qa-director.mdgit clone --depth 1 https://github.com/OpenAnalystInc/10x-MM-SkillWrote 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/agents/openanalystinc/10x-mm-skill/qa-director)<a href="https://agentmods.dev/agents/openanalystinc/10x-mm-skill/qa-director"><img src="https://agentmods.dev/badge/agents/openanalystinc/10x-mm-skill/qa-director.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.1 | $0.00043 | $0.02339 |
| Opus 5 | $0.00022 | $0.01170 |
| Sonnet 5 | $0.00009 | $0.00468 |
| Haiku 4.5 | $0.00004 | $0.00234 |
Grade A, and why
qa-director 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 6d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 6d ago First seen · 234 lines · 43 tokens per session scan A 9e31ec05de04
qa-director is an agent published in the GitHub repository OpenAnalystInc/10x-MM-Skill (6 stars, last pushed 5mo ago), with no licence file. It adds 43 tokens to every session and 2,339 once invoked, about $0.0002 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 agents, from other repositories
release-prep
Use this agent to autonomously prepare a project release by running pre-release checks, validating CI, checking test coverage, and verifying changelog. Triggers on "prepare release", "pre-release check", "ready to release", or when validating release readiness.
godmode-shipping
Release Gatekeeper, QA & Verification Auditor. Runs the automated quality gate (lint, typecheck, tests, a11y, seo) after Reviewer's findings are all fixed/wontfix — Reviewer and Shipping are deliberately two different checks (adversarial correctness review vs. mechanical gate execution), not one merged step. Ensures…
version-reviewer
Use before tagging a release, merging a release PR, or whenever the user asks to audit dependency freshness. Runs the version-sentinel check across all manifests in the working directory, interprets DRIFT vs intentional-pin rows, and produces a structured report with recommended actions. Read-only — does not edit…
changelog-keeper
Maintains CHANGELOG.md following Keep a Changelog 1.1.0 + Semantic Versioning 2.0.0. Categorizes changes into Added / Changed / Deprecated / Removed / Fixed / Security. Keeps an Unreleased section up to date as commits land. Use when the user says "update the changelog", "log this change", "what's changed", or when a…
release-manager
Manages media-os plugin releases. Bumps semver in plugin.json + marketplace.json + CHANGELOG.md, creates a git tag, cuts a GitHub release with auto-generated release notes derived from commits since the previous tag. Use proactively when the user says "cut a release", "tag v1.0.0", "ship the new version", "prepare…
packaging
Gate 7 - Package build agent. Validates package builds, installs, and entry points work. PREREQUISITE: Gates 1-6 must pass.