Building

Design patterns, code examples, and proven solutions for building agent skills.

Developer Mar 24, 2026

Skill Composition

Orchestrating multiple skills together: dependency resolution, parallel execution, shared context, and building complex capabilities from simple parts.

composition orchestration architecture
Technical Mar 22, 2026

Context Management

Strategies for working within context window limits: summarization, selective loading, and memory patterns for agent skills.

design context memory
Developer Mar 21, 2026

Building a Code Review Skill

A multi-step code review skill that diffs changes, analyzes code quality, and generates structured feedback, demonstrating skill composition and error handling.

typescript code-review composition
Technical Mar 20, 2026

Multi-Step Workflows

Patterns for chaining skills into complex, multi-step workflows with state management, branching logic, and recovery strategies.

composition workflows state-management
Technical Mar 18, 2026

Human-in-the-Loop

Patterns for involving humans in agent workflows: approval gates, progressive autonomy, and knowing when to escalate.

design safety approval
Technical Mar 17, 2026

Error Handling Patterns

How to build agent skills that handle failures gracefully: retry strategies, fallbacks, partial completion, and informative error responses.

design errors reliability
Developer Mar 17, 2026

Building a File Search Skill

A complete, annotated implementation of a file search skill with glob pattern matching, result formatting, and thorough tests.

claude-code typescript file-system
Technical Mar 15, 2026

Tool Use Patterns

How agents select and invoke tools: best practices for tool descriptions, parameter schemas, and reliable invocation.

design tools fundamentals