create

create is a command for Claude Code from Generous-Corp/pulp. It costs 12 tokens per session (344 once invoked), scanned A, original, MIT.

A command that creates the starting files for a Pulp audio plugin or app project. Pulp is a tool for building audio plugins, such as effects and instruments.

In plain words
What is it for?
It helps start effect or instrument projects, optionally add support for per-note expression through MPE, and target Android builds.
Why use it?
It avoids setting up the project structure by hand and can apply a chosen starter template and target options.

Command for Claude Code

Install

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.

agentmods
npx agentmods add commands/generous-corp/pulp/create
Clone the repo
git clone --depth 1 https://github.com/Generous-Corp/pulp

Made for: Claude Code.

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 create

README.md
[![agentmods](https://agentmods.dev/badge/commands/generous-corp/pulp/create.svg)](https://agentmods.dev/commands/generous-corp/pulp/create)
Your own site
<a href="https://agentmods.dev/commands/generous-corp/pulp/create"><img src="https://agentmods.dev/badge/commands/generous-corp/pulp/create.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 344 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00012 $0.00344
Opus 5 $0.00006 $0.00172
Sonnet 5 $0.00002 $0.00069
Haiku 4.5 $0.00001 $0.00034

Measured today against content hash c10ae33670f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create 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 today.

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.

.claude/commands/create.md · 23 lines

What it actually says

Scaffold a new Pulp plugin project. $ARGUMENTS should be the plugin name.

Run: pulp create $ARGUMENTS when the CLI is on PATH, or ./build/pulp create $ARGUMENTS from a source build.

--template <name-or-kit-dir> can use a built-in template name or an explicit local template kit. Template kits are useful for reusable plugin starters, but they are not curated dependency packages: inspect unfamiliar kits first, and do not use pulp add for arbitrary local or external kit sources. Local template kits build only the format entry templates they export, so small starters can honestly target CLAP/Standalone without claiming every desktop format.

If no arguments provided, ask the user for:

  1. Name — the plugin name (e.g., "My Synth")
  2. Type — effect or instrument (default: effect)
  3. MPE — for instruments, offer --mpe to opt into MPE (per-note expression). When set, the generated descriptor declares supports_mpe = true and the header includes <pulp/midi/mpe_buffer.hpp>. See docs/guides/mpe.md.
  4. Android scaffold — if requested, add --targets android.

Then run: pulp create "<name>" --type <type> [--mpe] [--targets android] or ./build/pulp create ... from a source build.

After scaffolding, build the new project and run its tests to verify everything works.

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. today First seen · 23 lines · 12 tokens per session scan A c10ae33670f9

Subscribe to this mod's changes

create is a command published in the GitHub repository Generous-Corp/pulp (16 stars, last pushed today), licensed MIT. It adds 12 tokens to every session and 344 once invoked, about $0.0001 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-09-04.