---
name: Setup Cobbler
slug: setup-cobbler
category: AI Engineering
description: Setup Cobbler configures Cobbler model routes and external-agent preferences for a Claude Code checkout. Use it to onboard models or update which tools handle planning, implementation, review, and validation.
github: "https://github.com/aigorahub/elves/tree/main/aliases/claude/setup-cobbler"
language: Python
stars: 218
forks: 14
install: "npx degit https://github.com/aigorahub/elves/tree/main/aliases/claude/setup-cobbler ~/.claude/skills/setup-cobbler"
installs_to: ~/.claude/skills/setup-cobbler
source_path: aliases/claude/setup-cobbler/SKILL.md
collection_size: 14
category_size: 2970
collection_url: "https://dirskills.com/collections/aigorahub/elves"
added: 2026-09-04T05:25:11.973Z
last_synced: 2026-09-04T05:25:11.973Z
canonical_url: "https://dirskills.com/skills/setup-cobbler"
---

# Setup Cobbler

Setup Cobbler configures Cobbler model routes and external-agent preferences for a Claude Code checkout. Use it to onboard models or update which tools handle planning, implementation, review, and validation.

**Install:**

```bash
npx degit https://github.com/aigorahub/elves/tree/main/aliases/claude/setup-cobbler ~/.claude/skills/setup-cobbler
```

## README

<!-- elves-managed-alias: claude-skill-alias v1 -->

# Setup Cobbler / Model Onboarding

This is an Elves-managed Claude Code alias for `/setup-cobbler`.

Run the **model onboarding** contract from the main `elves` skill and
`references/model-onboarding.md`. Operator CLI:

```bash
python3 scripts/cobbler_agents.py onboard plan|show|apply|probe [--json]
python3 scripts/cobbler_agents.py setup …   # apply-only / inventory
```

Setup must not require OpenRouter or any external provider key. Native-only Elves remains fully
usable without running setup.

## Default behavior (both Claude Code and Codex)

1. **Plan:** `onboard plan --json` — inventory tools, detect env **names** present (never values),
   emit purpose→route questions.
2. **Interview the user** for each purpose (planning, implement, review, scout, validate, synthesize,
   optional math evolutionary search). Offer **host-native first**. Respect available CLIs/keys.
3. **Apply:** `onboard apply` writes ignored `.elves/models.toml` only. Never stage it. Never paste
   API keys into TOML, chat, or the Survival Guide.
4. **Probe:** `onboard probe` runs structural checks (PATH, `--help`, env names). Optional
   `--smoke` only if the user wants a paid live check — host runs a real tiny completion; fake
   smoke does not count.
5. **Update later:** same flow (`show` → re-interview → `apply --force` → `probe`).
6. Recommend routes by capability, not prestige model names. Keep host-native fallbacks.
7. Snapshot effective routes into the Survival Guide during Elves staging for reviewable provenance.

Codex equivalent (not a top-level slash command): `$elves setup-cobbler` or natural language such as
"Set up Cobbler external-agent preferences" / "onboard my models."

Compatibility: `/setup-council` is the same setup contract with a Council-era name.
