Agent Plugins Marketplace
All plugins

neuraldsp-preset-generator

v0.7.13

Generate, match, and edit Neural DSP amp-sim presets from a song, reference recording, or plain-English change. Personal interoperability with your own licensed copy of the plugin.

Claude Code3 Skills

By YoavBZLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install neuraldsp-preset-generator for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install neuraldsp-preset-generator@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/YoavBZ/neuraldsp-preset-generator

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

neuraldsp-preset-generator/
├── .claude-plugin/plugin.json
├── skills/edit/SKILL.md
├── skills/generate/SKILL.md
└── skills/match/SKILL.md

Included Skills3

editskills/edit/SKILL.md

Change an existing Neural DSP amp-sim preset from a plain-English description of what should be different — "more reverb", "tighter low end", "too dark", "needs more bite". Reads the preset's current values, translates the ask into parameter changes, and writes a new preset without touching the original.

generateskills/generate/SKILL.md

Create a Neural DSP amp-sim preset for a specific guitar tone — from a song, an artist, a part, or a description of the sound. Researches how the tone was actually recorded, maps it to the plugin's amps and effects, and writes a loadable preset file.

matchskills/match/SKILL.md

Match an existing Neural DSP preset to supplied reference audio by measuring the recording, calculating invertible controls, searching the rest, and presenting a shortlist before writing. Use when someone supplies or points to audio and asks to match, copy, recreate, approximate, or get closer to its guitar tone, including a DI/reamp pair, isolated or source-separated stem, or full mix. Use generate instead when there is no audio reference.

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "neuraldsp-preset-generator",
  "displayName": "Neural DSP Preset Generator",
  "version": "0.7.13",
  "description": "Generate, match, and edit Neural DSP amp-sim presets from a song, reference recording, or plain-English change. Personal interoperability with your own licensed copy of the plugin.",
  "author": {
    "name": "YoavBZ",
    "url": "https://github.com/YoavBZ"
  },
  "homepage": "https://github.com/YoavBZ/neuraldsp-preset-generator#readme",
  "repository": "https://github.com/YoavBZ/neuraldsp-preset-generator",
  "license": "MIT",
  "keywords": [
    "guitar",
    "tone",
    "preset",
    "neural-dsp",
    "amp-sim",
    "morgan-amps-suite",
    "tone-king",
    "audio"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[neuraldsp-preset-generator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/neuraldsp-preset-generator)