Claude Code
RecommendedA thin adapter around the local claude CLI. Claude Code edits the disposable worktree; Skep owns everything else.
Skep supervises workers through one local contract. Pick an engine with skep project setup --engine or point a run at any adapter with --worker-cmd — Skep handles isolation, verification, and approvals.
A thin adapter around the local claude CLI. Claude Code edits the disposable worktree; Skep owns everything else.
A thin AdapterSpec on the shared CLI adapter. Same contract body, same evidence capture.
Terminal pair programming with Git superpowers — pinned to --no-auto-commit so it can never slip a commit past the gate.
The first-party LLM-planning worker pointed at a local Ollama model. Your code and your model both stay on your machine.
Skep's in-repo deterministic coding worker. No adapter, no external CLI — the fastest way to see the whole lifecycle work.
Any command that reads Skep task JSON and writes Skep result JSON. Or wrap a local CLI agent with the generic shell worker.
Every worker runs inside Skep's boundary and follows your policy.
| Capability | Claude Code | Codex | Aider | Ollama | Built-in | Custom |
|---|---|---|---|---|---|---|
| Runs fully local | Partial | Partial | Partial | Yes | Yes | Depends |
| External API required | Yes | Yes | Optional | No | Optional | No |
| Patch captured by Skep | Yes | Yes | Yes | Yes | Yes | Yes |
| Requires a pinned verify command | Yes — forced sandbox | Yes — forced sandbox | Yes — forced sandbox | Contract-native | Contract-native | Contract-native |
| Best for | Large refactors | Coding & debugging | Focused Git edits | Privacy-first work | Deterministic runs | Your own agent |
| Requires approval to land | Yes | Yes | Yes | Yes | Yes | Yes |
External CLI agents don't pass Skep's capability layer command-by-command — the sandbox confines them instead, so they require a project-pinned verify command and are forced into sandbox execution. skep doctor probes each binary.
The contract is small on purpose: read task JSON, emit NDJSON events, write result JSON. Skep supplies the worktree, the sandbox, the budget, and the approval gates.