Agent Plugins Marketplace
All plugins

clickai-skills

v1.0.0

Portable skills for AI agents — a multi-model advisory board, a sixteen-skill team-workflow pack for tracked multi-session development, a media-ingest skill that turns recordings and URLs into evidence, a pair of writing references: documents agents consume, and pages humans read — and a plain-language decoder for agent messages that didn't land.

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-skills for Codex

Installs for the current user
codex plugin marketplace add timharris707/skills
codex plugin marketplace upgrade clickai
codex plugin add clickai-skills@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-skills” remain stable.

  • Codex: clickai-skills@agent-plugin-marketplaceclickai-skills@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 repository root is the plugin root.

Plugin files

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

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "clickai-skills",
  "version": "1.0.0",
  "description": "Portable skills for AI agents — a multi-model advisory board, a sixteen-skill team-workflow pack for tracked multi-session development, a media-ingest skill that turns recordings and URLs into evidence, a pair of writing references: documents agents consume, and pages humans read — and a plain-language decoder for agent messages that didn't land.",
  "author": {
    "name": "Tim Harris"
  },
  "homepage": "https://clickai.dev",
  "repository": "https://github.com/timharris707/skills",
  "license": "MIT",
  "keywords": [
    "skills",
    "workflow",
    "planning",
    "advisory-board",
    "grilling",
    "orchestration",
    "handoff",
    "tickets"
  ],
  "interface": {
    "displayName": "Click AI Skills",
    "shortDescription": "Playbooks for planning, deciding, and shipping with agents",
    "longDescription": "Self-contained playbooks any agent can read: a multi-model advisory board for hard decisions, per-repo institutional memory written as side effects of work, relentless grilling to pressure-test a plan, decision maps for foggy work, throwaway prototypes, autonomous research lanes, ticket filing, human-step wizards, session handoffs, an orchestration protocol for parallel lanes, a build discipline of seam-scoped test-first tracer slices, a disciplined bug-diagnosis loop where no fix ships without a named cause, an adversarial review that breaks changes before they ship, a skeptic-verified state review of the codebase itself, and an append-only decision trail that lets a human audit an unattended run after stepping away.",
    "developerName": "Tim Harris",
    "category": "Engineering",
    "websiteURL": "https://clickai.dev"
  },
  "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-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/clickai-skills)