blob: c4fa91dffc6900b39cff9fe7cf5bbf6aba7164bf [file] [edit]
{
"skill-linter-and-review-hook": {
"PostToolUse": [
{
"matcher": "write_to_file|replace_file_content|multi_replace_file_content",
"hooks": [
{
"type": "command",
"command": "./.agents/scripts/validate_skills_hook.sh",
"timeout": 30
}
]
}
],
"PostInvocation": [
{
"type": "command",
"command": "./.agents/scripts/skill_post_invocation_hook.sh",
"timeout": 30
}
]
}
}