Skip to content

elliot245/oh-my-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oh-my-code

oh-my-code is a turnkey, process-oriented multi-agent setup.

It vendors agent-manager under .claude/skills/agent-manager, so a plain git clone is enough (no openskills install required).

Requirements

  • python3
  • tmux

Quickstart

If your agent CLI supports .claude/commands, use:

  • /oh-my-code/quickstart

To enable/disable the 15-minute scheduled work cycle:

  • /oh-my-code/startup
  • /oh-my-code/shutdown

Or run directly from the repo root:

bash scripts/preflight.sh

python3 .claude/skills/agent-manager/scripts/main.py list
python3 .claude/skills/agent-manager/scripts/main.py start supervisor
python3 .claude/skills/agent-manager/scripts/main.py start coder-b
python3 .claude/skills/agent-manager/scripts/main.py start coder-a
python3 .claude/skills/agent-manager/scripts/main.py assign coder-a <<'EOF'
Task:
- <what you want done>
EOF
python3 .claude/skills/agent-manager/scripts/main.py monitor coder-a --follow

Quality Gates (Default)

Run on the repo you changed (often a workspace/<repo> submodule):

# auto-detect gates in that repo
bash scripts/quality-gates.sh --repo workspace/<repo>

# verify without allowing file changes
bash scripts/quality-gates.sh --repo workspace/<repo> --mode check

Team

Team membership and roles: TEAM.md.

Workflow: follow workflows/github_issues.md.

Agents

Agents live in agents/EMP_*.md:

  • coder-a (EMP_0002): Team Lead + QA; drives workflows/github_issues.md + quality gates
  • supervisor: watchdog that keeps the Team Lead alive
  • coder-b (EMP_0003): developer (implementation)

To switch CLIs, edit agents/EMP_0001.md, agents/EMP_0002.md, agents/EMP_0003.md launcher: fields.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors