Agent Skills for design and product work. Badges by shieldcn.dev.
| Skill | Installs | What it does | Install |
|---|---|---|---|
ux-sound |
Decides whether an interface element should make a sound, which kind, how loud, and where the audio comes from (synthesis, recording, or generation). | npx skills add jal-co/skills --skill ux-sound |
npx skills add jal-co/skills --skill ux-soundWorks in any Agent Skills-compatible client (Claude Code, Cursor, Codex, Gemini CLI, opencode, pi, and more).
Manual install (Claude Code):
cp -r skills/ux-sound ~/.claude/skills/Describe the problem and the skill activates on its own:
- "Should this toggle make a sound?" → decision tree, usually a no
- "This click sounds cheap." → sourcing and levelling fix
- "Audit the sound layer in this app." → pass over every trigger
- "Sync this sound to the drawer animation." → timing rules
skills/ # repo root (jal-co/skills)
├── README.md # this file
├── AGENTS.md # guide for authoring skills here
├── skills.sh.json # skills.sh grouping metadata
├── LICENSE
└── skills/
└── ux-sound/
├── SKILL.md
└── scripts/
├── transients.mjs
└── trim-to-transient.sh
See AGENTS.md for skill structure, naming rules, and script conventions.
MIT — see LICENSE.