Iterative Codex CLI loop with Claude as orchestrator. Runs codex exec across multiple iterations, using a Stop-hook loop engine to persist state and Claude to evaluate results each round.
A collection of plugins and skills for Claude Code.
Iterative Codex CLI loop with Claude as orchestrator. Runs codex exec across multiple iterations — Claude evaluates each result and loops until the task is genuinely complete.
Install:
claude plugin marketplace add tomerhayundev/skills
claude plugin install codex-loop@tomerhayundev-skills
Usage:
/codex-loop "Build a REST API with CRUD and tests" --completion-promise "ALL TESTS PASSING"
See plugins/codex-loop for full documentation.
Production-grade deployment pipeline setup for web applications. Implements quality gate CI, PR preview deployments, automated production deploys, git-tag release tracking, one-click rollback, and human setup guides.
Install:
claude skill add --url https://github.com/tomerhayundev/skills/tree/main/skills/deploy-production-level
Deep knowledge of the StackGrid packing algorithm system — the proprietary core of the container/pallet optimization engine.
Install:
claude skill add --url https://github.com/tomerhayundev/skills/tree/main/skills/stackgrid-packing-algorithm
claude plugin install) and can include slash commands, hooks, and scriptsclaude skill add)Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tomerhayundev/skills --plugin codex-loopFull-stack orchestration with deployment, performance, security, and test automation
Complete developer toolkit for Claude Code
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Multi-agent orchestration system with MCP tools and Claude Code plugin agents. 51 specialized agents for development workflows, code quality, deployment, research, and more.
Expert guidance for OpenAI Codex CLI non-interactive mode operations - running prompts programmatically, parsing output formats, building automation scripts, and CI/CD integration
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>