From wtm
Manage worktree notes using the wtm CLI. Triggers on: add note, show note, edit note, remove note, delete note, worktree note, worktree notes, annotate worktree, attach note, view note, note management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wtm:notesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Attach freeform text notes to worktrees for recording context, decisions, or task references.
Attach freeform text notes to worktrees for recording context, decisions, or task references.
wtm notes add <worktree> -m "message"
wtm notes add <worktree> # opens $EDITOR
wtm notes add <worktree> -m "msg" -f # overwrite existing note
wtm notes show <worktree>
Prints the note to stdout. Errors if no note exists.
wtm notes edit <worktree>
Opens the note in $EDITOR. Creates the file if it doesn't exist.
wtm notes remove <worktree>
Deletes the note. Errors if no note exists.
Notes can also be managed through worktree commands (see wtm:worktree skill):
wtm add <name> -m "message"wtm show <name> (note appears in pretty output)wtm show <name> -f noteNotes are stored in .git/worktrees/<name>/wtm-notes (linked worktrees) or .git/wtm-notes (main worktree) and are automatically cleaned up when the worktree is removed.
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 choplin/wtm --plugin wtm