Agent Skills
› loocor/codmate
› commands-wizard
commands-wizard
GitHub根据用户意图生成CodMate斜杠命令草稿,输出符合模式的JSON。若需求不清则返回追问模式。
Trigger Scenarios
用户请求创建新的斜杠命令
需要自动生成命令配置
Install
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.
Version History
- 0.5.9 Current 2026-07-24 20:28


