# context-engineering-collection

> Claude/Codex skill by [@muratcankoylan](https://omgskills.com/library/muratcankoylan/index.md) · 18k stars · Updated 2026-08-19

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

```sh
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.

## Links

- HTML page: https://omgskills.com/skills/muratcankoylan/agent-skills-for-context-engineering/
- GitHub: https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering
- Author: [@muratcankoylan](https://omgskills.com/library/muratcankoylan/index.md)

## More from this repo

- [context-compression](https://omgskills.com/skills/muratcankoylan/agent-skills-for-context-engineering/skills/context-compression/index.md) — This skill should be used when long-running agent sessions need context compression, structured summarization,...
   - [@muratcankoylan](https://omgskills.com/library/muratcankoylan/index.md) · 18k stars
- [context-degradation](https://omgskills.com/skills/muratcankoylan/agent-skills-for-context-engineering/skills/context-degradation/index.md) — This skill should be used for diagnosing and mitigating context degradation: lost-in-middle failures, context...
   - [@muratcankoylan](https://omgskills.com/library/muratcankoylan/index.md) · 18k stars
- [context-fundamentals](https://omgskills.com/skills/muratcankoylan/agent-skills-for-context-engineering/skills/context-fundamentals/index.md) — This skill should be used to explain or reason about the foundational concepts of context engineering: what context is,...
   - [@muratcankoylan](https://omgskills.com/library/muratcankoylan/index.md) · 18k stars
