Kim Api
Description
--- description: Kim API生成命令 - 根据接口描述生成完整API端点(路由+校验+文档) allowed-tools: Read, Write, Edit, Bash, Task argument-hint: [接口名称和参数描述] --- # Kim API生成命令 > 输入接口需求,生成完整API端点:路由、参数校验、错误处理、文档注释 你现在要生成API端点:$ARGUMENTS **模式说明**:专门生成单个API端点,比CRUD更灵活,适合非标准接口。 ## 执行流程 ### 阶段1:分析接口需求 解析用户输入,提取: - **接口名称**:如 `sendVerificationCode`、`resetPassword` - **HTTP方法**:GET/POST/PUT/DELETE - **请求参数**:Query/Body/Path参数 - **响应格式**:返回数据结构 - **业务逻辑**:核心处理逻辑 如果信息不完整,询问用户: ``` 📝 请补充接口信息: 1. 接口名称:发送验证码 2. HTTP方法:POST(推荐
Installation
Installs to ~/.claude/commands/kimyx0207-claudecode-codex-gemini-kim-api.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/KimYx0207/Claudecode-Codex-Gemini/HEAD/.claude/commands/kim-api.md -o ~/.claude/commands/kimyx0207-claudecode-codex-gemini-kim-api.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