From notably
Capture a notably note. Slash-only: runs when the user types /notably:note. Notes are markdown items that can later be referenced from other Claude work via /notably:reference.
How this skill is triggered — by the user, by Claude, or both
Slash command
/notably:noteThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a note under `~/.notably/notes/`. Notes have a `last_accessed` field that is touched on every read, which `/notably:clean` uses to find stale notes for cleanup. Notes marked `--permanent` are exempt from cleanup forever.
Create a note under ~/.notably/notes/. Notes have a last_accessed field that is touched on every read, which /notably:clean uses to find stale notes for cleanup. Notes marked --permanent are exempt from cleanup forever.
--scope <name> (repeatable): conventional <bucket>:<name> scope tag.--tag <name> (repeatable): free-form keyword tag.--priority <urgent|high|medium|low>: defaults to defaults.priority.--permanent: mark the note exempt from /notably:clean triage.Invoke the CLI:
node "${CLAUDE_PLUGIN_ROOT}/lib/node/cli.mjs" note <body and flags>
Pass the user's body and flags verbatim. Print the CLI's stdout.
/notably:note Spec for the bar parser --tag spec --permanent
/notably:note Quick thought about handler refactor --scope project:utilitry --tag refactor
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub brennacodes/utilitry --plugin notably