
Plannotator Annotate
- 60 installs
- 7.5k repo stars
- Updated August 5, 2026
- backnotprop/plannotator
plannotator-annotate is a Claude skill that opens Plannotator's annotation UI for a markdown file, HTML file, URL, or folder and responds to the returned annotations.
About
plannotator-annotate opens Plannotator's browser-based annotation UI for a markdown file, HTML file, URL, or folder, then reacts to what the user returns. It runs the plannotator CLI and branches on three outcomes: approved (acknowledge and stop), dismissed (acknowledge and stop), or annotated feedback (address the comments). A developer uses it to get human review and inline annotations on documents before proceeding.
- Opens Plannotator's annotation UI for a markdown file, HTML file, URL, or folder
- Runs the plannotator CLI and acts on approved / dismissed / annotated results
- Handles three decision outcomes: approved, dismissed, or annotated feedback
Plannotator Annotate by the numbers
- 60 all-time installs (skills.sh)
- Ranked #546 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
plannotator-annotate capabilities & compatibility
- Capabilities
- code review
- Use cases
- documentation · code review
What plannotator-annotate says it does
Open Plannotator's annotation UI for a markdown file, HTML file, URL, or folder and then respond to the returned annotations.
The user has reviewed the markdown file(s) and provided specific annotations and comments.
npx skills add https://github.com/backnotprop/plannotator --skill plannotator-annotateAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 60 |
|---|---|
| repo stars | ★ 7.5k |
| Last updated | August 5, 2026 |
| Repository | backnotprop/plannotator ↗ |
What it does
Open Plannotator's annotation UI on a markdown, HTML, URL, or folder and act on the returned approval or annotations.
Who is it for?
Getting human approval or inline annotations on documents
When should I use this skill?
You want the user to annotate or approve a markdown/HTML/URL/folder before continuing.
What you get
The user's approval, dismissal, or annotated feedback is captured and acted on.
By the numbers
- three decision outcomes: approved, dismissed, annotated
Files
Plannotator Annotate
Markdown annotations
!plannotator annotate $ARGUMENTS
Your task
The output above will be one of:
1. The exact text The user approved., OR a JSON object with "decision": "approved". The user approved the markdown file(s). Acknowledge with a single sentence ("Approved.") and stop. Do not begin any work. 2. Empty, OR a JSON object with "decision": "dismissed". The user closed the session without requesting changes. Acknowledge with a single sentence ("Annotation session closed.") and stop. Do not begin any work. 3. Plaintext annotation feedback, OR a JSON object with "decision": "annotated" and a "feedback" field. Address the feedback. The user has reviewed the markdown file(s) and provided specific annotations and comments.