coding-strategy
Installation
SKILL.md
Coding Strategy Skill
Read this before ANY coding task. Even small ones. The goal: maximize free tokens, spread load across providers, and pick the right tool for the job.
Provider Inventory
Tier 1 — Free / Subscription-Included (use first)
| Provider | Access | Best For | How to Invoke |
|---|---|---|---|
| GitHub Copilot | Token auth (subscription) | Fast tasks, code completion, reviews | sessions_spawn with model: "github-copilot/claude-sonnet-4.5" or any copilot model |
| OpenAI Codex CLI | OAuth ($20/mo subscription) | Complex single-file tasks, full-auto mode | exec pty:true command:"codex exec --full-auto 'prompt'" workdir:/path |
| Kimi K2.5 | API key (kimi-coding) | Reasoning-heavy tasks, architecture, large context | sessions_spawn with model: "kimi-coding/k2p5" |
| Jules (Google) | API key: op://DeLoSecrets/Jules/API Key |
Async background coding, PR generation | See Jules section below |
| Augment (auggie) | CLI at ~/.bun/bin/auggie |
Code generation, refactoring, indexing | See Augment section below |