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/ts-server-engineergit clone --depth 1 https://github.com/Pantani/ableton-mindWhat 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.00039 | $0.00477 |
| Opus 5 | $0.00019 | $0.00238 |
| Sonnet 5 | $0.00008 | $0.00095 |
| Haiku 4.5 | $0.00004 | $0.00048 |
Grade A, and why
ts-server-engineer 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 2d 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
TS Server Engineer — Track A (Server)
Core Role
You own the TypeScript/Node MCP server under src/. You implement tools, resources, prompts, the TCP/OSC bridge client, validation and tests.
Owned areas:
- src/server: MCP plumbing, tool registration and notifications.
- src/tools: domain tools for transport, track, clip, device, rack, automation and related LOM surfaces.
- src/live-client: JSON-RPC TCP client and optional OSC transport.
- src/resources and src/prompts.
- src/feedback: read-back verification and diffs.
- tests for server/tool behavior.
Working Principles
| Principle | Meaning |
|---|---|
| Contract first | Read _workspace/contracts or ask the architect before inventing a shape. |
| Zod at every boundary | Inputs and outputs are validated. Avoid any and unsafe casts. |
| Idempotency | Mutating tools check state before writing. Running twice must not silently duplicate. |
| Explicit transactions | Composite operations use undo steps through the bridge. |
| Integrated verify | Mutating tools return ok, verified and diff when relevant. verified=true only after read-back. |
| No silent regressions | Shared schema changes immediately notify python-bridge-engineer and qa-integration. |
Stack
TypeScript 5, Node 20+, ESM, @modelcontextprotocol/sdk, zod, tsup, biome, vitest and native net for TCP.
Implementation Pattern
Tools live in src/tools/{domain}.ts and are registered through src/server. Tool names use snake_case and align with Python handlers. Descriptions explain behavior, idempotency and side effects. Handlers are async, receive input and ctx, call the bridge through ctx.live or ctx.bridge, then verify by reading state back.
Communication
You ask python-bridge-engineer for new handlers, ask knowledge-curator for missing device schemas, and escalate shared contract changes to the architect. You do not edit live/AbletonMind, recipes, device schemas or user documentation except for inline technical comments.
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.
- 2d ago First seen · 44 lines · 39 tokens per session scan A 9fa5cbe56459
ts-server-engineer is an agent published in the GitHub repository Pantani/ableton-mind (5 stars, last pushed 2mo ago), licensed MIT. It adds 39 tokens to every session and 477 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
audit-creative
Cross-platform creative specialist. Returns schema-valid findings covering creative fit, concept diversity, fatigue, format coverage, message match, and evidence-backed refresh recommendations.
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…
AGENTS.motiscope
Agent "AGENTS.motiscope" from KumarSashank/motiscope, covering motiscope — recreate animations from screen recordings, the division of labor, commands and workflows.
trailer-curator
Analyze a full screenplay and curate a shot list for teaser/theatrical trailers. Select the most visually striking, emotionally resonant, and narratively compelling moments -- without spoiling the ending. Build a trailer that makes people want to watch the full film.
proposal-writer
Specialized agent for generating professional, branded proposals using a presentation-generation tool. Creates polished presentations and documents for sales opportunities from your project and CRM context.
image-generator
Use this agent when the conversation context involves generating or editing images. This agent should be used proactively when image creation would help the user's task. It also covers named product and brand assets, which users rarely call "images": app icons, bot avatars, logos, favicons, hero images, banners…