What problem does it solve? Editing knowledge-base notes by hand risks inconsistent frontmatter, broken supersession chains, and writes into read-only vaults. This Skill applies one well-defined mutation at a time through a guarded helper that validates the note, canonicalizes tags, and writes atomically. ## Core Features & Use Cases - Six single-purpose operations: Bump updated:, mark a note verified, append a body section, replace tags with canonicalization, append addressed-by references across multiple notes, or supersede a note with its replacement in a two-file atomic write. - Guardrailed writes: The helper refuses read-only KBs, unparseable notes, combined operation flags, and half-finished supersede chains, returning structured JSON error codes for each failure mode. - Use Case: After fixing a recurring incident, run --add-addressed-by against every related event note so the fix note surfaces whenever those incidents are recalled later. ## Quick Start Ask the agent to mark the note at docs/kb/how-to-avoid-x.md as verified using kb-edit.