DeL-TaiseiOzaki/claude-code-orchestra
168Stars
27Forks
103Claude Commits
PythonLanguage
First Claude commit: Jan 15, 2026Last Claude commit: 1mo agoDiscovered: Mar 22, 2026
Recent Claude Commits
Enforce Codex-first approach across all troubleshoot phases
563423e1mo agoauthor_emailAdd troubleshoot skill definition
44a97341mo agoauthor_emailAdd debug patterns reference for troubleshoot skill
05f9dd01mo agoauthor_emailUpdate docs and external CLI contracts for multimodal-only Gemini
a4605081mo agoauthor_emailSpecialize Gemini for multimodal only, delegate research to Opus subagents
130d6d51mo agoauthor_emailAdd comprehensive template features analysis
fff1fb51mo agoauthor_emailFix model_reasoning_effort from invalid "xhigh" to "high"
7c1ece41mo agoauthor_emailFix Codex config: change web_search from invalid "enabled" to "live"
182429a1mo agoauthor_emailRewrite CLAUDE.md with subagent-first principle and context conservation
589925b1mo agoauthor_emailConvert remaining skill SKILL.md files to English
a3f06a22mo agoauthor_emailRewrite CLAUDE.md following best practices, convert all md files to English
490544a2mo agoauthor_emaildocs: update README to reflect current repository state
6b084cf2mo agoauthor_emailGrant Edit/Write permissions to codex-debugger subagent
9828fbf2mo agoauthor_emailfix: resolve merge conflicts by adopting main's Gemini role expansion
146cd9b2mo agoauthor_emailrefactor: expand Gemini CLI role from multimodal-only to reading + analysis + research
f6125aa2mo agoauthor_emailRemove development research files unrelated to template
d5376912mo agoauthor_emailfix: resolve stale references in codex/skills after Gemini role expansion
bb563662mo agoauthor_emailrefactor: redesign for 200K context reality — expand Gemini role, default to Opus
8a7e4462mo agoauthor_emailfix: correct $schema URL in .claude/settings.json
d8a13562mo agoauthor_emailrefactor: optimize subagent model selection — Sonnet for context, Opus for reasoning
4e7b6262mo agoauthor_emailfeat: add teammate work log mechanism for Agent Teams sessions
06febb62mo agoauthor_emailrefactor: clarify agent roles — Gemini=multimodal only, Codex=planning+complex, Subagent=research+impl
15d53232mo agoauthor_emailfeat: clarify Gemini usage — multimodal files MUST be delegated to Gemini
ef9b28b2mo agoauthor_emailfeat: unify checkpointing into single mode with Agent Teams support
828e4c82mo agoauthor_emailfeat: update codex-system and gemini-system skills for Opus 4.6
16ddc7f2mo agoauthor_emailfeat: redesign for Opus 4.6 (1M context + Agent Teams)
ac173c02mo agoauthor_emaildocs: add Agent Teams feature research for Opus 4.6 migration planning
deaa7962mo agoauthor_emailfix: resolve inconsistencies across configs, hooks, and docs
dbb5d8f2mo agoauthor_emailAdd codex-debugger subagent and error detection hook
95622772mo agoauthor_emailAdd gemini-explore custom subagent for deep codebase exploration
11c43fd2mo agoauthor_emailSet fastMode to false by default to avoid 6x cost increase
c2134c92mo agoauthor_emailRemove tool-specific research docs that are not project-related
aa78fce2mo agoauthor_emailEnable 2026 features: Agent Teams, Fast Mode, extended thinking, new hooks
0c35c412mo agoauthor_emailUpgrade Codex to gpt-5.3-codex and add 2026 config research docs
3fee7f22mo agoauthor_emailFix image path syntax in README.md
c0d53f83mo agoauthor_emailRefactor: Apply best practices to improve repository quality
06ab1643mo agoauthor_emailExpand README with architecture, skills, and development docs
4756d3d3mo agoauthor_emailAdd skill analysis mode to checkpointing (--analyze)
6b516a43mo agoauthor_emailAdd uv.lock for dependency reproducibility
5e92ffb3mo agoauthor_emailAdd full checkpoint mode with git history support
3427ae73mo agoauthor_emailAdd lint-on-save hook for automatic formatting and type checking
d40f3e53mo agoauthor_emailAdd /checkpointing skill for session context persistence
3f61e1e3mo agoauthor_emailAdd CLI vs MCP comparison research
89e03263mo agoauthor_emailUnify subagent pattern across hooks, skills, and docs
4f558f83mo agoauthor_emailAdd CLI logging for Codex/Gemini input/output
0710e673mo agoauthor_emailAdd CLI logging best practices research
aa2cb7c3mo agoauthor_emailAllow direct Codex/Gemini calls while recommending subagents for large outputs
47a93f73mo agoauthor_emailRefactor to use subagents for Codex/Gemini to preserve main context
e010b883mo agoauthor_emailFix README to show existing project integration flow
975e6ef3mo agoauthor_emailRemove AGENTS.md, use CLAUDE.md directly
a2c7fd53mo agoauthor_email