ozankasikci/sol-skill

12 stars · Last commit 2026-07-29

Claude Code skill that delegates implementation to GPT-5.6 Sol via Codex CLI — Claude plans and reviews the diff, Sol writes the code. Multi-model AI coding where the model that wrote the diff never grades it.

README preview

# /sol: Claude plans, Sol implements, Claude reviews

<p align="center">
  <img src="media/social-preview.png" width="820"
       alt="/sol, a Claude Code skill: Claude plans, GPT-5.6 Sol implements via Codex CLI, Claude reviews the diff" />
</p>

**Two frontier models, one job each. The model that wrote the diff never grades it.**

A [Claude Code](https://docs.claude.com/en/docs/claude-code/overview) skill for multi-model AI coding: Claude writes the brief and reviews the real diff, while GPT-5.6 Sol writes the code through the [OpenAI Codex CLI](https://github.com/openai/codex).

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)
[![Claude Code](https://img.shields.io/badge/Claude%20Code-plugin-6f42c1?style=flat-square)](https://docs.claude.com/en/docs/claude-code/overview)
[![Agent Skills](https://img.shields.io/badge/Agent%20Skills-compatible-000000?style=flat-square)](https://agentskills.io)

<p align="center">
  <a href="#quick-start"><b>🚀&nbsp;Get&nbsp;started</b></a> &nbsp;·&nbsp;
  <a href="#why-this-exists">Why&nbsp;this&nbsp;exists</a> &nbsp;·&nbsp;
  <a href="#how-it-works">How&nbsp;it&nbsp;works</a> &nbsp;·&nbsp;
  <a href="#see-it-work">A&nbsp;real&nbsp;run</a> &nbsp;·&nbsp;

View full repository on GitHub →