Generous-Corp/pulp

Cross-platform audio plugin and application framework (in alpha). MIT licensed.

16Stars on the repository
101Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

aax

01

Generous-Corp/pulp

Skill Claude CodeCodex

Optional AAX support for Pulp, including developer-supplied Avid SDK setup, CMake enablement, DigiShell/AAX Validator workflows, and local AAX builds on macOS or Windows.

not rated 16 today A 44 tokens original MIT

ableton-link

02

Generous-Corp/pulp

Skill Claude CodeCodex

Configure, implement, and test Pulp's optional desktop Ableton Link tempo-sync adapter while preserving the developer-supplied SDK, licensing, realtime, latency-compensation, and no-install boundaries.

not rated 16 today A 43 tokens original MIT

agent-capabilities

03

Generous-Corp/pulp

Skill Claude CodeCodex

Maintain Pulp's installed design-time agent capability manifest and public-surface ledger. Use when adding, removing, renaming, or materially changing public audio, MIDI, signal, timebase, or sequence APIs; registering a new algorithm for generators; changing capability support or deprecation state; or repairing…

not rated 16 today C 81 tokens original MIT

android

04

Generous-Corp/pulp

Skill Claude CodeCodex

Android platform development for Pulp — NDK cross-compilation, Oboe audio, Dawn/Skia GPU rendering, JNI bridge, touch interaction, emulator workflows, and end-to-end smoke validation. Covers build, deploy, debug, and the gotchas discovered during bringup.

not rated 16 today A 59 tokens original MIT

ara

05

Generous-Corp/pulp

Skill Claude CodeCodex

Optional ARA support for Pulp, including developer-supplied ARA SDK setup, CMake enablement, adapter companion APIs, validation, and ARA-aware plugin implementation guidance.

not rated 16 today A 39 tokens original MIT

audio-harness

06

Generous-Corp/pulp

Skill Claude CodeCodex

