plugins marketplace
← All plugins

crit

v1.2.2

Review markdown documents with an interactive TUI. Leave inline comments, then let Claude address the feedback automatically.

Claude Code

by Kevin DutraMIT73updated 4 months ago

Source

git clone https://github.com/kevindutra/crit

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

crit/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "crit",
  "description": "Review markdown documents with an interactive TUI. Leave inline comments, then let Claude address the feedback automatically.",
  "version": "1.2.2",
  "author": {
    "name": "Kevin Dutra"
  },
  "homepage": "https://github.com/kevindutra/crit",
  "repository": "https://github.com/kevindutra/crit",
  "license": "MIT",
  "keywords": [
    "review",
    "markdown",
    "tui",
    "diff",
    "critique"
  ]
}