---
name: Setup Council
slug: setup-council
category: AI Engineering
description: Setup Council is a compatibility alias for Cobbler external-agent setup when the user types /setup-council. It delegates to the model onboarding and setup flow without requiring external keys.
github: "https://github.com/aigorahub/elves/tree/main/aliases/claude/setup-council"
language: Python
stars: 218
forks: 14
install: "npx degit https://github.com/aigorahub/elves/tree/main/aliases/claude/setup-council ~/.claude/skills/setup-council"
installs_to: ~/.claude/skills/setup-council
source_path: aliases/claude/setup-council/SKILL.md
collection_size: 14
category_size: 2970
collection_url: "https://dirskills.com/collections/aigorahub/elves"
added: 2026-09-04T05:25:12.189Z
last_synced: 2026-09-04T05:25:12.189Z
canonical_url: "https://dirskills.com/skills/setup-council"
---

# Setup Council

Setup Council is a compatibility alias for Cobbler external-agent setup when the user types /setup-council. It delegates to the model onboarding and setup flow without requiring external keys.

**Install:**

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

## README

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

# Setup Council (Cobbler compatibility)

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

It delegates to the same Cobbler **model onboarding / setup** contract as `/setup-cobbler`,
`references/model-onboarding.md`, and
`python3 scripts/cobbler_agents.py onboard plan|show|apply|probe` and
`python3 scripts/cobbler_agents.py setup`. Council is a compatibility gathering name; Cobbler is the
coordinator.

Rules:

1. Setup must not require OpenRouter or external keys.
2. Do not print credentials or run paid model turns by default (live smoke is opt-in).
3. Write only ignored local `.elves/models.toml` preferences; Never stage secrets or that file.
4. Keep native-first defaults and host-native fallbacks.
5. Interview → apply → probe; re-run to update choices later.
6. Use the main `elves` skill for full setup wording and operator CLI flags.

Codex equivalent: `$elves setup-council` or natural language — not a top-level Codex slash command.
