Borrowing it
Nothing to install: this file belongs to KimYx0207/Claudecode-Codex-Gemini. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/KimYx0207/Claudecode-Codex-Gemini/main/.claude/commands/kim-team.mdgit clone --depth 1 https://github.com/KimYx0207/Claudecode-Codex-GeminiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/kimyx0207/claudecode-codex-gemini/kim-team)<a href="https://agentmods.dev/commands/kimyx0207/claudecode-codex-gemini/kim-team"><img src="https://agentmods.dev/badge/commands/kimyx0207/claudecode-codex-gemini/kim-team/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/kimyx0207/claudecode-codex-gemini/kim-team"><img src="https://agentmods.dev/badge/commands/kimyx0207/claudecode-codex-gemini/kim-team.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00030 | $0.02308 |
| Opus 5 | $0.00015 | $0.01154 |
| Sonnet 5 | $0.00006 | $0.00462 |
| Haiku 4.5 | $0.00003 | $0.00231 |
Grade A, and why
kim-team scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 274 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kim团队协作命令(基于MCP)
公众号:老金带你玩AI | 微信:xun900207 | 备注AI加入AI交流群
你现在要协调3个AI工具完成任务:$ARGUMENTS
重要:本命令使用MCP Server封装的Codex和Gemini工具,而不是直接调用bash命令。
⚠️ 文件写入规则(必须遵守)
Claude Code的Write工具要求:写入文件前必须先读取它。对于新文件,使用以下3步模式:
# 创建新文件的标准流程:
1. 用 Bash 创建目录和空文件:mkdir -p 目录 && echo "" > 文件路径
2. 用 Read 读取该文件
3. 用 Write 写入实际内容
示例:
# 步骤1:创建目录和空文件
mkdir -p .kim-orchestrator && echo "" > .kim-orchestrator/phase1_requirements.json
# 步骤2:Read 读取文件(必须)
# 步骤3:Write 写入JSON内容
执行流程
阶段0.1:健康检查
参考 .claude/skills/kim-orchestrator/prompts/health-check.md 执行MCP健康检查。
在开始前检测MCP工具是否可用:
- 检测
mcp__codex__codex(代码生成必需) - 检测
mcp__gemini__gemini(代码审查必需)
根据检测结果:
- ✅ 全部可用 → 继续执行完整流程
- ⚠️ Codex不可用 → 询问是否用Claude降级生成
- ⚠️ Gemini不可用 → 询问是否跳过审查(等同/kim-code)
- ❌ 全部不可用 → 显示修复指南,运行
/kim-setup
阶段0.2:初始化工作目录
在开始任何阶段前,先创建工作目录和所有需要的空文件:
mkdir -p .kim-orchestrator && echo "" > .kim-orchestrator/phase1_requirements.json && echo "" > .kim-orchestrator/phase2_code.md && echo "" > .kim-orchestrator/phase3_review.md && echo "" > .kim-orchestrator/result.md
然后依次读取这些文件(可并行):
- Read .kim-orchestrator/phase1_requirements.json
- Read .kim-orchestrator/phase2_code.md
- Read .kim-orchestrator/phase3_review.md
- Read .kim-orchestrator/result.md
阶段1:需求分析(你自己完成)
请详细分析用户的需求,输出JSON格式的技术方案,包含:
{
"task_description": "任务描述",
"features": ["功能1", "功能2", "..."],
"tech_stack": {
"language": "编程语言",
"framework": "框架",
"libraries": ["依赖库1", "依赖库2"]
},
"file_structure": {
"files": [
{"path": "文件路径", "purpose": "用途"}
]
},
"key_points": [
"关键实现要点1",
"关键实现要点2"
],
"risks": [
"潜在风险1",
"潜在风险2"
]
}
将这个JSON保存到临时文件 .kim-orchestrator/phase1_requirements.json
阶段2:代码生成(调用Codex MCP Server)
使用MCP工具调用Codex生成代码。
重要:检查是否有 mcp__codex__codex 工具可用。如果没有,告诉用户:
⚠️ Codex MCP Server未配置!
请按照以下步骤配置:
1. 查看 mcp-servers/INSTALLATION.md 获取完整配置指南
2. 配置Claude Desktop的claude_desktop_config.json
3. 重启Claude Desktop
快速配置:参考 .kim-orchestrator/claude_desktop_config_complete.json
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 274 lines · 30 tokens per session scan A 5d02bf0643a3
kim-team is a command published in the GitHub repository KimYx0207/Claudecode-Codex-Gemini (119 stars, last pushed 27d ago), licensed MIT. It adds 30 tokens to every session and 2,308 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.