Kim Code
Description
--- description: Kim双引擎开发命令 - Claude需求分析 + Codex代码生成(快速开发模式,无审查) allowed-tools: Read, Write, Edit, Bash, Task argument-hint: [任务描述] --- # Kim代码生成命令(Claude + Codex) > 快速开发模式:需求分析 → 代码生成,跳过审查环节 你现在要协调2个AI工具完成任务:$ARGUMENTS **模式说明**:这是精简版的双引擎模式,适合快速开发、原型验证,不需要代码审查。 ## ⚠️ 文件写入规则(必须遵守) Claude Code的Write工具要求:**写入文件前必须先读取它**。对于新文件: ```bash # 创建新文件的标准流程: 1. 用 Bash 创建目录和空文件:mkdir -p 目录 && echo "" > 文件路径 2. 用 Read 读取该文件 3. 用 Write 写入实际内容 ``` ## 执行流程 ### 阶段0.1:健康检查 **参考 `.claude/skills/kim-orchest
Installation
Installs to ~/.claude/commands/kimyx0207-claudecode-codex-gemini-kim-code.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/KimYx0207/Claudecode-Codex-Gemini/HEAD/.claude/commands/kim-code.md -o ~/.claude/commands/kimyx0207-claudecode-codex-gemini-kim-code.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11