Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sol Prep — two frontier models, one team

sol-prep

Don't pick between Claude and OpenAI's Sol. Pair them.

A free Claude Code skill. Run it today with Claude, and when GPT-5.6 Sol goes live in Codex, your migration is one line — then Claude coordinates a fleet of Codex-Sol workers that review each other's work.

The story in 60 seconds

Imagine you have two star players who've never practiced together, and the game is tomorrow. You wouldn't figure out the plays during the game — you'd run the practice today.

That's this skill:

  1. Today (PREP): Claude sweeps your backlog and splits it into 2-6 parallel lanes — streams of work that never touch the same files, so agents can't collide. It writes one execution-ready brief per lane (exact spec + a shell command that proves the work is done), wires your ~/.codex/config.toml, and dry-runs the whole agent fleet on today's Codex model so every plumbing bug dies now, not on launch day.
  2. Tomorrow (SWAP): Sol answers a probe → you change one line: model = "gpt-5.6-sol" → Claude hands Sol the plan to adversarially review, then dispatches the lanes.
  3. Every lane: Sol builds. Claude reviews the diff and runs the machine check. Two different model families don't share blind spots — that's the whole edge.

Install (2 commands)

git clone https://github.com/Dallionking/sol-prep ~/.claude/skills/sol-prep
cp ~/.claude/skills/sol-prep/config.example.json ~/.claude/skills/sol-prep/config.json

Then inside Claude Code:

/sol-prep

It auto-detects what you have (claude, codex, and optionally Orca for parallel mission control) and defaults to PREP-MODE until Sol is actually live. No special stack required.

What you need

  • Claude Code — the coordinator
  • Codex CLI — the worker fleet
  • Optional: Orca — one coordinator managing multiple agents in parallel worktrees with a live board. Without it, the skill falls back to plain terminals or sequential agents. With it, it's mission control.

Why "prep today" beats "figure it out tomorrow"

All the expensive thinking — selecting work, splitting lanes, writing briefs, testing the plumbing — is model-independent. Doing it before the drop means day one is pure execution. The skill also encodes the lessons that cost real hours to learn: wait on events instead of polling (polling once burned 7 hours watching a dead process), never send a brief into an agent's boot dialog (it gets eaten), and treat every worker's "done" as a claim until the machine check passes.

Built by

Dallion King — I run a firm of AI agents that builds in public: content pipeline, engineering sprints, trading research, even the DMs. This skill is the exact playbook my own fleet runs.

License

MIT — this is free game. The methodology is yours.

About

Pair Claude + GPT-5.6 Sol: prep parallel agent lanes today, swap one line when Sol drops. A free Claude Code skill.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors