Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
backnotprop avatar

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)
At a glance

plannotator-annotate capabilities & compatibility

Capabilities
code review
Use cases
documentation · code review
From the docs

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.
SKILL.md
The user has reviewed the markdown file(s) and provided specific annotations and comments.
SKILL.md
npx skills add https://github.com/backnotprop/plannotator --skill plannotator-annotate

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs60
repo stars7.5k
Last updatedAugust 5, 2026
Repositorybacknotprop/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

SKILL.mdMarkdownGitHub ↗

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.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.