Agent Plugins Marketplace
All plugins

ork-codex

v10.0.0-alpha.66

Portable OrchestKit workflows for Codex: brainstorm, explore, implement, assess, verify, and review pull requests.

Codex6 Skills1 MCP serverStreamable HTTP

By Yonatan GrossLicense: MIT224 GitHub starsUpdated 9 hours ago

Directory evidence

Runtimes
Codex
Parsed components
7 skill or MCP entries
Source updated
Aug 31, 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 ork-codex for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ork-codex@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/yonatangross/orchestkit

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

Plugin files

plugins/ork-codex/
├── .codex-plugin/plugin.json
├── skills/ork-assess/SKILL.md
├── skills/ork-brainstorm/SKILL.md
├── skills/ork-explore/SKILL.md
├── skills/ork-implement/SKILL.md
├── skills/ork-review-pr/SKILL.md
├── skills/ork-verify/SKILL.md
└── .mcp.json

Included Skills6

ork-assessskills/ork-assess/SKILL.md

Assess a code change, design, architecture, workflow, or competing options against explicit criteria and evidence. Use when a request asks to assess, rate, compare, identify trade-offs, evaluate readiness, or decide whether an approach is good enough. Do not use for a full pull-request review or to implement a chosen solution.

ork-brainstormskills/ork-brainstorm/SKILL.md

Compare plausible implementation, architecture, product, or operational approaches before committing to one. Use when a request asks to brainstorm, think through options, choose an approach, evaluate trade-offs, or resolve significant uncertainty before implementation. Do not use for an already specified mechanical change.

ork-exploreskills/ork-explore/SKILL.md

Map an unfamiliar codebase, feature, architecture, data flow, or operational path with file-backed evidence. Use when a request asks how a system works, where behavior lives, what changed, which dependencies matter, or for onboarding before a change. Do not use to implement or fix the code.

ork-implementskills/ork-implement/SKILL.md

Make an approved, scoped change and prove the affected behavior. Use when a request asks to implement, build, add, or land a feature that already has an agreed approach. Do not use to explore, review, or verify existing work, or to choose between approaches.

ork-review-prskills/ork-review-pr/SKILL.md

Review a pull request or branch for correctness, regressions, security, operational risk, and missing evidence. Use when a request asks to review a PR, review a diff, find real bugs, assess merge risk, or provide evidence-backed review findings. Do not use for implementation or style-only cleanup.

ork-verifyskills/ork-verify/SKILL.md

Verify that existing work is ready to merge, release, or hand off using an explicit evidence contract. Use when a request asks to verify, validate, prove, check readiness, run the relevant tests, or distinguish a claimed result from an observed one. Do not use to write missing tests or fix failures.

MCP servers1

context7Streamable HTTP
url
https://mcp.context7.com/mcp

Plugin manifests1

plugins/ork-codex/.codex-plugin/plugin.json
{
  "name": "ork-codex",
  "version": "10.0.0-alpha.66",
  "description": "Portable OrchestKit workflows for Codex: brainstorm, explore, implement, assess, verify, and review pull requests.",
  "author": {
    "name": "Yonatan Gross",
    "url": "https://github.com/yonatangross"
  },
  "homepage": "https://github.com/yonatangross/orchestkit",
  "repository": "https://github.com/yonatangross/orchestkit",
  "license": "MIT",
  "keywords": [
    "orchestration",
    "code-review",
    "verification",
    "planning"
  ],
  "skills": "./skills/",
  "mcpServers": "./mcp.json",
  "interface": {
    "displayName": "OrchestKit for Codex",
    "shortDescription": "Evidence-first orchestration workflows for Codex.",
    "longDescription": "A small, Codex-native OrchestKit pack for deliberate planning, codebase exploration, scoped implementation, assessment, verification, and pull-request review. It uses Codex skills and subagents without Claude-only commands or hooks.",
    "developerName": "Yonatan Gross",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": "Use $ork-brainstorm to compare approaches before I implement a change."
  }
}

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

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