Agent Skills
› loocor/codmate
› hooks-wizard
hooks-wizard
GitHub根据用户需求及事件/变量目录,生成 CodMate Hook 草稿。支持从目录中选择合适的事件和匹配器,输出包含命令的 JSON 格式 Hook 草案。若需求不明确,则返回提问模式以澄清意图。
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


