Kim Crud
Description
--- description: Kim CRUD生成命令 - 根据表名和字段生成完整增删改查代码 allowed-tools: Read, Write, Edit, Bash, Task argument-hint: [表名和字段描述] --- # Kim CRUD生成命令 > 输入表名和字段,生成完整的增删改查代码(Model + Schema + Router + Service) 你现在要生成CRUD代码:$ARGUMENTS **模式说明**:这是模板化生成模式,专门处理数据库CRUD操作。 ## 执行流程 ### 阶段1:信息收集 首先分析用户输入,提取: - **表名**:如 `User`、`Product`、`Order` - **字段列表**:字段名、类型、约束 - **技术栈**:FastAPI/Express/Spring(检测项目现有框架) 如果信息不完整,询问用户: ``` 📝 请补充以下信息: 1. 表名:User(已识别) 2. 字段(格式:字段名:类型:约束): - id: int: 主键,自增 - username: s
Installation
Installs to ~/.claude/commands/kimyx0207-claudecode-codex-gemini-kim-crud.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/KimYx0207/Claudecode-Codex-Gemini/HEAD/.claude/commands/kim-crud.md -o ~/.claude/commands/kimyx0207-claudecode-codex-gemini-kim-crud.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development