juce-dev

juce-dev is a plugin for Claude Code from danielraffel/generous-corp-marketplace. Its manifest loads nothing; the 3 skills, 10 commands it bundles cost 536 tokens per session together, scanned A, original, MIT.

A plugin for creating and managing JUCE audio-plugin projects from a starter template. JUCE is a C++ framework commonly used to build plugins that run in music software.

In plain words
What is it for?
Starting and managing projects for audio plugins such as VST and Audio Unit plugins used with digital audio workstations.
Why use it?
It provides a defined starting point for audio-plugin development instead of setting up the project structure from scratch.

Plugin 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.

Claude Code
/plugin marketplace add danielraffel/generous-corp-marketplace
agentmods
npx agentmods add plugins/danielraffel/generous-corp-marketplace/juce-dev
Clone the repo
git clone --depth 1 https://github.com/danielraffel/generous-corp-marketplace

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 juce-dev

README.md
[![agentmods](https://agentmods.dev/badge/plugins/danielraffel/generous-corp-marketplace/juce-dev.svg)](https://agentmods.dev/plugins/danielraffel/generous-corp-marketplace/juce-dev)
Your own site
<a href="https://agentmods.dev/plugins/danielraffel/generous-corp-marketplace/juce-dev"><img src="https://agentmods.dev/badge/plugins/danielraffel/generous-corp-marketplace/juce-dev.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 3 skills, 10 commands cost 536 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

juce-dev 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 3d ago.

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.

plugins/juce-dev/.claude-plugin/plugin.json · 15 lines

What it actually says

{
  "name": "juce-dev",
  "version": "1.0.0",
  "description": "Create and manage JUCE audio plugin projects from the JUCE-Plugin-Starter template",
  "author": {
    "name": "Daniel Raffel",
    "url": "https://danielraffel.me"
  },
  "repository": "https://github.com/danielraffel/generous-corp-marketplace",
  "license": "MIT",
  "keywords": ["juce", "audio", "plugin", "vst", "au", "daw", "music"],
  "commands": "./commands/",
  "skills": "./skills/"
}
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. 3d ago First seen · 15 lines scan A 9794465d7f2f

Subscribe to this mod's changes

juce-dev is a plugin published in the GitHub repository danielraffel/generous-corp-marketplace (11 stars, last pushed 4d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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-08-30.

Related

Other plugins, from other repositories

blas_lapack

Complete CBLAS and LAPACKE C API reference (LAPACK v3.12.1) covering 1284 functions across BLAS Level 1/2/3 vector and matrix operations, linear system solvers, eigenvalue/eigenvector computation, SVD, least squares, matrix factorizations, and auxiliary routines for scientific computing and high-performance numerical…

datathings/marketplace · not measured

greycat-c

Comprehensive reference for GreyCat C API and GCL Standard Library. Covers native function implementation, tensor operations, scheduling, I/O, statistics, and all std modules.

datathings/marketplace · not measured

rocm

AMD ROCm 7.2.4 GPU computing stack: HIP kernel development, rocBLAS/rocFFT/rocRAND/rocSOLVER compute libraries, profiling, and CUDA-to-HIP porting.

datathings/marketplace · not measured

cext-review-toolkit

CPython C/C++ extension analysis agents: refcount auditing (with borrowed-ref-across-callback detection), error path analysis, NULL safety scanning, GIL discipline checking, module state validation, type slot correctness, stable ABI compliance, version compatibility scanning, PyErrClear auditing, resource lifecycle tr.

ReviewToolkits/cext-review-toolkit · not measured

cpython-review-toolkit

CPython C code exploration and analysis agents: refcount auditing, error path analysis, GIL discipline, C complexity, include-graph mapping, PEP 7 style, NULL safety, deprecation, macros, and memory patterns — plus tree-sitter-based crash-class detectors (recursion-guard, destructor exception-clobber…

ReviewToolkits/cpython-review-toolkit · not measured

cpp-mentor

A general, self-adapting C++ mentor for any project: onboards with a goal/domain/namespace/level audit, then LEAD mode teaches and assigns roadmap tasks (domain + C++ theory, acceptance criteria, Vim/Zed walkthrough, reviews without writing code) while WRITE mode writes it in the project's style. Modern C++20, Google…

sectapunterx/cpp-mentor · not measured