context-engineering

Installation
SKILL.md

Context Engineering

The discipline of curating the smallest high-signal token set that achieves desired outcomes.

Overview

Context engineering goes beyond prompt engineering. While prompts focus on what you ask, context engineering focuses on everything the model sees—system instructions, tool definitions, documents, message history, and tool outputs.

Key Insight: Context windows are constrained not by raw token capacity but by attention mechanics. As context grows, models experience degradation.

When to Use

  • Designing agent system prompts
  • Optimizing RAG retrieval pipelines
  • Managing long-running conversations
  • Building multi-agent architectures
  • Reducing token costs while maintaining quality

Related skills

More from yonatangross/orchestkit

Installs
12
GitHub Stars
170
First Seen
Jan 22, 2026