The measurement surface for ALL Pulp DSP and audio-pipeline work — read it BEFORE writing or gating DSP, not only when something already sounds wrong. Covers the C++ harness (signal generators, metrics, assertions, RenderScenario, contracts), the offline Audio Doctor (magnitude/frequency response, THD/THD+N…

not rated 16 today A 414 tokens original MIT

Generous-Corp/pulp

Skill Claude CodeCodex

Reproduce and debug "only happens in a DAW" audio plugin bugs (cutouts, glitches, parameter-change failures) entirely offline — headless Processor scenes for DSP bugs and a standalone AudioUnit host probe for adapter/host-interaction bugs. Use when a plugin misbehaves in Logic/Live/etc. but unit tests are green.

not rated 16 today C 74 tokens original MIT

auv2

08

Generous-Corp/pulp

Skill Claude CodeCodex

Audio Unit v2 adapter work for Pulp — picking the right AU component type (aufx/aumf/aumi/aumu) and its matching entry macro, wiring MIDI input and output (including the aumi MIDI-processor adapter), sharing the base-class-free adapter surface, and avoiding the DAW-side component cache that silently masks repackaging.

not rated 16 today C 74 tokens original MIT

auv3

09

Generous-Corp/pulp

Skill Claude CodeCodex

Audio Unit v3 (AUAudioUnit) format adapter for Pulp — render-block wiring, parameter tree bridging, MIDI / sysex via AURenderEvent, sidechain pulls, state persistence, iOS extension surface, and the pitfalls discovered while wiring the adapter.

not rated 16 today C 57 tokens original MIT

clap

10

Generous-Corp/pulp

Skill Claude CodeCodex

CLAP format adapter for Pulp — how Processor bridges to clapplugint, how parameters / modulation / sidechain / MPE / UMP / sysex flow, and the pitfalls discovered while wiring the adapter.

not rated 16 today A 46 tokens original MIT

cli-maintenance

11

Generous-Corp/pulp

Skill Claude CodeCodex

Checklist and decision tree for adding, modifying, or removing CLI commands. Keeps CLI source, slash commands, docs, and skills in sync.

not rated 16 today F 32 tokens original MIT

cmajor-external

12

Generous-Corp/pulp

Skill Claude CodeCodex

Use Pulp's MIT-safe Cmajor support lane via source-owned patches, an external cmaj toolchain, and explicit generated-artifact workflows.

not rated 16 today A 36 tokens original MIT

code-comments

13

Generous-Corp/pulp

Skill Claude CodeCodex

How to write source comments, doc comments, and test names/tags that have lasting value — and what to never write. Consult before adding or editing comments in core/, examples/, tools/, test/, docs/, or any shipped source. Handles "write a comment", "is this comment ok", "comment hygiene", and keeping new code from…

not rated 16 today A 84 tokens original MIT

content

14

Generous-Corp/pulp

Skill Claude CodeCodex

Validate, install, update, list, rescan, remove, and reveal data-only Pulp content packs for installed plugins. Use for presets, themes, samples, sample banks, wavetables, and other end-user data that must be reviewed before install or update.

not rated 16 today A 56 tokens original MIT

contrib-intake

15

Generous-Corp/pulp

Skill Claude CodeCodex

Maintainer side of an outside contribution — find what has arrived (fork PR, issue, or patches sent out-of-band), adopt it into an in-repo branch with authorship intact, review it against the repo's bar, and ship it through the normal merge path. Use when landing work from someone without write access or without the…

not rated 16 today A 75 tokens original MIT

contribute

16

Generous-Corp/pulp

Skill Claude CodeCodex

Prepare an outside contribution to Pulp or Forge that a maintainer can land with minimal rework — routing (Core vs Forge), local build and test on a plain Mac, the checks that are worth running without Shipyard/Tart/VMs, and the handoff format. Use when contributing without write access or without the maintainer CI…

not rated 16 today A 73 tokens original MIT

daw-smoke

17

Generous-Corp/pulp

Skill Claude CodeCodex

Real-DAW (REAPER) functional smoke for reload/editor/format-adapter changes — opt-in, scoped, headless-safe, zero-pollution.

not rated 16 today A 37 tokens original MIT

decide

18

Generous-Corp/pulp

Skill Claude CodeCodex

Ask Daniel a blocking decision as options with a recommendation and honest pros/cons, rather than prose. Use whenever work is blocked on a judgment call, a product decision, an approval, or a choice between approaches — instead of writing "let me know which you prefer" at the end of a message.

not rated 16 today A 64 tokens original MIT

engine

19

Generous-Corp/pulp

Skill Claude CodeCodex

Query, recommend, and switch the Pulp JS engine backend (QuickJS, JavaScriptCore, V8). Handles "which JS engine", "switch to V8", "engine for Three.js".

not rated 16 today A 43 tokens original MIT

faust

20

Generous-Corp/pulp

Skill Claude CodeCodex

Create FAUST DSP plugins in Pulp using offline codegen, pre-generated C++ headers, and the FaustProcessor template wrapper.

not rated 16 today A 29 tokens original MIT

forge-app-delivery

21

Generous-Corp/pulp

Skill Claude CodeCodex

Building and shipping a Forge app (Modular, Instrument, MIDI, FX, and the sequencer work to come) as a signed installer somebody else can actually use. Covers the seam between the Forge and Pulp repos, what a green signal does and does not prove, shipping the runtime rather than only the binary, and the wiring gaps…

not rated 16 today A 84 tokens original MIT

forge-modular

22

Generous-Corp/pulp

Skill Claude CodeCodex

Forge Modular's generator, patch checker, module pack and Forge-worktree seam — the traps that make green results untrue.

not rated 16 today A 28 tokens original MIT

friction-report

23

Generous-Corp/pulp

Skill Claude CodeCodex

Turn a moment of friction — a conflicting PR, a wedged runner, a mysterious red check, a repeated manual chore — into a durable, actionable report. Sizes up the scenario, captures the evidence, separates one-off from SYSTEMIC, proposes a fix, and routes it (fix now, or hand off). Reports are LIVING documents that the…

not rated 16 today A 102 tokens original MIT

handoff

24

Generous-Corp/pulp

Skill Claude CodeCodex

Coordinate a cross-session or cross-machine handoff — snapshot the open work, write a status doc to the pulp-planning repo on main, and emit a ready-to-paste goal prompt that links it, so a fresh session (often on another machine) can pick up and finish. Use when the user says "coordinate a handoff", "hand this off"…

not rated 16 today A 107 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: