How this skill is triggered — by the user, by Claude, or both
Slash command
/belt:rememberThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save knowledge that someone with zero context can understand and act on 6 months from now. Don't save generic rules — save the specific incident, decision, or reference with enough detail to be useful.
Save knowledge that someone with zero context can understand and act on 6 months from now. Don't save generic rules — save the specific incident, decision, or reference with enough detail to be useful.
Every entry MUST include: what specifically happened or was decided, where (repo/file/system/project), and why it matters (what breaks if ignored). If the content lacks a concrete noun (file, project, endpoint, command), add detail before saving.
belt know upload <file.md> # save from file (supports frontmatter)
belt know search "query" # search your knowledge base
belt know list --limit 10 # list recent entries
belt know get <id> # view an entry
belt know delete <id> # remove an entry
echo "content" | belt know upload - --name "descriptive-name" --type observation --tags "area,topic"
Types: observation, concept, preference, reference
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub belt-sh/skills --plugin belt