> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plannotator.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Plannotator with Kiro CLI

> Install Plannotator's Kiro CLI skills and example custom agent for manual document and code review.

The standard installer adds Kiro-specific review skills and an example custom agent when it detects `kiro-cli` or `~/.kiro`. The current setup uses manual skills rather than a transparent plan hook.

## Install

Run the [standard Plannotator installer](/open-source/start/installation). If you install Kiro later, rerun the installer.

The installer adds:

* `plannotator-review` and `plannotator-annotate` under `~/.kiro/skills`
* `plannotator-setup-goal` and `plannotator-visual-explainer` under `~/.kiro/skills`
* an example agent at `~/.kiro/agents/plannotator.json`

An existing `~/.kiro/agents/plannotator.json` is not overwritten.

## Use the example agent

```bash theme={null}
kiro-cli chat --agent plannotator
```

The agent exposes the installed skills as `skill://` resources. You can add the same resources to your own Kiro custom agent instead.

Last verified against Plannotator OSS v0.23.1 on July 18, 2026. Maintained by the Plannotator project.
