Agent Skills
› loocor/codmate
› skills-wizard
skills-wizard
GitHub根据用户意图生成 CodMate 技能草稿的辅助工具,自动输出符合规范的 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


