---
name: Plannotator Annotate
slug: plannotator-annotate
category: Quality
description: "Plannotator Annotate opens Plannotator's annotation UI for a file, folder, or URL, then addresses the returned annotations."
github: "https://github.com/backnotprop/plannotator/tree/main/apps/kiro-cli/skills/plannotator-annotate"
language: TypeScript
stars: 7797
forks: 572
install: "npx degit https://github.com/backnotprop/plannotator/tree/main/apps/kiro-cli/skills/plannotator-annotate ~/.claude/skills/plannotator-annotate"
installs_to: ~/.claude/skills/plannotator-annotate
source_path: apps/kiro-cli/skills/plannotator-annotate/SKILL.md
collection_size: 15
category_size: 1354
collection_url: "https://dirskills.com/collections/backnotprop/plannotator"
added: 2026-08-15T06:51:16.634Z
last_synced: 2026-08-15T06:51:16.634Z
canonical_url: "https://dirskills.com/skills/plannotator-annotate"
---

# Plannotator Annotate

Plannotator Annotate opens Plannotator's annotation UI for a file, folder, or URL, then addresses the returned annotations.

**Install:**

```bash
npx degit https://github.com/backnotprop/plannotator/tree/main/apps/kiro-cli/skills/plannotator-annotate ~/.claude/skills/plannotator-annotate
```

## README

# Plannotator Annotate (Kiro)

Run:

```bash
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.
