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


