10x-MM-Skill: Agent for Claude Code

.claude/agents/qa-director.md

qa-director is an agent for Claude Code from OpenAnalystInc/10x-MM-Skill. It costs 43 tokens per session (2,339 once invoked), scanned A, original, no licence file.

A quality-control agent for auditing, testing, release management, publishing, and rollbacks. A release is a version of software prepared for users, while a rollback returns to an earlier version.

In plain words
What is it for?
It helps audit pages, run pre-launch checks, publish releases, roll back changes, and prevent unverified work from going live.
Why use it?
It adds checks before changes go live and provides processes for handling failed releases. It is focused on verifying that work meets the required quality bar.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is OpenAnalystInc/10x-MM-Skill's own configuration. It tells Claude Code how to work on 10x-MM-Skill 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 10x-MM-Skill configures →

Part of the 10x-marketing-manager plugin — 19 skills, 6 commands, 14 agents, 1 MCP server shipped together

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/OpenAnalystInc/10x-MM-Skill/main/.claude/agents/qa-director.md
Clone the repo
git clone --depth 1 https://github.com/OpenAnalystInc/10x-MM-Skill

Made for: Claude Code.

Or install 10x-marketing-manager, the plugin that ships this one along with the rest of its 19 skills, 6 commands, 14 agents, 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 qa-director

README.md
[![agentmods](https://agentmods.dev/badge/agents/openanalystinc/10x-mm-skill/qa-director.svg)](https://agentmods.dev/agents/openanalystinc/10x-mm-skill/qa-director)
Your own site
<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>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,339 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.00043 $0.02339
Opus 5 $0.00022 $0.01170
Sonnet 5 $0.00009 $0.00468
Haiku 4.5 $0.00004 $0.00234

Measured 6d ago against content hash 9e31ec05de04, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.claude/agents/qa-director.md · 234 lines

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.

Read it on GitHub

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. 6d ago First seen · 234 lines · 43 tokens per session scan A 9e31ec05de04

Subscribe to this mod's changes

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.

Related

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.

neuromechanist/research-skills · 55 tokens

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…

hybridlabor-api/bdb-dev-optimized-agent-skills · 121 tokens

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…

KSEGIT/Version-Sentinel · 65 tokens

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…

damionrashford/media-os · 92 tokens

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…

damionrashford/media-os · 92 tokens

packaging

Gate 7 - Package build agent. Validates package builds, installs, and entry points work. PREREQUISITE: Gates 1-6 must pass.

dansasser/claude-code-marketplace · 37 tokens