Agent Plugins Marketplace
All plugins

click

v1.3.0

Incremental verification for coding agents: propose complete test shards, rerun affected checks, and reuse authoritative passing evidence with optional Guarded approval boundaries.

Codex2 Skills

By Junseok PakLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 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 Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add click@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “click-3” remain stable.

  • Codex: click-3@agent-plugin-marketplaceclick@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/grapefruit0205/click/
├── .codex-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

plugins/grapefruit0205/click/.codex-plugin/plugin.json
{
  "name": "click",
  "version": "1.3.0",
  "description": "Incremental verification for coding agents: propose complete test shards, rerun affected checks, and reuse authoritative passing evidence with optional Guarded approval boundaries.",
  "author": {
    "name": "Junseok Pak",
    "url": "https://github.com/grapefruit0205"
  },
  "homepage": "https://github.com/grapefruit0205/click",
  "repository": "https://github.com/grapefruit0205/click",
  "license": "MIT",
  "keywords": [
    "natural-language",
    "intent-compiler",
    "design-language",
    "software-design",
    "engineering-directives",
    "one-shot",
    "anti-loop",
    "verification",
    "vibe-coding"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Click",
    "shortDescription": "Rerun affected checks; safely reuse the rest.",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/icon.svg",
    "screenshots": [
      "./assets/screenshots/reuse-after-one-change.png"
    ],
    "longDescription": "Click provides incremental verification for coding agents. Evidence mode records mutation revisions and exact verification receipts, then deterministically plans which sources must run and which passing results remain reusable. Authority precedence is exact same-revision evidence, complete runtime dependency observation, then an unchanged committed safe-change policy; ambiguous bindings always rerun. Supported JavaScript checks can also use separately attested conditional receipts, with unproven input completeness disclosed and known dynamic inputs excluded. Evidence Shards split a broad suite only when their inventory exactly covers parent discovery. An opt-in setup flow analyzes supported unittest, pytest, Vitest 5, and Jest 30 commands, skips uneconomic small suites, emits reviewable complete policies, and falls back to the parent command when a complete partition cannot be verified. Node, npm, Go, and content profiles retain parent execution with exact runtime and input bindings. Input-fingerprinted cat, sed, and rg caching can reduce repeated inspection but never creates verification authority. A resident Hook worker reduces repeated Python startup while preserving per-event isolation and one-use claims. Actual execution and authoritative reuse stay separate from Shadow telemetry and estimated avoided time. Native observation remains fail-closed when a backend, companion, input, or process tree is incomplete. For higher-risk work, optional Guarded mode binds execution to one plain-language approval contract. Click prevents runner replay, tampering, stale evidence, verification-time repository mutation, and incompatible cache reuse without claiming code correctness or test sufficiency.",
    "developerName": "Junseok Pak",
    "category": "Productivity",
    "capabilities": [
      "Lifecycle hooks"
    ],
    "websiteURL": "https://github.com/grapefruit0205/click",
    "privacyPolicyURL": "https://github.com/grapefruit0205/click/blob/main/docs/privacy.md",
    "termsOfServiceURL": "https://github.com/grapefruit0205/click/blob/main/LICENSE",
    "defaultPrompt": [
      "Use Click Evidence mode to work normally and return a revision-aware evidence receipt.",
      "Use Click Guarded mode for a human-readable approval boundary on higher-risk work.",
      "Show Click's technical contract JSON only when I ask for details."
    ]
  }
}

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-3)