context-engineering
Installation
SKILL.md
Context Engineering
Overview
context-engineering provides systematic strategies for optimizing Claude Code context window usage. It helps you monitor token consumption, reduce context load, design context-efficient skills, and apply proven optimization patterns.
Purpose: Maximize Claude Code effectiveness while managing token costs and maintaining conversation quality
The 5 Context Optimization Operations:
- Monitor Context Usage - Track token consumption, identify heavy consumers
- Reduce Context Load - Remove stale content, minimize loaded files
- Optimize Skill Design - Progressive disclosure, efficient reference loading
- Separate Planning/Execution - Keep execution context clean
- File-Based Strategies - Externalize large data (95% token savings)