plannotator-annotate

Opens Plannotator's annotation UI for files, folders, or URLs and processes returned annotations.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/mikalv/pi-extensions --skill plannotator-annotate-mikalv
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plannotator-annotate
Source: https://github.com/mikalv/pi-extensions/tree/main/external/plannotator/apps/kiro-cli/skills/plannotator-annotate
Command: npx skills add https://github.com/mikalv/pi-extensions --skill plannotator-annotate-mikalv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing plans, documents, or web pages and collecting structured feedback usually requires switching between tools and manually transcribing comments. This Skill opens Plannotator's annotation UI directly from the Kiro CLI so you can annotate content and act on the feedback in one flow. ## Core Features & Use Cases - Annotation UI Launch: Opens Plannotator's annotation interface for a markdown file, folder, HTML file, or URL passed as an argument. - Feedback Loop: Returns the collected annotations so the agent can address each comment directly. - Use Case: You have a draft plan in plan.md. Run the annotate command, mark up sections in the UI, and let the agent revise the document based on your annotations. ## Quick Start Ask the agent to open the Plannotator annotation UI for your markdown plan file and then address the annotations you add.

Frequently Asked Questions about plannotator-annotate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I annotate a markdown file with Plannotator?▼

Run the plannotator annotate command with the markdown file path as the argument. This opens the Plannotator annotation UI where you can add comments, which are then returned for the agent to address.

What file types can Plannotator annotate?▼

Plannotator's annotate command accepts a markdown file path, a folder path, an HTML file path, or a URL. The argument is passed directly to the plannotator CLI.

Can I use Plannotator to annotate a web page?▼

Yes, you can pass a URL as the argument to the annotate command. Plannotator opens its annotation UI for that page so you can add and return annotations.

Why does the plannotator annotate command fail to run?▼

The command fails if the plannotator CLI is not installed or not on your PATH, or if the provided path or URL is invalid. Verify the installation and check that the argument points to an existing file, folder, or reachable URL.