crt
v0.7.0In-page feedback for your local site that becomes Claude Code tasks. /crt:init to set a project up, /crt:serve to start, /crt:next to work the next task.
By Simon (simv)License: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install crt for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install crt@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/simv/crtClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/done/SKILL.md├── skills/init/SKILL.md├── skills/intake/SKILL.md├── skills/next/SKILL.md├── skills/serve/SKILL.md├── skills/task/SKILL.md└── skills/tasks/SKILL.md
Included Skills7
Close a CRT task from its reviewed pull request — mark it done as the last commit on the PR branch, then merge the PR — so closing never needs a second PR.
Set the Claude Review Tool up in this project (crt init) and add the one-line CRT integration to the app for the detected framework. Use when the user wants to add, set up or enable CRT in the project, or when /crt:serve found the project is not set up.
Turn a CRT capture (annotated page + notes) into a self-contained task file with a definition of done. Used automatically by the CRT in-page chat; invoke manually with a capture path to run intake from the terminal.
Pick the next unstarted CRT task from .crt/tasks and complete it end-to-end without stopping — implement, verify against its Definition of Done, log, and open a PR.
Start the Claude Review Tool server for the running dev server and open the app in the browser (embedded mode; --proxy to proxy the app instead). Use when the user wants to review, annotate, or give in-page feedback on their local site.
Show one CRT task by ID with its context, ask, definition of done and log, and offer next actions. Use when the user references a CRT-NNNN identifier.
List the CRT tasks in this project (.crt/tasks) with status and priority. Use when the user asks what feedback or tasks are outstanding.
Plugin manifests1
{
"name": "crt",
"displayName": "Claude Review Tool",
"version": "0.7.0",
"description": "In-page feedback for your local site that becomes Claude Code tasks. /crt:init to set a project up, /crt:serve to start, /crt:next to work the next task.",
"author": {
"name": "Simon (simv)",
"url": "https://github.com/simv"
},
"repository": "https://github.com/simv/crt",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[crt on Agent Plugins Marketplace](https://pluginsmp.com/plugins/crt)