Annotate
Use this skill when the user wants to annotate an arbitrary file in Plannotator — not just markdown/HTML.
Argument: a single file path.
Behavior
-
.mdor.html(case-insensitive) — invoke theplannotator-annotateskill on the file directly. -
Anything else:
-
Create a temp
.mdin the system temp dir:mktemp -t annotate.XXXXXX.md(Git Bash / WSL) orNew-TemporaryFilerenamed to.md(PowerShell). -
Write into it:
# `<original
-
[Description truncada. Veja o README completo no GitHub.]