Agent Skills
› loocor/codmate
› hooks-wizard
hooks-wizard
GitHub根据用户需求生成 CodMate Hook 草稿,从事件和变量目录中选择匹配项并输出 JSON。若需求不明确则返回提问模式。
Trigger Scenarios
用户提出自动化或钩子配置需求
需要基于事件目录生成 Hook 脚本
Install
npx skills add loocor/codmate --skill hooks-wizard -g -y
SKILL.md
Frontmatter
{
"name": "hooks-wizard",
"metadata": {
"short-description": "Generate hook configuration drafts in JSON."
},
"description": "Generate CodMate hook drafts from requirements."
}
Hooks Wizard
Overview
Generate a CodMate Hook draft based on the user's requirement and provided event/variable catalogs. Output only JSON that matches the schema.
Instructions
- Read the user's request and any conversation context.
- Choose the most appropriate event and matcher from the catalog.
- Produce a Hook draft with one or more commands.
- If the requirement is unclear, return mode "question" with follow-up questions.
Output
Return only JSON.
Version History
- 0.5.9 Current 2026-07-24 20:28


