$npx -y skills add backnotprop/plannotator --skill plannotator-annotateOpen Plannotator's annotation UI for a file, folder, or URL, then address the returned annotations.
| 1 | # Plannotator Annotate (Kiro) |
| 2 | |
| 3 | Run: |
| 4 | |
| 5 | ```bash |
| 6 | PLANNOTATOR_ORIGIN=kiro-cli plannotator annotate $ARGUMENTS |
| 7 | ``` |
| 8 | |
| 9 | `$ARGUMENTS` should be a markdown or plain-text config file path (.md, .txt, .yaml, .json, .toml, .ini, .csv, .log, …), folder path, html file path, or URL. |