Master context engineering for AI agent systems. Use when designing agent architectures, debugging context failures, optimizing token usage, implementing memory systems, building multi-agent coordination, evaluating agent performance, or developing LLM-powered pipelines. Covers context fundamentals, degradation patterns, optimization techniques, compression strategies, memory architectures, multi-agent patterns, evaluation, tool design, and project development.
Install with Tessl CLI
npx tessl i github:siviter-xyz/dot-agent --skill context-engineering87
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Context engineering curates the smallest high-signal token set for LLM tasks. The goal: maximize reasoning quality while minimizing token usage.
When multiple skills are active:
For detailed guidance, see:
references/fundamentals.md - Context anatomy, attention mechanicsreferences/degradation.md - Debugging failures, lost-in-middle, poisoningreferences/optimization.md - Compaction, masking, caching, partitioningreferences/compression.md - Long sessions, summarization strategiesreferences/memory.md - Cross-session persistence, knowledge graphsreferences/multi-agent.md - Coordination patterns, context isolationreferences/evaluation.md - Testing agents, LLM-as-Judge, metricsreferences/tool-design.md - Tool consolidation, description engineeringe6ec8ed
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.