new-workspace

Installation
SKILL.md

Provision Audio-Production Workspace

Creates a new workspace for audio work. This plugin's commands (/audio-production:normalize, /audio-production:vad-segment, etc.) are globally available once installed — this skill only provisions the data scaffold (CLAUDE.md + folder tree) that those commands read from and write to.

Workspace contents (audio files, episode metadata, cover art, notes) live wherever the user chooses — typically ~/repos/github/my-repos/<workspace>/. The plugin's own user data (default loudness targets, last-used parent path, etc.) lives at ${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/audio-production/ — see the data-dir skill / config.json reference below.

For transcription tasks, install and use the Claude-Transcription-Plugin.

Arguments

$ARGUMENTS is parsed as:

  • First positional: workspace name (kebab-case, used as directory and GitHub repo name). Required.
  • Second positional (optional): target parent path. Defaults to the default_workspace_parent value in the plugin's config.json, falling back to ~/repos/github/my-repos.
  • --variant=<audio-engineering|podcast> (optional): which scaffold to copy. Default: audio-engineering.
  • --local-only (optional): skip GitHub repo creation and push. Default: create a public GitHub repo and push.
  • --private (optional): create the GitHub repo as private. Default: public.

Examples

Installs
7
GitHub Stars
3
First Seen
May 7, 2026
new-workspace — danielrosehill/claude-audio-production-plugin