mcpbeat

Setup Council

aigorahub/setup-council

Compatibility alias for Cobbler external-agent setup. Use when the user types /setup-council.

301 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
197
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aigorahub/elves --skill setup-council

The instruction itself

1 sections, as written by the author

<!-- 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:

  • 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.toml preferences; 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 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.

How to use it

Copy the folder

Take aigorahub/setup-council from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.