← all publishers

WhereTheTunnelEnds

@wherethetunnelends source repo

3 published skills

  1. Model Panel · wherethetunnelends
    Use when a decision is expensive to get wrong and a single model's opinion isn't enough - hard architecture calls, risky refactors, security-sensitive code, debugging that has resisted one line of attack, or any "am I sure about this?" moment. Fans the question out to GLM, Codex, Copilot, Antigravity, Ollama and OpenRouter in parallel (read-only), then synthesizes the answers against Claude's own. For handing over whole tasks rather than questions, use delegate-task instead.
    0 installs
  2. Build Adapter · wherethetunnelends bundle
    Use when adding a new model provider to Quorum - wiring up a local model (MLX, Ollama, LM Studio, llama.cpp, vLLM), another vendor's coding CLI (Gemini, Cursor, Amp, Aider), or any OpenAI/Anthropic-compatible endpoint so it can be consulted and delegated to like the built-in ones. Probes the provider empirically, then writes an adapter from what was measured. Also use when an existing adapter broke after a CLI update.
    0 installs
  3. Delegate Task · wherethetunnelends
    Use when handing an entire unit of work to another vendor's coding agent rather than doing it in this session - offloading implementation to preserve Claude quota, running the same task on several models to compare results, or routing work to a provider with a capability Claude lacks (GLM's 1M context, Copilot's GitHub integration, Codex's repo review). For asking a question rather than assigning work, use model-panel instead.
    0 installs