bentoskills
v0.1.0
Published
Install UI/UX agent skills for Claude Code from bentoskills.sh
Maintainers
Readme
bentoskills
Install UI/UX agent skills for Claude Code from bentoskills.sh.
npx bentoskills install design-critiqueThat drops design-critique/ into ~/.claude/skills/. Restart Claude Code and the skill is available.
Commands
bentoskills list # show every skill in the registry
bentoskills search copy # substring search
bentoskills install design-critique # install a skill
bentoskills install design-critique --force # overwrite if it already exists
bentoskills install design-critique --dir ./local-skillsWhere skills get installed
By default: ~/.claude/skills/<slug>/
Override with --dir <path> or CLAUDE_SKILLS_DIR=/path/to/skills.
Environment variables
| Variable | Purpose |
| ----------------------------- | -------------------------------------------------------------- |
| GITHUB_TOKEN | Lift GitHub API rate limit from 60/hr to 5000/hr |
| CLAUDE_SKILLS_DIR | Override default install directory |
| BENTOSKILLS_REGISTRY_REPO | Use a different registry repo (format: owner/name) |
| BENTOSKILLS_REGISTRY_BRANCH | Use a different registry branch (default: main) |
Contributing a skill
The CLI is a thin client over the bentoskills-registry repo. To publish a skill, open a PR there with a new directory containing skill.yaml and README.md.
License
MIT
