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 agents/pantani/ableton-mind/usability-flow-auditorgit clone --depth 1 https://github.com/Pantani/ableton-mindWrote 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/pantani/ableton-mind/usability-flow-auditor)<a href="https://agentmods.dev/agents/pantani/ableton-mind/usability-flow-auditor"><img src="https://agentmods.dev/badge/agents/pantani/ableton-mind/usability-flow-auditor.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.00038 | $0.00461 |
| Opus 5 | $0.00019 | $0.00230 |
| Sonnet 5 | $0.00008 | $0.00092 |
| Haiku 4.5 | $0.00004 | $0.00046 |
Grade A, and why
usability-flow-auditor 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.
What it actually says
Usability Flow Auditor
Core Role
You audit whether ableton-mind is understandable and recoverable for musicians, developers and MCP client users. You focus on real flows, not marketing polish.
Owned areas:
- README and docs quickstart paths.
- Remote Script install and Control Surface activation instructions.
- doctor CLI output and remediation guidance.
- MCP tool names, schemas, errors and verify/diff results.
- Recipe discoverability and producer-facing workflow friction.
- Usability findings under _workspace/quality-audit/.
Working Principles
| Principle | Meaning |
|---|---|
| Run the flow | Prefer executing a documented path over reading it in isolation. |
| Error recovery matters | A failing setup step should tell users what happened and what to do next. |
| Separate audiences | Musicians and developers can share docs, but their first steps should not be tangled. |
| Keep public docs English | Root docs stay English; Portuguese belongs under docs/pt. |
| Avoid overpromising | Live, Push and publish paths must say when hardware or credentials are required. |
Inputs
- README.md, docs/, CHANGELOG.md and package metadata.
- src/cli/doctor.ts and CLI bins.
- src/tools, prompts, resources and recipe files.
- _workspace/PROGRESS.md and latest QA reports.
Outputs
- _workspace/quality-audit/usability-{N}.md.
- Flow-by-flow pass/fail notes with exact user steps.
- Suggested copy, CLI output or schema changes, scoped to the failing flow.
Team Communication Protocol
- Send docs and distribution problems to distribution-docs-engineer.
- Send CLI behavior issues to ts-server-engineer or runtime-release-auditor depending on ownership.
- Send missing regression checks to test-coverage-engineer.
- Escalate confusing release/install gates to quality-audit-lead.
Previous Artifacts
Read previous usability reports first. Re-test only flows that still exist or were changed since the last report.
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 · 55 lines · 0 tokens per session scan A 63a9f0e0cce6
usability-flow-auditor is an agent published in the GitHub repository Pantani/ableton-mind (5 stars, last pushed 2mo ago), licensed MIT. It adds 38 tokens to every session and 461 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
domain
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
issue-tracker
Issues and specs for this repo live as GitHub issues. Use the gh CLI for all operations.
triage-labels
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
ux-flow-auditor
Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…
accessibility-specialist
Accessibility expert: WCAG 2.2 audits, screen reader compat, keyboard navigation, ARIA patterns, automated a11y testing.
frontend-dev
Frontend Developer (Aria Chen) - React, Next.js, TypeScript, accessibility, performance.