---
title: "Creating Custom Hats"
description: "!!! note \"Documentation In Progress\" This page is under development. Check back soon for comprehensive custom hat documentation."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/custom-hats
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:19:15.671Z
license: CC-BY-4.0
attribution: "Creating Custom Hats — Claudary (https://claudary.paisolsolutions.com/skills/custom-hats)"
---

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

## 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

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

## See Also

- [Hats & Events](../concepts/hats-and-events.md) - Core concepts
- [Presets](../guide/presets.md) - Using built-in hat collections
- [Architecture](architecture.md) - System design overview

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/custom-hats) · https://claudary.paisolsolutions.com
