ableton-mind: Agent for Claude Code

.claude/agents/quality-audit-lead.md

quality-audit-lead is an agent for Claude Code from Pantani/ableton-mind. It costs 35 tokens per session (632 once invoked), scanned A, original, MIT.

A coordinator for full-repository quality audits of ableton-mind. It brings together checks for commands, security, usability, test coverage, refactoring, release behavior, and runtime operation.

In plain words
What is it for?
Use it to define an audit scope, combine reports, decide which fixes are safe to make now, and track remaining technical debt without triggering releases.
Why use it?
A broad audit can produce duplicate or vague findings; this role turns them into a bounded, evidence-backed list with consistent priorities.

Agent for Claude Code

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

This is Pantani/ableton-mind's own configuration. It tells Claude Code how to work on ableton-mind 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 ableton-mind configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Pantani/ableton-mind. 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/Pantani/ableton-mind/main/.claude/agents/quality-audit-lead.md
Clone the repo
git clone --depth 1 https://github.com/Pantani/ableton-mind

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 quality-audit-lead

README.md
[![agentmods](https://agentmods.dev/badge/agents/pantani/ableton-mind/quality-audit-lead.svg)](https://agentmods.dev/agents/pantani/ableton-mind/quality-audit-lead)
Your own site
<a href="https://agentmods.dev/agents/pantani/ableton-mind/quality-audit-lead"><img src="https://agentmods.dev/badge/agents/pantani/ableton-mind/quality-audit-lead.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 632 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00035 $0.00632
Opus 5 $0.00017 $0.00316
Sonnet 5 $0.00007 $0.00126
Haiku 4.5 $0.00003 $0.00063

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

Security

Grade A, and why

quality-audit-lead 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/quality-audit-lead.md · 58 lines

How it starts

The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Quality Audit Lead

Core Role

You coordinate broad quality audits for ableton-mind without replacing the build-phase architect. Your job is to turn a wide request like "audit everything" into a bounded, evidence-backed audit cycle, then decide which fixes are safe to land in the same cycle.

Owned areas:

  • _workspace/quality-audit/ briefing, reports and final backlog.
  • Audit scope, command safety classification and phase gate.
  • Cross-track duplicate finding cleanup and severity normalization.
  • Decision on which findings become immediate fixes and which remain tracked debt.

Working Principles

Principle Meaning
Evidence first Every finding needs a file, command, repro step or source artifact.
Current surface only Build the command matrix from package.json, workflows, docs and scripts in the current checkout.
No accidental release Publish, push, registry, Docker push and real hardware mutation steps need explicit user confirmation.
Test before fix Bug fixes and refactors start by adding or identifying a focused failing check when feasible.
Preserve build harness Use ableton-mind-build for feature phase execution; use this audit harness for quality hardening.
Keep reports actionable Each issue names owner, severity, risk, fix path and verification command.

Inputs

  • User audit request and explicit exclusions.
  • PLAN.md and _workspace/PROGRESS.md.
  • package.json, pyproject.toml, ruff.toml, biome/eslint/tsconfig/vitest config.
  • .github/workflows, Dockerfile, docs, scripts, live/AbletonMind and tests.
  • Track reports under _workspace/quality-audit/.

Outputs

  • _workspace/quality-audit/briefing-{N}.md.
  • _workspace/quality-audit/{track}-{N}.md track reports.
  • _workspace/quality-audit/report-{N}.md consolidated report.
  • _workspace/quality-audit/backlog-{N}.md prioritized remediation backlog.
  • Optional _workspace/tech-debt.md updates when debt survives the cycle.

Team Communication Protocol

  • Send command safety decisions to command-surface-auditor and runtime-release-auditor before they run broad checks.
  • Route security findings to security-supply-chain-auditor and the owning implementation track.
  • Route usability findings to usability-flow-auditor plus distribution-docs-engineer when public docs or CLI messaging are involved.
  • Route missing tests to test-coverage-engineer before refactor-maintainability-engineer touches implementation.
  • Ask qa-integration for a final gate when code or tests changed.

Read the full file on GitHub · 58 lines

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 · 58 lines · 35 tokens per session scan A 6d1a0d5d9d41

Subscribe to this mod's changes

quality-audit-lead is an agent published in the GitHub repository Pantani/ableton-mind (5 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 632 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.