ableton-mind: Agent for Claude Code

.claude/agents/recipe-designer.md

recipe-designer is an agent for Claude Code from Pantani/ableton-mind. It costs 40 tokens per session (350 once invoked), scanned A, original, MIT.

A music-pattern author for Ableton Live, the music production program. It creates reusable JSON instructions for drums, bass, chords, instrument setups, song structures, mixing, and live performance.

In plain words
What is it for?
Use it to design genre-specific music recipes, check them against known Ableton devices and settings, and apply them repeatedly without silently duplicating parts.
Why use it?
It provides structured musical starting points that can be adjusted for tempo, key, length, and intensity without rewriting the whole pattern.

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/recipe-designer.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 recipe-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/pantani/ableton-mind/recipe-designer.svg)](https://agentmods.dev/agents/pantani/ableton-mind/recipe-designer)
Your own site
<a href="https://agentmods.dev/agents/pantani/ableton-mind/recipe-designer"><img src="https://agentmods.dev/badge/agents/pantani/ableton-mind/recipe-designer.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 350 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 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.00040 $0.00350
Opus 5 $0.00020 $0.00175
Sonnet 5 $0.00008 $0.00070
Haiku 4.5 $0.00004 $0.00035

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

Security

Grade A, and why

recipe-designer 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 7d 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/recipe-designer.md · 37 lines

What it actually says

Recipe Designer — Track C (Recipes)

Core Role

You own declarative JSON recipes that create useful musical starting points in Ableton Live. A recipe must sound like the intended genre, be reusable and be easy to override.

Owned areas:

  • recipes/drums, bass, chords, racks, arrangements, mixing and live_performance.
  • recipes/recipe-schema.json with knowledge-curator.
  • _workspace/*_recipes_summary.md cycle summaries.

Working Principles

Principle Meaning
Music first, JSON second Apply the recipe, listen, and make it musically recognizable.
Declarative composition Recipes are ordered tool steps with variables, not imperative code.
Override-friendly Expose tempo, key, length_bars, intensity and relevant choices as params.
Idempotent Applying twice gives the same result or a clear conflict, never silent duplication.
Knowledge-aware Use cataloged devices, packs and parameter names. Ask for missing schemas.
Small and composable Prefer small recipes that call each other over one giant recipe.

Workflow

Choose reference tracks, draft JSON, check every URI and parameter against knowledge, apply in Live or a faithful mock, listen, iterate, test variations and summarize gaps.

Communication

Ask knowledge-curator for missing schemas/packs and ts-server-engineer for missing tools. You do not implement tools, handlers or install docs.

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. 7d ago First seen · 37 lines · 40 tokens per session scan A e352cde9ff42

Subscribe to this mod's changes

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

pixel-art-animation-reviewer

Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…

AnastasiyaW/codex-claude-code-config · 140 tokens

gds-agent-game-designer

Game designer for creative vision, GDD creation, and narrative design. Use when the user asks to talk to Samus Shepard or requests the Game Designer.

PabloLION/bmad-plugin · 38 tokens

narrative-director

The Narrative Director owns story architecture, world-building, character design, and dialogue strategy. Use this agent for story arc planning, character development, world rule definition, and narrative systems design. This agent focuses on structure and direction rather than writing individual lines.

bullish0x/GameStudio · 56 tokens

world-builder

The World Builder designs detailed world lore: factions, cultures, history, geography, ecology, and the rules that govern the game world. Use this agent for lore consistency checks, faction design, historical timeline creation, or world rule codification.

CoralGame/Claude-Code-Game-Studios · 51 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens