DeL-TaiseiOzakiDeL-TaiseiOzakiCommunityΒ·13 Agent Skills Included

claude-code-orchestra

Multi-agent coding orchestration with delegation, review, and checkpoints

Coordinates a main coding agent with specialist sub-agents and Codex CLI to plan, build, debug, and review software changes. Routes every task through delegation rules, quality gates, and verified diffs instead of trusting unverified self-reports. Keeps design docs, progress checkpoints, and library notes in sync so long projects survive session breaks.
npx skills add DeL-TaiseiOzaki/claude-code-orchestra --all -g -y
Available:

Defines the always-loaded operating contract that tells the main agent how to route requests to specialist sub-agents and Codex, when to delegate, and which quality gates must pass before reporting work as done.

All Skills in This Repository (13)

Pure Emerald Level Indicators
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

context-loader

Load shared project context from the .claude directory for Gemini CLI.

Community
Basic
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

update-design

Extract conversation decisions and update DESIGN.md Markdown sections with a dated changelog entry.

Community
Basic
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

init

Detect tech stack and commands from project files to update AGENTS.md top sections.

Community
Intermediate
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

startproject

Coordinate multi-agent project kickoff and planning across Claude, Codex, and Gemini.

Community
Advanced
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

plan

Generate structured implementation plans with requirements, tasks, and acceptance criteria.

Community
Basic
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

design-tracker

Record design decisions from conversations into DESIGN.md and the changelog.

Community
Basic
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

research-lib

Research libraries from official docs and generate Markdown documentation.

Community
Basic
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

gemini-system

Analyze large codebases and documents with Gemini CLI subagents.

Community
Advanced
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

update-lib-docs

Update library documentation in .claude/docs/libraries with web-sourced version and security changes.

Community
Intermediate
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

checkpointing

Capture CLI logs and Git activity into centralized checkpoint files.

Community
Intermediate
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

simplify

Analyze Python code complexity and apply safe refactoring techniques.

Community
Intermediate
πŸ“¦ In Repo
DeL-TaiseiOzakiDeL-TaiseiOzaki

codex-system

Consult Codex CLI for design, debugging, and code review decisions.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install claude-code-orchestra?β–Ό

Run `npx skills add DeL-TaiseiOzaki/claude-code-orchestra --all -g -y` in your terminal to install all skills in this suite globally.

What does claude-code-orchestra do?β–Ό

It turns Claude Code into an orchestrator that delegates coding, research, debugging, and review work to specialist sub-agents and Codex CLI, then verifies every result with automated quality gates.

How does multi-agent delegation work here?β–Ό

A routing policy sends routine implementation to Sonnet agents, hard analysis to Opus agents, and design or complex code to Codex, while the main agent verifies diffs and test results before accepting anything.

Does it work with Codex CLI and Claude Code together?β–Ό

Yes. Shared wrapper scripts let Claude Code consult Codex for planning, debugging, and reviews, with every call logged and sandboxed.

Can it keep context across long sessions?β–Ό

Yes. Checkpointing, progress files, and design-tracking skills save session state to disk so work resumes cleanly after breaks or context compaction.

Related Repositories in Software Engineering

View All in Software Engineering→