Setup council
Compatibility alias for Cobbler external-agent setup. Use when the user types /setup-council.From its SKILL.md
npx -y skills add aigorahub/elves --skill setup-councilAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 242 tokens by cl100k_base, as published. Nobody here has run it
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:
- Setup must not require OpenRouter or external keys.
- Do not print credentials or run paid model turns by default (live smoke is opt-in).
- Write only ignored local
.elves/models.tomlpreferences; Never stage secrets or that file. - Keep native-first defaults and host-native fallbacks.
- Interview → apply → probe; re-run to update choices later.
- Use the main
elvesskill for full setup wording and operator CLI flags.
Codex equivalent: $elves setup-council or natural language — not a top-level Codex slash command.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.