From marketplace-builder
Audit a marketplace (or a single plugin) — run the shipping-hygiene sensor, structural checks (every catalog entry has a dir, every dir has a manifest, versions in sync), and the portability sweep. Reports findings and offers fixes. Use to validate a marketplace is healthy.
How this skill is triggered — by the user, by Claude, or both
Slash command
/marketplace-builder:audit-pluginThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit the whole marketplace, or one plugin if `[name]` is given.
[name]Audit the whole marketplace, or one plugin if [name] is given.
Read ${CLAUDE_PLUGIN_ROOT}/knowledge/marketplace-conventions.md (§3–§5).
Hygiene sensor (§3). Run bats tests/repo. This proves the four
invariants: refs resolve, no plugin-escaping refs, hook commands resolve, no
shipped test/build tooling. If tests/repo/shipped_script_refs_test.bats is
missing, offer to install it from
${CLAUDE_PLUGIN_ROOT}/templates/tests/shipped_script_refs_test.bats.
Structural checks. Run bash scripts/structural-check.sh:
plugins/<name>/ with a plugin.jsonversion == manifest version, and source.ref == <name>-v<version>Portability sweep. Run bash scripts/portability-check.sh (or invoke
/portability-check): shellcheck -x + shebang verification over shipped +
dev scripts.
Report. For each failure, name the file, the invariant it violates, and a
concrete fix. If [name] was given, filter the report to that plugin. Offer
to apply the fixes; only edit files after the user confirms (or proceed if
the fix is mechanical and unambiguous, e.g. syncing a drifted version).
Be a sensor, not a narrator: surface findings, propose fixes, then act.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub bdfinst/plugin-builder --plugin marketplace-builder