context-engineering-collection
Structured guidance for building production AI agent systems through effective context management and multi-agent architectures.
- Covers foundational context engineering concepts including attention degradation patterns, context poisoning, and signal-to-noise optimization for language models
- Provides architectural patterns for multi-agent coordination (supervisor, peer-to-peer, hierarchical), memory system design, and filesystem-based context management
- Includes operational excellence guidance on context compression, token optimization, and multi-dimensional evaluation frameworks for production systems
- Addresses tool design principles, hosted agent infrastructure patterns, and staged project development methodology with idempotent pipelines
- Organized as an interconnected collection of 11 skills covering fundamentals, architecture, and operations that work independently or in combination
Agent Skills for Context Engineering
This collection provides structured guidance for building production-grade AI agent systems through effective context engineering.
When to Activate
Activate these skills when:
- Building new agent systems from scratch
- Optimizing existing agent performance
- Debugging context-related failures
- Designing multi-agent architectures
- Creating or evaluating tools for agents
- Implementing memory and persistence layers
Skill Map
Foundational Context Engineering
Understanding Context Fundamentals
More from muratcankoylan/agent-skills-for-context-engineering
context-optimization
This skill should be used when the user asks to "optimize context", "reduce token costs", "improve context efficiency", "implement KV-cache optimization", "partition context", or mentions context limits, observation masking, context budgeting, or extending effective context capacity.
27context-compression
This skill should be used when the user asks to "compress context", "summarize conversation history", "implement compaction", "reduce token usage", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.
21memory-systems
>
19multi-agent-patterns
This skill should be used when the user asks to "design multi-agent system", "implement supervisor pattern", "create swarm architecture", "coordinate multiple agents", or mentions multi-agent patterns, context isolation, agent handoffs, sub-agents, or parallel agent execution.
19tool-design
This skill should be used when the user asks to "design agent tools", "create tool descriptions", "reduce tool complexity", "implement MCP tools", or mentions tool consolidation, architectural reduction, tool naming conventions, or agent-tool interfaces.
18context-fundamentals
This skill should be used when the user asks to "understand context", "explain context windows", "design agent architecture", "debug context issues", "optimize context usage", or discusses context components, attention mechanics, progressive disclosure, or context budgeting. Provides foundational understanding of context engineering for AI agent systems.
16