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


