---
name: Cobbler
slug: cobbler
category: AI Engineering
description: Cobbler invokes Elves’ default orchestration model for fitted answers and agent routing. Use it when a user types /cobbler or needs Cobbler coordination in Claude Code.
github: "https://github.com/aigorahub/elves/tree/main/aliases/claude/cobbler"
language: Python
stars: 218
forks: 14
install: "npx degit https://github.com/aigorahub/elves/tree/main/aliases/claude/cobbler ~/.claude/skills/cobbler"
installs_to: ~/.claude/skills/cobbler
source_path: aliases/claude/cobbler/SKILL.md
collection_size: 14
category_size: 2970
collection_url: "https://dirskills.com/collections/aigorahub/elves"
added: 2026-09-04T05:25:09.940Z
last_synced: 2026-09-04T05:25:09.940Z
canonical_url: "https://dirskills.com/skills/cobbler"
---

# Cobbler

Cobbler invokes Elves’ default orchestration model for fitted answers and agent routing. Use it when a user types /cobbler or needs Cobbler coordination in Claude Code.

**Install:**

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

## README

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

# Cobbler

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

This alias invokes Cobbler, Elves' default orchestration model. Use the installed `elves` skill's
`## Cobbler` instructions as the source of truth. Classify the request first: one-off advice uses
Quick Cobbler, while implementation or active-run requests use Cobbler-first Elves coordination.
For non-trivial tasks, use the main skill's harness loop: capability scan, route and medium selection,
context packet, execute agents/tools/skills, collect evidence, fit answer,
present/record, and reclassify when evidence changes the task.
Use route and medium selection before dispatch.

Default behavior:

1. For one-off Quick Cobbler answers, stay read-only and stateless.
2. For implementation or active-run requests, route work through Cobbler-first Elves coordination;
   worker agents may edit scoped files under the normal Elves rules.
3. Use Claude Code subagents first when independent lenses or workers help.
4. Fall back to direct analysis or direct implementation when subagents are unavailable.
5. Return one fitted answer with `Recommendation`, `Why this fits`, `Strongest dissent`, `Risks`,
   `Next move`, and `Confidence`.

Normal Cobbler use must not require OpenRouter or any external provider key.
