muratcankoylan/Agent-Skills-for-Context-Engineering

A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, or debugging agent systems that require effective context management.

What it solves

This project provides a comprehensive collection of "Agent Skills" designed to solve the problem of context window management—known as context engineering. It addresses the degradation of AI model performance (such as the "lost-in-the-middle" phenomenon) by teaching developers how to curate the smallest set of high-signal tokens to maximize agent effectiveness.

How it works

The project is organized as a platform-agnostic library of skills that can be integrated into agent platforms like Claude Code, Cursor, and Codex. It uses a "progressive disclosure" design philosophy where agents load only basic skill descriptions initially and load full content only when a specific skill is activated for a task. The repository includes a structured directory layout (each skill in its own folder with a SKILL.md file) to maintain relative references and compatibility with agent plugin systems.

Who it’s for

It is intended for developers building production-grade AI agent systems who need to optimize how their agents handle memory, tool design, multi-agent orchestration, and long-horizon tasks.

Highlights

  • Comprehensive Skill Library: Covers foundational context management, architectural patterns (multi-agent, memory systems), and operational skills (evaluation, harness engineering).
  • Curation Framework: Includes a "Researcher Operating System" to turn external research into skill updates via a formal state machine and benchmarked router.
  • Platform Integration: Ready-to-use as a plugin for Claude Code, Cursor, and Open Plugins.
  • Practical Examples: Provides full system designs, such as a "Digital Brain" personal OS and an LLM-as-Judge evaluation tool, to demonstrate skill application.

Related

  • Project
  • Project
  • Project
  • Project
  • Project