click
v0.96.1Incremental verification for Claude Code: rerun affected checks, reuse authoritative passing evidence with revision-aware receipts, and keep an optional Guarded approval boundary for higher-risk work.
By Junseok PakLicense: MIT40 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 12, 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 click for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install click-2@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/grapefruit0205/clickClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/claude/.
Plugin files
├── .claude-plugin/plugin.json├── skills/click/SKILL.md└── skills/fix/SKILL.md
Included Skills2
Record revision-aware evidence for software work by default, or bind higher-risk execution to one human-readable approval contract in Guarded mode. Use when Click Hook context enables Evidence or Guarded mode, or when the user explicitly selects Click. Do not use for questions or explanations.
When explicitly invoked with a software defect or unwanted behavior, translate the natural-language report and repository evidence into one compact repair contract, explain it plainly, then fix it in one approved shot. Never invoke implicitly.
Plugin manifests1
{
"name": "click",
"displayName": "Click",
"version": "0.96.1",
"description": "Incremental verification for Claude Code: rerun affected checks, reuse authoritative passing evidence with revision-aware receipts, and keep an optional Guarded approval boundary for higher-risk work.",
"author": {
"name": "Junseok Pak",
"url": "https://github.com/grapefruit0205"
},
"homepage": "https://github.com/grapefruit0205/click",
"repository": "https://github.com/grapefruit0205/click",
"license": "MIT",
"keywords": [
"verification",
"incremental-testing",
"evidence",
"hooks",
"anti-loop",
"workflow-guardrail"
]
}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.
[click on Agent Plugins Marketplace](https://pluginsmp.com/plugins/click-2)