Sol Prep — AI skill for Claude Code
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
**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:
- 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. - 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. - 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
- Claude Code — the coordinator
- Codex CLI —
Related Skills
Claude Cert Examprep
Exam-prep coach skill for Anthropic's Claude certifications: CCAR-F, CCAR-P, and CCDV-F, three lanes under one
Codeplow
Plugins for AI coding agents (Claude Code, Cursor, Codex CLI) that fight context rot and doc rot. Today: obsid
Efficient Fable Orchestrator
Claude Code skill: turns a session into a quota-conscious orchestrator that plans at a high level and delegate
Fableplan
Fable plans, Opus executes. Delegates the design of a nontrivial change to the fable-planner subagent (Fable),
Ag.Sh
Command-line ADE tooling to run multiple Claude Code/AI agents in parallel - each in its own isolated git work
GPT CLI
Command-line interface for ChatGPT, Claude and Bard
Related Agents
GPT 5.6 Sol
General-purpose agent that runs on GPT-5.6-Sol (routed through the shunt gateway to the ChatGPT/Codex subscrip
Chadi Integrator
Wave 2 integration specialist — joins parallel lanes: swaps frontend mocks for real API calls, wires env/crede
Qrspi Analyzer
Traces how a specific mechanism works and reports the call path with file:line references. Use for "how does X