kimi-first
Claude Code skill: Kimi types, Claude thinks & verifies — route implementation work-orders to the Kimi Code CLI (k3). A port of @steipete's codex-first (github.com/steipete/agent-scripts). By @boringmarketer · boringmarketing.com
Install / Use
npx skills add boringmarketer/kimi-firstInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
MarketingSupported Platforms
Skill content
View source on GitHubkimi-first
A Claude Code skill that routes implementation work-orders to Kimi Code CLI (Kimi k3) lanes — Kimi types, Claude thinks and verifies.
Claude keeps the judgment work: specs, architecture, orchestration, review, and the merge button. Kimi gets the hands-on volume: frozen-spec builds, mechanical migrations, test fills, bulk sweeps, CI fixes. Kimi's flat-rate membership makes it a cheap, high-throughput implementation lane while Claude spends its tokens on the parts that need judgment.
This is a port of @steipete's excellent codex-first skill (from agent-scripts) — same delegation doctrine, swapped from the Codex CLI to the Kimi Code CLI.
How it works
When a task reads as a work order (the spec is frozen, no design decisions left), Claude:
- Writes a full-context prompt to a temp file — goal, repo paths, constraints, non-goals, expected proof, output shape. Kimi starts with zero session context, so spec quality decides success.
- Runs
kimi -pheadless in the target repo (tool calls auto-approved, thinking to stderr, answer to stdout). - Reviews the full diff like a hostile PR reviewer, runs the tests itself — Kimi's claims are advisory.
- Iterates via
kimi --continue; after 2 failed rounds, takes over and does it directly. - Ships through normal repo protocol — Claude's hands on the merge button, never Kimi's.
Design work, tiny edits, prod operations, and review are never delegated.
Install
1. Kimi Code CLI (skip if you have it — check with kimi --version):
curl -fsSL https://code.kimi.com/kimi-code/install.sh | bash
kimi login # device-code flow, needs a Kimi membership
Docs: moonshotai.github.io/kimi-code
2. The skill, into Claude Code:
mkdir -p ~/.claude/skills/kimi-first
curl -fsSL https://raw.githubusercontent.com/boringmarketer/kimi-first/main/skills/kimi-first/SKILL.md \
-o ~/.claude/skills/kimi-first/SKILL.md
Or clone and symlink:
git clone https://github.com/boringmarketer/kimi-first.git
ln -s "$(pwd)/kimi-first/skills/kimi-first" ~/.claude/skills/kimi-first
Claude Code picks it up automatically; invoke it explicitly with /kimi-first or just hand Claude a work-order-shaped task.
Verified behavior
The CLI mechanics in the skill were live-tested against Kimi Code CLI v0.26.0:
kimi -pruns headless with tool calls auto-approved — answer on stdout (•-prefixed), thinking on stderr--yolorefuses to combine with-p(and isn't needed)kimi --continue -presumes the latest session for that directory with full context--continueis cwd-filtered — never run two concurrent sessions in the same directory- Headless mode auto-approves, so only delegate from repos without prod secrets in reach
Credits
- @steipete for the original codex-first doctrine this ports
- Built by @boringmarketer · boringmarketing.com — Search & AI visibility, in Slack
License
Related Skills
Agent-Reach
84.7kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Anthropic-Cybersecurity-Skills
33.2k817 structured cybersecurity skills for AI agents · Mapped to 6 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND, NIST AI RMF & MITRE F3 (Fight Fraud) · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms · 29 security domains ·…
claude-skills
26.2k380 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 380+ skills, customizable references, scripts)for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory, research, business operations, commerc…
loop-engineering
11.3kPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit, loop-init, loop-cost.
Security Score
Audited on Sep 4, 2026
