context-engineering-collection
A comprehensive collection of Agent Skills for context engineering, harness engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, evaluating, or debugging agent systems that require effective context management and reliable operating loops.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering ~/.claude/skills/context-engineering-collection
From README
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 Designing autonomous research or evaluation harnesses Skill Map Foundational Context Engineering Understanding Context Fundamentals Context is not just prompt text—it is the complete state available to the language model at inference time, including system instructions, tool definitions, retrieved documents, message history, and tool outputs. Effective context engineering means understanding what information truly matters for the task at hand and curating that information for maximum signal-to-noise ratio.
More from this repo
context-compression
This skill should be used when long-running agent sessions need context compression, structured summarization,...
context-degradation
This skill should be used for diagnosing and mitigating context degradation: lost-in-middle failures, context...
context-fundamentals
This skill should be used to explain or reason about the foundational concepts of context engineering: what context is,...