Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header

license badge install on skills.sh

Agent Skills for design and product work. Badges by shieldcn.dev.

Skills

Design

Skill Installs What it does Install
ux-sound installs 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

Install

npx skills add jal-co/skills --skill ux-sound

Works 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/

Usage

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

Repository layout

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

Authoring

See AGENTS.md for skill structure, naming rules, and script conventions.

License

MIT — see LICENSE.

About

my skills :)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages