Claude Skills · DevOps & Infrastructure
Orchestrate Engineering
Phelan164/codex-howtoCoordinate 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.
At a glance
This skill is for DevOps & Infrastructure and helps you coordinate work across multiple subagents, parallelize independent engineering tasks, and delegate and measure subagent contributions.
git clone --depth 1 https://github.com/Phelan164/codex-howto
cp -r codex-howto/skills/orchestrate-engineering ~/.claude/skills/orchestrate-engineering
Setup, runtime and requirements describe Phelan164/codex-howto, the repo this skill ships in.
SubagentsdelegationParallelizationWorkstreamscontext-managementcoordination
Also in Phelan164/codex-howto
View the repoBuild or modify backend APIs, services, jobs, persistence, and integrations while preserving contracts, authorization, data integrity, and f...
Build or modify frontend interfaces using repository-native components while preserving accessibility, responsive behavior, state handling,...
Drive an authorized repository change through a verified local loop: baseline, reproduce, implement, test, review, and report evidence. Use...
Maintain a review-first Markdown knowledge base for Codex practices with source provenance, engineering capture, citation-aware queries, exp...
Plan and implement infrastructure, CI/CD, container, deployment, observability, and operational configuration changes with least privilege,...
Review code changes for correctness defects, regressions, security risks, data-integrity problems, concurrency hazards, and missing meaningf...
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
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...
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...
Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...
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...
Manage Azure Container Registry via the az acr CLI including registries, images, cloud builds, ACR Tasks, authentication, tokens, geo-replic...