Agent Skills
› loocor/codmate
› commands-wizard
commands-wizard
GitHub根据用户意图生成 CodMate 斜杠命令草稿,输出符合模式的 JSON。若意图不清则返回追问模式。
触发场景
需要创建新的 CodMate 斜杠命令
将自然语言需求转化为结构化命令定义
安装
npx skills add loocor/codmate --skill commands-wizard -g -y
SKILL.md
Frontmatter
{
"name": "commands-wizard",
"metadata": {
"short-description": "Generate command drafts in JSON."
},
"description": "Generate CodMate slash command drafts from requirements."
}
Commands Wizard
Overview
Generate a CodMate slash command draft based on user intent. Output only JSON that matches the schema.
Instructions
- Read the user's request and conversation context.
- Produce a concise command name, description, and prompt.
- If unclear, return mode "question" with follow-up questions.
Output
Return only JSON.
版本历史
- 0.5.9 当前 2026-07-24 20:28


