Audio Plugin Coder
SkillMediaRun Audio Plugin Coder lifecycle actions for JUCE plugins, including setup, dream, plan, design, implement, test, debug, status, resume, ship, patch, evolve, and hub. Use when the user asks to create or continue an APC audio plugin or mentions an APC phase.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Audio Plugin Coder skill
What this skill tells your AI
The instructions your AI receives, as published by noizefield/audio-plugin-coder in skills/audio-plugin-coder/SKILL.md and read by ahel’s review.
Use this skill to run APC's phase-gated audio-plugin workflow in an Audio Plugin Coder checkout.
Invocation
Prefer either form:
$audio-plugin-coder:audio-plugin-coder setup
$audio-plugin-coder:audio-plugin-coder dream TapeDelay
$audio-plugin-coder:audio-plugin-coder plan TapeDelay
Natural-language requests such as "design the TapeDelay plugin" or "set up APC" also work.
Accept action names with or without an apc- prefix (apc-dream → dream).
Do not use bare /plan or /status spellings in Codex. Prefer skill actions or /apc-plan / /apc-status. Treat legacy short slash commands as deprecated aliases.
Preconditions
- Confirm the current workspace is an APC checkout by finding
templates/status-template.json,scripts/, andCMakeLists.txt. - If those files are absent, explain that the workflow must run from an APC checkout and stop.
- For plugin phases, determine the action and plugin name. Ask for a missing plugin name only when it cannot be inferred safely.
- Resolve the plugins directory via
scripts/lib/Get-ApcPaths.ps1/scripts/lib/apc-paths.sh(defaults to./plugins). - Before changing an existing plugin, read
<plugins_dir>/<PluginName>/status.json. - If
apc.config.jsonis missing orsetup.completedis false and the action is notsetup, warn once and suggestsetup//apc-setup.
Load APC Instructions
Keep this adapter thin; load APC's existing knowledge just in time:
- Read
AGENTS.md. - Read
.agents/rules/juce-build-protocols.mdand.agents/rules/file-naming-conventions.mdfor implementation, build, test, debug, or ship actions. - Read the workflow and primary instruction file from the routing table.
- If a routed
.agents/file is missing, fall back to the equivalent host-shim path (.claude/,.agent/,.kilocode/— pointers to the same canonical files). - Resolve examples for the current OS: PowerShell on Windows, Bash/Zsh on macOS or Linux.
- Announce preferred model from
apc.config.json→models.phases.<phase>when present. - For automated Codex CLI cost routing (optional, not the default interactive path), see
docs/codex-orchestration.mdandscripts/codex/apc-codex-run.ps1/.sh. Do not nestcodex execunder every interactive turn.
Action Routing
| Action | Workflow | Primary instructions |
|---|---|---|
setup | .agents/workflows/apc-setup.md | .agents/skills/apc-setup/SKILL.md |
dream | .agents/workflows/apc-dream.md | .agents/skills/dream/SKILL.md or .agents/skills/skill_ideation/SKILL.md |
plan | .agents/workflows/apc-plan.md | .agents/skills/plan/SKILL.md or .agents/skills/skill_planning/SKILL.md |
design | .agents/workflows/apc-design.md | .agents/skills/design/SKILL.md or .agents/skills/skill_design/SKILL.md |
impl or implement | .agents/workflows/apc-impl.md | .agents/skills/impl/SKILL.md or .agents/skills/skill_implementation/SKILL.md |
test | .agents/workflows/apc-test.md | .agents/skills/skill_testing/SKILL.md |
debug | .agents/workflows/apc-debug.md | .agents/skills/debug/SKILL.md and .agents/skills/skill_troubleshooting/SKILL.md |
ship | .agents/workflows/apc-ship.md | .agents/skills/ship/SKILL.md or .agents/skills/skill_packaging/SKILL.md |
status | .agents/workflows/apc-status.md | Read-only state inspection |
resume | .agents/workflows/apc-resume.md | Route to the next incomplete phase, then complete only that phase |
patch | .agents/workflows/apc-patch.md | Open a bugfix generation on a shipped plugin, then complete only that fix |
evolve | .agents/workflows/apc-evolve.md | Open a feature generation on a shipped plugin, then run the delta pipeline |
new | .agents/workflows/apc-new.md | Run one phase at a time and obtain each required user confirmation |
hub | .agents/workflows/apc-hub.md | Open the live local dashboard (read-only command center) |
For WebView design or implementation, also load .agents/skills/skill_design_webview/SKILL.md when present.
Execution Rules
- Enforce the prerequisite phase from
status.json. - Preserve the recorded
ui_framework. - Treat shell snippets in workflow files as intent, not as permission to use the wrong platform shell.
- Use the repository's state-management and build scripts instead of reimplementing their behavior.
- Search
.agents/troubleshooting/known-issues.yamlbefore trial-and-error debugging. - Preserve unrelated user changes and generated plugin projects.
- Validate the requested phase's outputs.
- Update state only after successful validation.
- Stop after the requested phase and report the next APC invocation using
$audio-plugin-coder:audio-plugin-coderwith/apc-*names in user-facing text.
Signals
- GitHub stars
- 317
- Forks
- 51
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
audio-plugin-coder- Source
- github.com/noizefield/audio-plugin-coder