Agent Skills
› loocor/codmate
› skills-wizard
skills-wizard
GitHub根据用户意图生成 CodMate 技能草稿,输出包含 ID、名称、描述及指令的 JSON。若信息不清则返回问题模式以获取补充信息。
Trigger Scenarios
需要创建新的 Agent Skill
将自然语言需求转换为结构化技能定义
Install
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.
Version History
- 0.5.9 Current 2026-07-24 20:28


