Agent Skills
› loocor/codmate
› skills-wizard
skills-wizard
GitHub根据用户需求生成CodMate技能草稿,包含ID、名称及详细配置,若需求不清则通过追问澄清,最终输出符合Schema的JSON格式。
触发场景
需要创建新的Agent Skill
将自然语言需求转化为结构化Skill定义
安装
npx skills add loocor/codmate --skill skills-wizard -g -y
SKILL.md
Frontmatter
{
"name": "skills-wizard",
"metadata": {
"short-description": "Generate skill drafts in JSON."
},
"description": "Generate CodMate skill drafts from requirements."
}
Skills Wizard
Overview
Generate a CodMate skill draft based on user intent. Output only JSON that matches the schema.
Instructions
- Propose a skill id and name.
- Provide description, overview, instructions, examples, and notes.
- If unclear, return mode "question" with follow-up questions.
Output
Return only JSON.
版本历史
- 0.5.9 当前 2026-07-24 20:28


