Designing what information goes into the context window and in what order.
23
11%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./gemini-extension/prompt-architecture/skills/context-engineering/SKILL.mdThe context window is finite. What goes into it — and in what order — determines the quality of every output. Context engineering is the practice of deliberately designing the information architecture of the context window.
Every context window has a token budget. Allocate it deliberately:
Order matters. The model pays different amounts of attention to different positions:
Not everything should go into the context. Design selection criteria:
How to tell if your context engineering is working:
0e565c2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.