---
title: "context-engineering"
description: "Use when writing, editing, or optimizing commands, skills, or sub-agent prompts. Provides deep understanding of context mechanics in agent systems."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/context-engineering
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:18:57.998Z
license: CC-BY-4.0
attribution: "context-engineering — Claudary (https://claudary.paisolsolutions.com/skills/context-engineering)"
---

# context-engineering
Use when writing, editing, or optimizing commands, skills, or sub-agent prompts. Provides deep understanding of context mechanics in agent systems.

## Overview

# context-engineering

Use when writing, editing, or optimizing commands, skills, or sub-agent prompts. Provides deep understanding of context mechanics in agent systems.

**The Anatomy of Context:**

| Component | Role | Key Insight |
|-----------|------|-------------|
| **System Prompts** | Core identity and constraints | Balance specificity vs flexibility ("right altitude") |
| **Tool Definitions** | Available actions | Poor descriptions force guessing; optimize with examples |
| **Retrieved Documents** | Domain knowledge | Use just-in-time loading, not pre-loading |
| **Message History** | Conversation state | Can dominate context in long tasks |
| **Tool Outputs** | Action results | Up to 83.9% of total context usage |

**Key Principles:**

- **Attention Budget** - Context is finite; every token depletes the budget
- **Progressive Disclosure** - Load information only when needed
- **Quality over Quantity** - Smallest high-signal token set wins
- **Lost-in-Middle Effect** - Critical info at start/end, not middle

**Practical Patterns:**

- File-system based access for progressive disclosure
- Hybrid strategies (pre-load some, load rest on-demand)
- Explicit context budgeting with compaction triggers

---

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