llama swap commands

3 tagged llama swap, measured the same way as everything else here.

cloudone

01

pcvelz/cloudone

Command

Delegate a task to a separate zero-token Claude Code session running on your local model (llama-swap/llama.cpp). Use for long-running work (pipelines, test suites, bulk edits) or simple side tasks (e.g. writing a hook) that would otherwise burn main-session context. The spawned session opens in a new terminal window…

1 19d ago A 79 tokens original MIT

pcvelz/cloudone

Command

Convert an existing slash command into a cloudone-delegated sibling: the expensive, stateless part of its body runs in a spawned local-model side session while the steps that need your session's identity stay home. Emits a NEW command next to the original; the original is never modified.

1 19d ago A 58 tokens original MIT

onboard

03

pcvelz/cloudone

Command

Guided setup for cloudone: choose how side sessions launch (new terminal / tmux / custom), point at your local model backend (llama-swap recommended), pick a model, and optionally install the example harness. Writes /.claude/cloudone/config.json.

1 19d ago B 54 tokens original MIT