---
title: "Example code"
description: "<!-- A clear, descriptive name for the pattern -->"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/pattern-proposal
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:31:45.286Z
license: CC-BY-4.0
attribution: "Example code — Claudary (https://claudary.paisolsolutions.com/skills/pattern-proposal)"
---

# Example code
<!-- A clear, descriptive name for the pattern -->

## Overview

---
name: New Pattern Proposal
about: Propose a new agentic pattern to add to the collection
title: '[PATTERN] '
labels: 'new-pattern'
assignees: ''
---

## Pattern Name

<!-- A clear, descriptive name for the pattern -->

## Official Source

<!-- REQUIRED: Link to Anthropic documentation, blog post, or official example -->

- Source URL:
- Source Type: [ ] Documentation [ ] Blog Post [ ] Official Example [ ] Other

## Pattern Description

### What does this pattern do?

<!-- Explain in 2-3 sentences -->

### What problem does it solve?

<!-- Describe the use case -->

### How is it different from existing patterns?

<!-- Explain how it differs from patterns already in the collection -->

## Proposed Structure

### When to Use

<!-- List scenarios where this pattern applies -->

- Scenario 1
- Scenario 2
- Scenario 3

### Key Components

<!-- List the main components of the pattern -->

- Component 1
- Component 2
- Component 3

## Code Example

<!-- Provide a brief code example if possible -->

```python
# Example code
```

## Checklist

- [ ] I have verified this pattern has an official Anthropic source
- [ ] This pattern is not already documented in the collection
- [ ] I can provide working code examples
- [ ] I can create Mermaid diagrams for this pattern
- [ ] I am willing to write this pattern (or just proposing for others)

## Additional Context

<!-- Any other information that would help evaluate this proposal -->

---

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