plannotator-review, plannotator-annotate, and plannotator-last. Run a separate npx skills command only when you want the extra skills or an explicit subset of them.
Core and extra skills
The full installer places the core skills in Claude Code’s skill directory and the shared Agent Skills directory used by Codex. Kiro CLI is the exception to the normal extra-skill rule: when Kiro is detected, the installer adds its Kiro-specific review and annotation skills plus
plannotator-setup-goal and plannotator-visual-explainer.
A minimal installation skips every skill, command file, hook, agent integration setup, and optional runtime.
Install the core skills
Use the standard installer. It installs the binary and the host-specific skill bodies together, then replaces those managed copies when you run it again. If you previously used a minimal installation, rerun the installer without--minimal. You do not need to remove the existing binary first.
The installer manages all three core skills together. It does not provide a flag for installing only one core skill.
Install all extra skills
The guided installer can launch the Agent Skills CLI for you. You can also run it directly:Install a specific set
Repeat--skill to select only the extras you want:
--agent values for a repeatable host-specific install:
--agent and --yes when you want the interactive host selector. The Agent Skills CLI README documents its current --skill, --agent, --global, and --yes options.
Choose whether the model can start a skill
Plannotator’s Claude Code and shared Agent Skill copies are user-started by default. During a guided install, you can choose which of those installed skills the model may start without an explicit skill command. Run the guided questions again:- macOS, Linux, or WSL
- Windows PowerShell
- Windows Command Prompt
--model-invocable changes how an installed Claude Code or shared Agent Skill may be started. It does not install a missing extra skill. Use --model-invocable none to keep those managed copies user-started.
Understand host-specific files
The same/plannotator-* command name can refer to different host features. Check the host before editing or removing files.
Claude Code’s skill-backed slash commands and Codex’s shared skills call the installed
plannotator binary. OpenCode and Gemini use native command files. Copilot CLI, Droid, Pi, and Amp get their commands from plugins or extensions. Installing an agent skill does not install or update those separate host packages.
Distinguish skills from Plannotator packages
Normal Plannotator users do not need
@plannotator/ui or @plannotator/core. Those reusable npm packages are for application developers. They do not install the plannotator command, agent skills, or host plugins.
The standard installer downloads the plannotator executable from GitHub Releases. It does not install either reusable npm package. Update @plannotator/ui and @plannotator/core through the package manager for the application that embeds them.
Update skills
Rerun the standard Plannotator installer to replace its managed core skills with the copies from the selected Plannotator release. This also refreshes the binary and other installer-managed files. Update extra skills installed through the Agent Skills CLI:Remove skills
If you enabled extras through the guided installer, first saveno extras as the installer preference. Otherwise a later installer run can offer to add them again:
- macOS, Linux, or WSL
- Windows PowerShell
- Windows Command Prompt
A later full installer run restores all three managed core skills.
For Kiro CLI, remove only the Plannotator skill directories under
~/.kiro/skills. Remove ~/.kiro/agents/plannotator.json separately if you no longer want the example agent. Removing a skill does not remove the Plannotator binary, a host plugin, or saved Plannotator data.
See Installation to remove the executable or local data.
Last verified against Plannotator OSS v0.25.1 on July 31, 2026. Maintained by the Plannotator project.