mturac/everything-openai-codex

EOC: open-source operating system for OpenAI Codex workflows with agents, skills, hooks, rules, memory, safety gates, and cross-harness adapters.

This repository also configures its own agents. See what everything-openai-codex tells them →

89Stars on the repository
200Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

mle-workflow

25

mturac/everything-openai-codex

Skill Claude CodeCodex

Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.

not rated 89 14d ago A 44 tokens copy · 100% MIT

nextjs-turbopack

26

mturac/everything-openai-codex

Skill Codex

Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.

not rated 89 14d ago A 39 tokens copy · 100% MIT

product-capability

27

mturac/everything-openai-codex

Skill Codex

Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and unresolved decisions before multi-service work starts. Use when the user needs an ecc-native PRD-to-SRS lane instead of vague planning prose.

not rated 89 14d ago A 59 tokens copy · 95% MIT

security-review

28

mturac/everything-openai-codex

Skill Codex

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

not rated 89 14d ago A 36 tokens copy · 100% MIT

strategic-compact

29

mturac/everything-openai-codex

Skill Claude CodeCodex

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

not rated 89 14d ago B 27 tokens copy · 92% MIT

tdd-workflow

30

mturac/everything-openai-codex

Skill Codex

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

not rated 89 14d ago A 43 tokens copy · 88% MIT

video-editing

32

mturac/everything-openai-codex

Skill Codex

AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final polish in Descript or CapCut. Use when the user wants to edit video, cut footage, create vlogs, or build video content.

not rated 89 14d ago A 72 tokens copy · 97% MIT

x-api

33

mturac/everything-openai-codex

Skill Codex

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

not rated 89 14d ago A 48 tokens copy · 100% MIT

agentic-engineering

34

mturac/everything-openai-codex

Skill

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when AI agents perform most implementation work and humans enforce quality and risk controls.

not rated 89 14d ago A 40 tokens copy · 100% MIT

database-migrations

35

mturac/everything-openai-codex

Skill

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate). Use when planning or implementing database schema changes.

not rated 89 14d ago A 61 tokens copy · 100% MIT

deployment-patterns

36

mturac/everything-openai-codex

Skill needs its repo

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

not rated 89 14d ago A 41 tokens copy · 100% MIT

docker-patterns

37

mturac/everything-openai-codex

Skill needs its repo

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration. Use when setting up containerized development environments or reviewing Docker configurations.

not rated 89 14d ago A 40 tokens copy · 100% MIT

golang-patterns

38

mturac/everything-openai-codex

Skill

Go-specific design patterns and best practices including functional options, small interfaces, dependency injection, concurrency patterns, error handling, and package organization. Use when working with Go code to apply idiomatic Go patterns.

not rated 89 14d ago A 45 tokens copy · 100% MIT

golang-testing

39

mturac/everything-openai-codex

Skill

Go testing best practices including table-driven tests, test helpers, benchmarking, race detection, coverage analysis, and integration testing patterns. Use when writing or improving Go tests.

not rated 89 14d ago A 37 tokens copy · 100% MIT

postgres-patterns

40

mturac/everything-openai-codex

Skill

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Quick reference for common patterns, index types, data types, and anti-pattern detection. Based on Supabase best practices.

not rated 89 14d ago A 45 tokens copy · 100% MIT

python-patterns

41

mturac/everything-openai-codex

Skill

Python-specific design patterns and best practices including protocols, dataclasses, context managers, decorators, async/await, type hints, and package organization. Use when working with Python code to apply Pythonic patterns.

not rated 89 14d ago A 45 tokens copy · 100% MIT

python-testing

42

mturac/everything-openai-codex

Skill

Python testing best practices using pytest including fixtures, parametrization, mocking, coverage analysis, async testing, and test organization. Use when writing or improving Python tests.

not rated 89 14d ago A 35 tokens copy · 100% MIT

search-first

43

mturac/everything-openai-codex

Skill

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Systematizes the "search for existing solutions before implementing" approach. Use when starting new features or adding functionality.

not rated 89 14d ago A 46 tokens copy · 97% MIT

accessibility

44

mturac/everything-openai-codex

Skill Claude CodeCodex

A guide for designing and checking digital interfaces so people using screen readers, keyboards, or switch controls can use them. It follows WCAG 2.2 Level AA, a common accessibility standard.

not rated 89 14d ago A SkillSpector: pass 87 tokens original MIT

mturac/everything-openai-codex

Skill Claude CodeCodex

A diagnostic workflow for applications that use AI agents or large language models. It checks layers such as prompts, conversation history, memory, tool use, retries, and final response formatting.

not rated 89 14d ago A SkillSpector: pass 141 tokens original MIT

agent-eval

46

mturac/everything-openai-codex

Skill Claude CodeCodex

A command-line tool for comparing coding agents on repeatable tasks. It measures whether tasks pass their checks, along with cost, completion time, and consistency across runs.

not rated 89 14d ago A SkillSpector: pass 65 tokens original MIT

mturac/everything-openai-codex

Skill Claude CodeCodex

A set of design rules for building the parts around an AI agent, including planning, tool calls, observations, error recovery, and context management.

not rated 89 14d ago A SkillSpector: pass 46 tokens original MIT

agent-payment-x402

48

mturac/everything-openai-codex

Skill Claude CodeCodex

A design for letting AI agents make controlled payments for APIs, services, or other agents through the x402 HTTP payment protocol and supported blockchain wallets.

not rated 89 14d ago A SkillSpector: warn 91 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: