Dwonczykj

Model Provider — Testing skill for Claude Code

Testing community

Switch the default model provider for sf's spawned build/test sub-agents: anthropic (default), codex, or cursor — to manage usage limits.

How to install Model Provider

Installs to ~/.claude/skills/dwonczykj-sf-model-provider/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dwonczykj-sf-model-provider && curl -fsSL https://raw.githubusercontent.com/Dwonczykj/sf/HEAD/commands/model-provider.md -o ~/.claude/skills/dwonczykj-sf-model-provider/SKILL.md

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

What Model Provider does


description: "Switch the default model provider for sf's spawned build/test sub-agents: anthropic (default), codex, or cursor — to manage usage limits."

Set or show the default model provider sf routes its spawned **worker sub-agents** (the build agent and the T1/T2/T3 test agents) through. Switching it lets you push that work onto a different vendor's subscription when you're near a usage limit.

The choice is persisted to `~/.claude/sf-model-provider` (one lowercase word), same convent

Alternatives in Testing

  • Deslop Reborn — One iteration of the IronClaw Reborn de-slop loop — take ONE Reborn crate, fan out parallel review sub-agents 12.6k ★
  • Crlf — Test for CRLF / HTTP response-splitting and host-header injection — Set-Cookie injection, cache poisoning, res 4.5k ★
  • Spec Kitty — Spec-Driven Development for serious software developers 1.6k ★

Full documentation available on GitHub

View Source Repository