From notably
List notably items with optional filters. Slash-only: runs when the user types /notably:list. Default view shows open todos and active reminders, ordered by priority then due date, excluding archived items.
How this skill is triggered — by the user, by Claude, or both
Slash command
/notably:listThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
List items in `~/.notably/`. Without flags: shows live, actionable items (open todos and active reminders), priority-then-due ordered.
List items in ~/.notably/. Without flags: shows live, actionable items (open todos and active reminders), priority-then-due ordered.
--type <todo|reminder|note>--status <open|done|active|inactive|snoozed>--scope <name>: filter to items whose scope contains this value.--tag <name>: filter to items whose tags contains this value.--priority <urgent|high|medium|low>--due-before <ISO 8601>: items whose due is strictly earlier than this.--due-after <ISO 8601>: items whose due is strictly later than this.--include-archived: also include items under ~/.notably/archive/.Invoke the CLI:
node "${CLAUDE_PLUGIN_ROOT}/lib/node/cli.mjs" list <flags>
Print the output verbatim.
npx claudepluginhub brennacodes/utilitry --plugin notablyGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.