From notably
Agent-facing read path for a notably item: write its body to stdout so other Claude work can pull in note content. Slash-only: runs when the user types /notably:reference <handle>. Updates last_accessed unconditionally.
How this skill is triggered — by the user, by Claude, or both
Slash command
/notably:referenceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write the body of a notably item to stdout. Resolves archived handles (prepends `(archived)` for clarity). Updates `last_accessed` for notes unconditionally; this side-effect is intentional and distinguishes "referenced" from "stale" in `/notably:clean`.
Write the body of a notably item to stdout. Resolves archived handles (prepends (archived) for clarity). Updates last_accessed for notes unconditionally; this side-effect is intentional and distinguishes "referenced" from "stale" in /notably:clean.
--with-frontmatter: include the YAML frontmatter as well as the body.node "${CLAUDE_PLUGIN_ROOT}/lib/node/cli.mjs" reference <handle> [--with-frontmatter]
Pipe the output into your current task so the body is available as context.
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