All skills
Skillintermediate

Creating Custom Hats

!!! note "Documentation In Progress" This page is under development. Check back soon for comprehensive custom hat documentation.

Claude Code Knowledge Pack7/10/2026

Overview

Creating Custom Hats

!!! note "Documentation In Progress" This page is under development. Check back soon for comprehensive custom hat documentation.

Overview

Custom hats allow you to extend Ralph's orchestration capabilities by defining specialized behavioral modes for AI agents.

Quick Start

hats:
  my-custom-hat:
    emoji: "🎯"
    system_prompt: "You are a specialized agent for..."
    triggers:
      - pattern: "custom-trigger"

See Also