agentsclimarketplace

Muffled ui maintainer

Skill muffled-studio/muffled.skills/skills/muffled-ui-maintainer

Maintain the muffled.ui shadcn registry — add or update registry components, build registry.json, stories, and docs. Use in the muffled.ui repo when editing registry/ui, running build:registry, or changing tokens in app/globals.css. Not for consuming @muffled in other apps.From its SKILL.md

Install
npx -y skills add muffled-studio/muffled.skills --skill muffled-ui-maintainer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 424 tokens by cl100k_base, as published. Nobody here has run it

muffled.ui (maintainer)

Use only in the muffled.ui repo. Follow AGENTS.md and app/globals.css. Full brand narrative: muffled-studio-design skill (references/README.md).

Consumers install via @muffled — use the muffled-ui skill, not this one.

Add or change a component

  1. Source in registry/ui/ (and registry/lib/ if shared)
  2. Register in registry.json
  3. bun run build:registry
  4. Story in stories/
  5. Docs route in app/(docs)/components/[slug]/page.tsx
  6. Visual + build checks (bun run test:visual, bun run build)

Match existing registry patterns: floatingSurfaceClasses / modalSurfaceClasses from registry/lib/surface.ts for floating and modal chrome — extend those helpers, do not one-off restyle each component.

Registry publish

  • Manifest: public/registry.json (built, committed)
  • Per-item JSON: public/r/{name}.json via build:registry
  • Consumer namespace: "@muffled": "https://ui.muffled.studio/r/{name}.json"

Tokens

app/globals.css is the source of truth for theme tokens (@theme inline). Theme registry item (registry:theme) is generated from here — change tokens in CSS first, then rebuild registry if the theme item needs to reflect it.

Do not

  • Add consumer-app setup instructions to registry components (no components.json advice in component source)
  • Reintroduce shadcn defaults (shadows, gray ramp, 1px borders) — see AGENTS.md

Install

bunx skills add muffled-studio/muffled.skills --skill muffled-ui-maintainer -a cursor -a claude-code -y

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,499. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.