Claude Skills · DevOps & Infrastructure

Orchestrate Engineering

Phelan164/codex-howto

Coordinate complex engineering work across bounded subagents while protecting the main context, preventing edit conflicts, and measuring whether delegation was worthwhile. Use when the user asks to delegate, parallelize, orchestrate, use subagents, fan out a review, or handle a large task with independent workstreams; do not use for small, tightly coupled, or inherently sequential tasks.

★ 3 Synced 47 minutes ago View SKILL.md

At a glance

DevOps & Infrastructure Manual install Python Auth required Actively maintained

This skill is for DevOps & Infrastructure and helps you coordinate work across multiple subagents, parallelize independent engineering tasks, and delegate and measure subagent contributions.

Install git clone --depth 1 https://github.com/Phelan164/codex-howto cp -r codex-howto/skills/orchestrate-engineering ~/.claude/skills/orchestrate-engineering
Can use Not declared by the author

Setup, runtime and requirements describe Phelan164/codex-howto, the repo this skill ships in.

SubagentsdelegationParallelizationWorkstreamscontext-managementcoordination

Also in Phelan164/codex-howto

View the repo
Build Backend DevOps & Infrastructure

Build or modify backend APIs, services, jobs, persistence, and integrations while preserving contracts, authorization, data integrity, and f...

Build Frontend DevOps & Infrastructure

Build or modify frontend interfaces using repository-native components while preserving accessibility, responsive behavior, state handling,...

Engineering Loop Code Review & Testing

Drive an authorized repository change through a verified local loop: baseline, reproduce, implement, test, review, and report evidence. Use...

Maintain Codex Wiki Code Review & Testing

Maintain a review-first Markdown knowledge base for Codex practices with source provenance, engineering capture, citation-aware queries, exp...

Operate Devops DevOps & Infrastructure

Plan and implement infrastructure, CI/CD, container, deployment, observability, and operational configuration changes with least privilege,...

Review Code Code Review & Testing

Review code changes for correctness defects, regressions, security risks, data-integrity problems, concurrency hazards, and missing meaningf...

Review Security Code Review & Testing

Review application and infrastructure changes for exploitable security risks by tracing assets, trust boundaries, attacker-controlled input,...

Design, implement, and evaluate risk-based software tests across unit, integration, contract, end-to-end, and regression layers. Use when ad...

Other DevOps & Infrastructure skills

Wizard mattpocock/skills

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state tra...

Git Guardrails Claude Code mattpocock/skills

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...

Setup Matt Pocock Skills mattpocock/skills

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...

Setup TS Deep Modules mattpocock/skills

Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...

Setup Pre Commit mattpocock/skills

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm...

Azure Container Registry CLI github/awesome-copilot

Manage Azure Container Registry via the az acr CLI including registries, images, cloud builds, ACR Tasks, authentication, tokens, geo-replic...