Dallionking

Sol Prep — AI skill for Claude Code

AI community

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

How to install Sol Prep

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Dallionking/sol-prep and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Sol Prep does

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

Alternatives in AI

  • Qwen Code — A command-line AI workflow tool adapted from Gemini CLI, optimized for Qwen3-Coder models with enhanced parser 20.8k ★
  • Ccstatusline — by sirmalloc - A highly customizable status line formatter for Claude Code CLI that displays model info, git b 5.5k ★
  • Dive Into Claude Code — A Systematic Analysis and Discussion of Claude Code for Designing Today's and Future AI Agent Systems 2.1k ★

README

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](https://orca.dev) for parallel mission control) and defaults to PREP-MODE until Sol is actually live. No special stack required.

What you need