plugins marketplace
← All plugins

eoc

v2.0.0-rc.1

Open-source Codex workflow collection with 60 agents, 232 skills, 75 legacy command shims, install profiles, repo conventions, validation checks, and documentation.

Codex50 skills

by mehmet-turacMIT87updated 1 week ago

Source

git clone https://github.com/mturac/everything-openai-codex

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

eoc/
├── .codex-plugin/plugin.json
├── skills/accessibility/SKILL.md
├── skills/agent-architecture-audit/SKILL.md
├── skills/agent-eval/SKILL.md
├── skills/agent-harness-construction/SKILL.md
├── skills/agent-introspection-debugging/SKILL.md
├── skills/agent-payment-x402/SKILL.md
├── skills/agent-sort/SKILL.md
├── skills/agentic-engineering/SKILL.md
├── skills/agentic-os/SKILL.md
├── skills/ai-first-engineering/SKILL.md
├── skills/ai-regression-testing/SKILL.md
├── skills/android-clean-architecture/SKILL.md
├── skills/angular-developer/SKILL.md
├── skills/api-connector-builder/SKILL.md
├── skills/api-design/SKILL.md
├── skills/architecture-decision-records/SKILL.md
├── skills/article-writing/SKILL.md
├── skills/automation-audit-ops/SKILL.md
├── skills/autonomous-agent-harness/SKILL.md
├── skills/autonomous-loops/SKILL.md
├── skills/backend-patterns/SKILL.md
├── skills/benchmark/SKILL.md
├── skills/blueprint/SKILL.md
├── skills/brand-voice/SKILL.md
├── skills/browser-qa/SKILL.md
├── skills/bun-runtime/SKILL.md
├── skills/canary-watch/SKILL.md
├── skills/carrier-relationship-management/SKILL.md
├── skills/cisco-ios-patterns/SKILL.md
├── skills/ck/SKILL.md
├── skills/click-path-audit/SKILL.md
├── skills/clickhouse-io/SKILL.md
├── skills/code-tour/SKILL.md
├── skills/codebase-onboarding/SKILL.md
├── skills/coding-standards/SKILL.md
├── skills/compose-multiplatform-patterns/SKILL.md
├── skills/configure-ecc/SKILL.md
├── skills/connections-optimizer/SKILL.md
├── skills/content-engine/SKILL.md
├── skills/content-hash-cache-pattern/SKILL.md
├── skills/context-budget/SKILL.md
├── skills/continuous-agent-loop/SKILL.md
├── skills/continuous-learning/SKILL.md
├── skills/continuous-learning-v2/SKILL.md
├── skills/cost-aware-llm-pipeline/SKILL.md
├── skills/cost-tracking/SKILL.md
├── skills/council/SKILL.md
├── skills/cpp-coding-standards/SKILL.md
├── skills/cpp-testing/SKILL.md
└── skills/crosspost/SKILL.md

Skills50

accessibilityskills/accessibility/SKILL.md

Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA standards. Use this skill to generate semantic ARIA for Web and accessibility traits for Web and Native platforms (iOS/Android).

agent-architecture-auditskills/agent-architecture-audit/SKILL.md

Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications, autonomous loops, or any LLM-powered feature.

agent-evalskills/agent-eval/SKILL.md

Head-to-head comparison of coding agents (OpenAI Codex, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics

agent-harness-constructionskills/agent-harness-construction/SKILL.md

Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.

agent-introspection-debuggingskills/agent-introspection-debugging/SKILL.md

Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.

agent-payment-x402skills/agent-payment-x402/SKILL.md

Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol.

agent-sortskills/agent-sort/SKILL.md

Build an evidence-backed ecc install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ecc should be trimmed to what a project actually needs instead of loading the full bundle.

agentic-engineeringskills/agentic-engineering/SKILL.md

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.

agentic-osskills/agentic-os/SKILL.md

Build persistent multi-agent operating systems on OpenAI Codex. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases.

ai-first-engineeringskills/ai-first-engineering/SKILL.md

Engineering operating model for teams where AI agents generate a large share of implementation output.

ai-regression-testingskills/ai-regression-testing/SKILL.md

Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.

android-clean-architectureskills/android-clean-architecture/SKILL.md

Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.

angular-developerskills/angular-developer/SKILL.md

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.

api-connector-builderskills/api-connector-builder/SKILL.md

Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture.

api-designskills/api-design/SKILL.md

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

architecture-decision-recordsskills/architecture-decision-records/SKILL.md

Capture architectural decisions made during OpenAI Codex sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.

article-writingskills/article-writing/SKILL.md

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

automation-audit-opsskills/automation-audit-ops/SKILL.md

Evidence-first automation inventory and overlap audit workflow for ecc. Use when the user wants to know which jobs, hooks, connectors, MCP servers, or wrappers are live, broken, redundant, or missing before fixing anything.

autonomous-agent-harnessskills/autonomous-agent-harness/SKILL.md

Transform OpenAI Codex into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone agent frameworks (Hermes, AutoGPT) by leveraging OpenAI Codex's native crons, dispatch, MCP tools, and memory. Use when the user wants continuous autonomous operation, scheduled tasks, or a self-directing agent loop.

autonomous-loopsskills/autonomous-loops/SKILL.md

Patterns and architectures for autonomous OpenAI Codex loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.

backend-patternsskills/backend-patterns/SKILL.md

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

benchmarkskills/benchmark/SKILL.md

Use this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives.

blueprintskills/blueprint/SKILL.md

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is completable in a single PR or fewer than 3 tool calls, or user says "just do it".

brand-voiceskills/brand-voice/SKILL.md

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

browser-qaskills/browser-qa/SKILL.md

Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.

bun-runtimeskills/bun-runtime/SKILL.md

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

canary-watchskills/canary-watch/SKILL.md

Use this skill to monitor and verify a deployed URL or public OSS launch surface after releases — checks HTTP endpoints, SSE streams, static assets, console errors, performance regressions, PR queue health, maintainer feedback, and listing-review blockers after deploys, merges, submissions, or dependency upgrades. Smoke / canary / post-deploy / PR-watch verification.

carrier-relationship-managementskills/carrier-relationship-management/SKILL.md

Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carrier relationships. Informed by transportation managers with 15+ years experience. Includes scorecarding frameworks, RFP processes, market intelligence, and compliance vetting. Use when managing carriers, negotiating rates, evaluating carrier performance, or building freight strategies.

cisco-ios-patternsskills/cisco-ios-patterns/SKILL.md

Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification.

ckskills/ck/SKILL.md

Persistent per-project memory for OpenAI Codex. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.

click-path-auditskills/click-path-audit/SKILL.md

Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any major refactor touching shared state stores.

clickhouse-ioskills/clickhouse-io/SKILL.md

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

code-tourskills/code-tour/SKILL.md

Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture walkthroughs, PR tours, RCA tours, and structured "explain how this works" requests.

codebase-onboardingskills/codebase-onboarding/SKILL.md

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CODEX.md. Use when joining a new project or setting up OpenAI Codex for the first time in a repo.

coding-standardsskills/coding-standards/SKILL.md

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

compose-multiplatform-patternsskills/compose-multiplatform-patterns/SKILL.md

Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.

configure-eccskills/configure-ecc/SKILL.md

Interactive installer for Everything OpenAI Codex — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

connections-optimizerskills/connections-optimizer/SKILL.md

Reorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendations, and channel-specific warm outreach drafted in the user's real voice. Use when the user wants to clean up following lists, grow toward current priorities, or rebalance a social graph around higher-signal relationships.

content-engineskills/content-engine/SKILL.md

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

content-hash-cache-patternskills/content-hash-cache-pattern/SKILL.md

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

context-budgetskills/context-budget/SKILL.md

Audits OpenAI Codex context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

continuous-agent-loopskills/continuous-agent-loop/SKILL.md

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

continuous-learningskills/continuous-learning/SKILL.md

[DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict superset with instinct-based, project-scoped, hook-reliable learning. Do not invoke v1; route continuous learning, session learning, and pattern extraction requests to continuous-learning-v2.

continuous-learning-v2skills/continuous-learning-v2/SKILL.md

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

cost-aware-llm-pipelineskills/cost-aware-llm-pipeline/SKILL.md

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

cost-trackingskills/cost-tracking/SKILL.md

Track and report OpenAI Codex token usage, spending, and budgets from a local cost-tracking database. Use when the user asks about costs, spending, usage, tokens, budgets, or cost breakdowns by project, tool, session, or date.

councilskills/council/SKILL.md

Convene a four-voice council for ambiguous decisions, tradeoffs, and go/no-go calls. Use when multiple valid paths exist and you need structured disagreement before choosing.

cpp-coding-standardsskills/cpp-coding-standards/SKILL.md

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

cpp-testingskills/cpp-testing/SKILL.md

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

crosspostskills/crosspost/SKILL.md

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

Manifests1

.codex-plugin/plugin.json
{
  "name": "eoc",
  "version": "2.0.0-rc.1",
  "description": "Open-source Codex workflow collection with 60 agents, 232 skills, 75 legacy command shims, install profiles, repo conventions, validation checks, and documentation.",
  "author": {
    "name": "mehmet-turac",
    "url": "https://x.com/mehmet_turac"
  },
  "homepage": "https://github.com/mturac/everything-openai-codex",
  "repository": "https://github.com/mturac/everything-openai-codex",
  "license": "MIT",
  "keywords": [
    "codex",
    "workflow",
    "documentation"
  ],
  "skills": [
    "./skills/"
  ],
  "commands": [
    "./commands/"
  ],
  "mcpServers": {},
  "interface": {
    "displayName": "Everything OpenAI Codex",
    "shortDescription": "Codex workflow collection with install profiles, repo conventions, validation checks, and documentation.",
    "longDescription": "Everything OpenAI Codex (EOC) is a community-maintained Codex workflow collection. The upstream repository contains the full documentation, install profiles, and validation material.",
    "developerName": "mehmet-turac",
    "composerIcon": "./assets/icon.svg",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/mturac/everything-openai-codex"
  }
}