/plannotator-annotate
Open Plannotator's annotation UI for a file, folder, or URL, then address the returned annotations.
$ npx -y skills add backnotprop/plannotator --skill plannotator-annotate --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/plannotator-annotate
Context preview
The summary Claude sees to decide when to auto-load this skill.
Open Plannotator's annotation UI for a file, folder, or URL, then address the returned annotations.
SKILL.md
plannotator-annotate.SKILL.mdname: plannotator-annotate disable-model-invocation: true description: Open Plannotator's annotation UI for a file, folder, or URL, then address the returned annotations.
Plannotator Annotate (Kiro)
Run:
PLANNOTATOR_ORIGIN=kiro-cli plannotator annotate $ARGUMENTS
`$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.
If the command reports that the arguments could not be resolved to a file, URL, or folder, work out which target the user means and re-run the command yourself with that concrete path or URL.
Plannotator is a local, browser-based review surface for AI coding agents: Claude Code, Codex, Copilot CLI, Gemini CLI, OpenCode, Kiro, Droid, Amp, and Pi. It plugs directly into your agent through its hooks and commands.
Repo: backnotprop/plannotator
Other skills on plannotator.
- /plannotator-review
Open Plannotator's browser-based code review UI and address the returned feedback.
Open skill - /plannotator-last
Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.
Open skill - /plannotator-review
Open Plannotator's browser-based code review UI for the current worktree or a pull request URL, then act on the feedback that comes back.
Open skill - /plannotator-last
Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.
Open skill - /plannotator-review
Open Plannotator's browser-based code review UI for the current worktree or a pull request URL, then act on the feedback that comes back.
Open skill - /plannotator-compound
Analyze a user's Plannotator plan archive to extract denial patterns, feedback taxonomy, evolution over time, and actionable prompt improvements — then produce a polished HTML dashboard report. Falls back to Claude Code ExitPlanMode denial reasons when Plannotator data is
Open skill

