Skip to content

Releases: iamaanahmad/everything-codex

everything-codex v1.0.0

Choose a tag to compare

@iamaanahmad iamaanahmad released this 30 Apr 07:40

🚀 everything-codex v1.0.0

The complete collection of OpenAI Codex configurations, skills, automations, and workflows.

Production-ready skills, automations, multi-agent workflows, and best practices evolved from intensive daily development with OpenAI's Codex.

🎯 What's Included

🤖 Skills (50+ Total)

  • Development: code-review, TDD workflow, debugging, refactoring
  • Deployment: Vercel, Netlify, Cloudflare, Docker
  • Design: Figma-to-code, image generation, UI mockups
  • Project Management: Linear, GitHub, issue triage
  • Documentation: API docs, README, changelog generation

⚡ Automations (5 Templates)

  • Daily issue triage (9 AM)
  • CI failure summary (every 6 hours)
  • Release brief (5 PM daily)
  • Bug detection (2 AM daily)
  • Dependency updates (weekly)

🔄 Multi-Agent Workflows (2 Complete)

  • Feature Development: 4-agent workflow (backend, frontend, testing, docs)
  • Bug Fix: 4-agent workflow (investigation, fix, testing, docs)

📚 Prompts Library (100+ Prompts)

  • Code review (security, performance, architecture)
  • Testing (TDD, unit, integration, E2E)
  • Debugging (systematic approaches)
  • Architecture (system design)

🔧 Configurations

  • Team-wide settings
  • Sandbox security rules (30+ rules)
  • Personality settings (terse/conversational)

📖 Documentation (2,000+ lines)

  • Comprehensive README
  • Installation guide
  • Contributing guidelines
  • Example projects

✨ Key Features

Multi-Agent Orchestration - Parallel agents with worktrees
Background Automations - Scheduled tasks with review queue
50+ Production Skills - Battle-tested patterns
100+ Reusable Prompts - Copy-paste ready templates
Flexible Configuration - Team and project settings

🚀 Quick Start

git clone https://github.com/iamaanahmad/everything-codex.git
cd everything-codex
cp -r skills/* ~/.codex/skills/
cp automations/* ~/.codex/automations/