codex-mcp
01Plugin Claude Code
Plugin marketplace listing 1 plugin: codex-flow.
Plugin Claude Code
Plugin marketplace listing 1 plugin: codex-flow.
Plugin Claude Code
Plan with Claude, execute with OpenAI Codex, review with Claude — /codex-flow command plus the codex MCP server (execute, continue, review, health).
Command Claude Code
6-phase workflow: preflight → Claude interviews → plans architecture → breaks backlog → Codex executes per task → Claude reviews.
MCP server Claude CodeCodexCursor +2
MCP server bridging Claude Code and OpenAI Codex CLI for plan-execute-review workflows. Runs locally from the @anhnguyen0905/codex-mcp npm package. Needs 1 environment variable to run.
Instructions file CodexOpenCode
Instructions for anhnguyen0905/codex-mcp, covering agents.md — codex-mcp / codex-flow, build & test and style.
Skill Claude CodeCodex
Bookkeeping and small-business accounting — double-entry basics, chart of accounts, journal entries, bank reconciliation, accruals vs cash basis, month-end close, P&L (income statement), balance sheet, cash flow statement, VAT/invoice records, expense categorization, trial balance. Use when recording transactions…
Skill Claude CodeCodex
Design rules for agent state persistence and token-budgeted read-back — tiered slices, git-SHA anchoring, restorable pointers, deterministic snapshots, and drift detection for file-based agent memory on large projects. Use when building or reviewing code/instructions that write agent working state to disk and read it…
Skill Claude CodeCodex
App store optimization — ASO, store listing and product page, App Store and Google Play metadata, title/subtitle/short description, keyword field and long description indexing, keyword research relevance vs search volume, icon screenshots and preview video creatives, store page conversion rate and…
Skill Claude CodeCodex
Estimate causal effects instead of correlations — randomised experiment and A/B test, geo holdout and geo experiment, difference-in-differences (DiD) with parallel-trends assumption, synthetic control, regression discontinuity design (RDD), instrumental variables (IV), confounding vs selection bias, pre-trend checks…
Skill Claude CodeCodex
Enforce large-project context discipline with no-raw-read thresholds, phase-boundary compaction, and tiered AGENTS.md guidance.
Skill Claude CodeCodex
Write and review a creative brief for an agency, studio or in-house creative team — briefing template, objective vs KPI, audience insight, single-minded message, reason to believe, mandatories and brand guardrails, deliverable specs and asset formats, timeline and milestones, budget, approval chain and single…
Skill Claude CodeCodex
Customer support and service operations — ticket triage and prioritization, SLA design and response/resolution targets, CSAT, NPS (net promoter score) survey programs, CES measurement, knowledge base and macro design, escalation paths, support staffing and volume forecasting, QA scorecards for agents, deflection and…
Skill Claude CodeCodex
Design and review data quality checks, validation rules and data tests for pipelines, ETL/ELT jobs and warehouse tables — completeness, uniqueness, validity and range checks, cross-source consistency, referential integrity, freshness and timeliness SLAs, distribution drift; row-count and sum reconciliation between…
Skill Claude CodeCodex
Reference for design (non-code) tasks — universal UI/UX design principles from bergside/typeui covering visual hierarchy, interaction laws, typography foundations (type scale, font pairing, line height, letter spacing, legibility), spacing, and WCAG accessibility. Consult for any design request as a reference (not the…
Skill Claude CodeCodex
E-commerce and online retail operations — conversion funnel (traffic → product page → cart → checkout), average order value (AOV), bundle and upsell strategy, cart abandonment recovery, product listing/page optimization, pricing, promotion mechanics and promo calendars (tiered discounts), returns rate management…
Skill Claude CodeCodex
Design an analytics event taxonomy and tracking plan — event naming conventions (objectaction, snakecase, past tense), event vs property decisions, required base properties, event versioning and deprecation, high-cardinality and unbounded property values, PII in event properties, tracking plan spec as deliverable…
Skill Claude CodeCodex
Language-agnostic senior-developer coding standards to embed into every Codex execution prompt — KISS/DRY/YAGNI, immutability, error handling, validation, naming, structure limits.
Skill Claude CodeCodex
C++ execution idioms to embed into Codex prompts when the target project is C/C++ — RAII, memory safety, modern C++ idioms, and const-correctness.
Skill Claude CodeCodex
C#/.NET execution idioms to embed into Codex prompts when the target project is C# — nullable reference types, async correctness, and .NET conventions.
Skill Claude CodeCodex
Non-code deliverable standards to embed into Codex prompts when a task produces content rather than code — data analysis, marketing copy, docs, research, plans. Replaces the coding-standards + self-testing blocks for non-engineering output, with the same "prove your own work" verification bar.
Skill Claude CodeCodex
Go execution idioms to embed into Codex prompts when the target project is Go — error handling, concurrency discipline, and standard project conventions.
Skill Claude CodeCodex
Java/Kotlin execution idioms to embed into Codex prompts when the target project is on the JVM — null safety, immutability, framework conventions, and testing style.
Skill Claude CodeCodex
PHP execution idioms to embed into Codex prompts when the target project is PHP — PSR-12, strict types, error handling, and framework conventions.
Skill Claude CodeCodex
Python execution idioms to embed into Codex prompts when the target project is Python — PEP 8, type hints, error handling, and packaging conventions.