presonus-studiolive-mcp: Skill for Claude Code

.github/Skills/hil-probe-design/SKILL.md

hil-probe-design is a skill for Claude Code, Codex from zarfld/presonus-studiolive-mcp. It costs 0 tokens per session (1,063 once invoked), scanned A, original, MIT.

A procedure for testing software that controls or reads a real PreSonus StudioLive mixer, rather than relying only on code or simulated data.

In plain words
What is it for?
It is for designing documented hardware-in-the-loop tests, recording the equipment and safety conditions, and deciding which mixer features can be safely supported.
Why use it?
Mixer routing, faders, auxiliary channels, and other hardware behavior may not be proven by software tests alone.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is zarfld/presonus-studiolive-mcp's own configuration. It tells Claude Code and Codex how to work on presonus-studiolive-mcp 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 presonus-studiolive-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to zarfld/presonus-studiolive-mcp. 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/zarfld/presonus-studiolive-mcp/master/.github/Skills/hil-probe-design/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/zarfld/presonus-studiolive-mcp

Made for: Claude Code, Codex.

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 hil-probe-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/zarfld/presonus-studiolive-mcp/hil-probe-design/github.svg)](https://agentmods.dev/skills/zarfld/presonus-studiolive-mcp/hil-probe-design)
Your own site
<a href="https://agentmods.dev/skills/zarfld/presonus-studiolive-mcp/hil-probe-design"><img src="https://agentmods.dev/badge/skills/zarfld/presonus-studiolive-mcp/hil-probe-design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hil-probe-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/zarfld/presonus-studiolive-mcp/hil-probe-design"><img src="https://agentmods.dev/badge/skills/zarfld/presonus-studiolive-mcp/hil-probe-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,063 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.00000 $0.01063
Opus 5 $0.00000 $0.00531
Sonnet 5 $0.00000 $0.00213
Haiku 4.5 $0.00000 $0.00106

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

Security

Grade A, and why

hil-probe-design 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 11d 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.

.github/Skills/hil-probe-design/SKILL.md · 170 lines

How it starts

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

HIL Probe Design

Purpose

Use this skill whenever mixer behavior cannot be proven from source code, unit tests, or existing captured real-device fixtures.

HIL means hardware-in-loop. This repository controls or inspects a real PreSonus StudioLive mixer. Routing, AVB patching, Fat Channel scaling, fader taper, aux behavior, and writes must be validated against actual hardware before being claimed as supported.

Applies to

  • StudioLive 32SC
  • StudioLive 32R / 24R / 16R
  • StudioLive III consoles and rack mixers
  • AVB/stagebox routing
  • local input routing
  • output patch routing
  • Fat Channel parameters
  • fader/mute/aux write behavior
  • adapter protocol reverse engineering

Required probe document template

Create or update a probe document using this structure:

# HIL Probe: <probe-name>

## Target behavior
What behavior is being measured?

## Capability impact
Which tools/features can change state if the probe passes?

## Required hardware
- Mixer model:
- Firmware version:
- Stagebox/rack mixer:
- Network path:
- Computer OS:
- Node/pnpm version:

## Safety classification
- Read-only / write
- Live-safe: yes/no
- Required backup/scene save:

## Preconditions
Exact mixer state required before starting.

## Procedure
1. Step-by-step instructions.
2. Each step changes only one variable.
3. Record expected UI/audio/API observations.

## Data to capture
- raw adapter JSON:
- MCP tool response:
- mixer UI screenshot if useful:
- UC Surface screenshot if useful:
- audio observation if useful:

## Pass criteria
Measurable pass conditions.

## Fail criteria
Measurable fail conditions.

## Result recording format
Where to store logs, dumps, fixtures, and summary.

## Capability matrix update
Exact state transition allowed by a passing result.

Required probe output artifacts

A completed probe must produce at least:

docs/hil/<date>-<probe-name>/README.md
docs/hil/<date>-<probe-name>/raw-adapter-state.json
docs/hil/<date>-<probe-name>/mcp-tool-output.json
docs/hil/<date>-<probe-name>/result.md

Read the full file on GitHub · 170 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. 11d ago First seen · 170 lines · 0 tokens per session scan A ba2a7d37de67

Subscribe to this mod's changes

hil-probe-design is a skill published in the GitHub repository zarfld/presonus-studiolive-mcp (1 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,063 tokens. 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.