From notably
Open a notably item in $EDITOR. On editor exit, runs the post-edit reconciliation pass: if a reminder's due/fire_via/recurrence/status/dismiss_on_fire changed, the os and schedule fire-via mechanisms are torn down or regenerated to match. Slash-only: runs when the user types /notably:edit <handle>.
How this skill is triggered — by the user, by Claude, or both
Slash command
/notably:editThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Open the item file in `$EDITOR` (or `$VISUAL`, falling back to `vi`). When the editor exits:
Open the item file in $EDITOR (or $VISUAL, falling back to vi). When the editor exits:
active, wake_at is cleared); any user-authored status or wake_at in the edited file is overwritten.due, fire_via, recurrence, status, dismiss_on_fire):
fire_via is torn down.fire_via is regenerated against the new frontmatter (plist rewritten, schedule entry re-registered).last_accessed is updated.Archived items can be edited (the file is rewritten in place) but no fire mechanisms are regenerated.
node "${CLAUDE_PLUGIN_ROOT}/lib/node/cli.mjs" edit <handle>
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