Agent Plugins Marketplace
All plugins

clickai-codex

v1.1.1

23 Click AI skills for Codex desktop, adapted for Astra workflows: planning, research, writing, implementation, independent review, and checkpoint recovery.

Codex

By Tim HarrisLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 6, 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 clickai-codex for Codex

Installs for the current user
codex plugin marketplace add timharris707/skills
codex plugin marketplace upgrade clickai
codex plugin add clickai-codex@clickai

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

Compatibility: the page URL and API slug “clickai-codex” remain stable.

  • Codex: clickai-codex@agent-plugin-marketplaceclickai-codex@clickai

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/timharris707/skills

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

Plugin files

plugins/clickai-codex/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/clickai-codex/.codex-plugin/plugin.json
{
  "name": "clickai-codex",
  "version": "1.1.1",
  "description": "23 Click AI skills for Codex desktop, adapted for Astra workflows: planning, research, writing, implementation, independent review, and checkpoint recovery.",
  "author": {
    "name": "Tim Harris"
  },
  "homepage": "https://clickai.dev/install#codex",
  "repository": "https://github.com/timharris707/skills",
  "license": "MIT",
  "interface": {
    "displayName": "Click AI for Codex",
    "shortDescription": "Codex desktop workflows, adapted for Astra workflows",
    "longDescription": "The full Click AI catalog adapted for Codex desktop: task-owned checkpoints, native subagents, capability-aware questions, and independent review. Respects your selected model, effort, and project rules.",
    "developerName": "Tim Harris",
    "category": "Productivity",
    "websiteURL": "https://clickai.dev/install#codex",
    "defaultPrompt": "Use the Click AI setup skill to bind these workflows to this project.",
    "capabilities": []
  },
  "skills": [
    "./skills/author/huh",
    "./skills/author/plainspoken",
    "./skills/author/writing-for-agents",
    "./skills/author/writing-for-humans",
    "./skills/decide/advisory-board",
    "./skills/decide/decision-map",
    "./skills/decide/grilling",
    "./skills/investigate/codebase-review",
    "./skills/investigate/ingest",
    "./skills/investigate/prototype",
    "./skills/investigate/research",
    "./skills/orient/domain-memory",
    "./skills/orient/router",
    "./skills/orient/setup",
    "./skills/run/adversarial-review",
    "./skills/run/blast-radius",
    "./skills/run/diagnose",
    "./skills/run/handoff",
    "./skills/run/implement",
    "./skills/run/orchestrate",
    "./skills/run/show-me-your-work",
    "./skills/run/to-tickets",
    "./skills/run/wizard"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[clickai-codex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/clickai-codex)