Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/belt:skillThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
belt skill list # list your skills
belt skill search "query" # search your skills
belt skill store # browse the public skill store
belt skill store search "query" # search the store
belt skill use <namespace/name> # fetch and print a skill (on-demand)
belt skill install <namespace/name> # install locally for your agent
belt skill get <namespace/name> # view skill details
belt skill upload <path> # publish a skill (dir with SKILL.md or single file)
Upload respects visibility — defaults to private. Change visibility on the platform. Same name = new version. Identical content is skipped (dedup).
npx claudepluginhub belt-sh/skills --plugin beltCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.