tkv00

New Provider — AI skill for Claude Code

AI community

Wire a new AI CLI provider into the runner harness.

How to install New Provider

Installs to ~/.claude/commands/tkv00-career-atelier-ai-context-pack-new-provider.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/tkv00/Career-Atelier-AI-Context-Pack/HEAD/.claude/commands/new-provider.md -o ~/.claude/commands/tkv00-career-atelier-ai-context-pack-new-provider.md

Restart Claude Code, or start a new session, for it to be picked up.

What New Provider does


description: Wire a new AI CLI provider into the runner harness

Add a CLI provider: $ARGUMENTS

Read `docs/HARNESS-ENGINEERING.md` sections 5 through 7 first. That section is a list of things that cost real debugging time; assume the new CLI has its own.

The four edits

  1. Harnessrunner/providers/.mjs exporting spawn and extractOutput.
  2. Login checkrunner/safety.mjs: add the slug to the allowlist and add a providerStatus branch that det

Alternatives in AI

  • Opencodex — Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama… 12.3k ★
  • EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★
  • LongHorizon Harness — The long-horizon computer-use harness 1.3k ★

Full documentation available on GitHub

View Source Repository