Agent Plugins Marketplace
All plugins

click

v0.96.1

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.

Claude Code2 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install click-2@agent-plugin-marketplace

Paste 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/click

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/claude/.

Plugin files

dist/claude/
├── .claude-plugin/plugin.json
├── skills/click/SKILL.md
└── skills/fix/SKILL.md

Included Skills2

clickskills/click/SKILL.md

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.

fixskills/fix/SKILL.md

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

dist/claude/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)