Agent Plugins Marketplace
All plugins

click

v0.17.0

Choose Always ON or Manual once; Manual uses @Click and locks an activated contract across turns. Approve one compact plain-language execution contract in a later user turn, then use structured inspect, mutate, and scope-inferred verify runners to reduce observable implementation loops.

Codex2 Skills

By Junseok PakLicense: MIT11 GitHub starsUpdated 3 hours ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add click@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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 repository root is the plugin root.

Plugin files

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

Included Skills2

clickskills/click/SKILL.md

Compile repository-aware software intent into one approval-bound execution contract, explain it plainly, then implement it in one shot with anti-loop guards and an automatically enforced verification budget. Use when the user explicitly selects Click, or when Hook context says Click Always ON is enabled and the request will change software; use its read-only review guard for code review in Always ON mode. Do not use for questions, explanations, or simple inspection.

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

.codex-plugin/plugin.json
{
  "name": "click",
  "version": "0.17.0",
  "description": "Choose Always ON or Manual once; Manual uses @Click and locks an activated contract across turns. Approve one compact plain-language execution contract in a later user turn, then use structured inspect, mutate, and scope-inferred verify runners to reduce observable implementation loops.",
  "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": "Approve once, then implement the contract in one shot.",
    "longDescription": "Click asks once whether software changes should use Always ON (recommended) or Manual mode. Always ON applies one compact contract and one later-turn approval before supported software mutations; Manual applies the same workflow only when @Click is selected and then keeps that staged or incomplete approved session contract mutation-locked across turns. Questions, explanations, and simple read-only inspection remain normal. Code review needs no build contract. After approval Click implements in one shot. During an active review or approved build, versioned argv-based inspect, mutate, and verify runners make supported command intent explicit, execute without a shell, reuse evidence, infer minimum verification cost from runner kind and actual scope, detect protected Git content and obvious new implementation paths changed by checks, and enforce the automatically selected verification budget. The Hook blocks parallel replanning and replacement contracts while necessary in-scope implementation details remain flexible. The bundled Fix skill provides the same compact repair flow for direct invocation.",
    "developerName": "Junseok Pak",
    "category": "Productivity",
    "capabilities": [
      "Lifecycle hooks"
    ],
    "websiteURL": "https://github.com/grapefruit0205/click",
    "defaultPrompt": [
      "Use Click to stage one compact developer execution contract, choose and automatically budget a verification scale, explain it plainly, and wait for one later-turn approval before implementation.",
      "Use Click to design and implement this change in one approved shot, blocking observable tool loops and using one final verification batch.",
      "Set Click to Always ON for software changes while keeping questions and read-only inspection normal.",
      "Use Click's structured capability runners to inspect, implement, and verify this approved change without guessing whether shell text is read-only or writable.",
      "Use Click's read-only review guard to review this code without repeated repository scans.",
      "Use Fix to translate this bug report into a compact repair contract and ask once before repairing it."
    ]
  }
}

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)