hook-recipes

Provides plug-and-play recipes for common Kubernetes deployment scenarios.

69|9|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Tibsfox/gsd-skill-creator --skill hook-recipes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hook-recipes
Source: https://github.com/Tibsfox/gsd-skill-creator/tree/main/examples/skills/hook-recipes
Command: npx skills add https://github.com/Tibsfox/gsd-skill-creator --skill hook-recipes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Curated set of ready-to-use Claude Code hook configurations to enforce safety, automate workflows, format outputs, and inject context.

Core Features & Use Cases

  • Safety hooks for PreToolUse and PostToolUse to block dangerous actions and log activity
  • Formatting and linting hooks to keep code and outputs consistent
  • Context injection and notifications to streamline Claude Code sessions
  • Use Case: Configure hooks once, then reuse them across multiple projects to guard critical pipelines

Quick Start

Copy these hook recipes into your Claude configuration and enable the ones you need to start protecting and automating your workflow.

Frequently Asked Questions about hook-recipes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Claude Code hooks to block dangerous actions automatically?

You configure Claude Code hooks by copying ready-made JSON safety templates into your configuration to enforce PreToolUse and PostToolUse guardrails. These hook recipes block dangerous actions and log activity automatically.

Can I automate code formatting and linting across development sessions using Claude Code hooks?

Yes, you can automate code formatting and linting by enabling specific formatting hook recipes in your Claude configuration. These hooks execute during development sessions to keep code and outputs consistently formatted.

What is the best way to audit activity and inject context into Claude Code CI pipelines?

The best way to audit activity and inject context is to enable logging and context hook recipes within your Claude configuration. These templates provide activity auditing and context injection for CI pipelines.

Do I need to write custom scripts to set up safety guardrails for sensitive data handling in Claude Code?

No, you do not need to write custom scripts to set up safety guardrails. This provides a wide set of modular JSON hook templates with safe defaults and clear usage guidance specifically for sensitive data handling.

Can I reuse the same hook configurations across multiple projects to guard critical pipelines?

Yes, you can reuse the same hook configurations across multiple projects. You copy these modular hook definitions once, then apply them to guard critical pipelines and ensure predictable execution order.

Why should I use predefined hook recipes instead of building Claude Code hooks from scratch?

Predefined hook recipes provide safe defaults and predictable execution order without manual trial and error. They offer ready-to-use JSON templates for safety, formatting, and logging to accelerate secure workflows.