← Back to list

skill-with-hooks
by microsoft
⭐ 2🍴 2📅 Jan 22, 2026
SKILL.md
name: skill-with-hooks description: Example skill demonstrating embedded hooks for validation and logging version: "1.0.0" license: MIT hooks: PreToolUse: - matcher: "Bash" hooks: - type: command command: "./hooks/validate-bash.sh" timeout: 10 - matcher: "." hooks: - type: command command: "./hooks/log-tool-use.sh" timeout: 5 PostToolUse: - matcher: "." hooks: - type: command command: "./hooks/log-tool-result.sh" timeout: 5
Skill With Hooks Example
This is an example skill that demonstrates how to embed Claude Code-compatible hooks directly in a skill's frontmatter.
Purpose
When this skill is loaded, its hooks become active for the session:
- PreToolUse (Bash): Validates bash commands before execution
- PreToolUse (all tools): Logs all tool invocations
- PostToolUse (all tools): Logs tool results
Hook Scripts
The hooks reference scripts in the ./hooks/ directory relative to this skill:
validate-bash.sh- Checks bash commands for dangerous patternslog-tool-use.sh- Logs tool name and parameterslog-tool-result.sh- Logs tool execution results
Usage
Load this skill to activate its hooks:
load_skill(skill_name="skill-with-hooks")
The hooks will remain active until the session ends.
Testing
This skill is used to validate the skill-scoped hooks integration between
amplifier-module-tool-skills and amplifier-module-hooks-shell.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon