Awesome Context Engineering banner
yzfly yzfly

Awesome Context Engineering

AI community

Description

A curated collection of resources, papers, tools, and best practices for Context Engineering in AI agents and Large Language Models (LLMs).

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Awesome Context Engineering

[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![GitHub stars](https://img.shields.io/github/stars/yzfly/awesome-context-engineering.svg?style=social&label=Star)](https://github.com/yzfly/awesome-context-engineering) [![GitHub forks](https://img.shields.io/github/forks/yzfly/awesome-context-engineering.svg?style=social&label=Fork)](https://github.com/yzfly/awesome-context-engineering)

A curated collection of resources, papers, tools, and best practices for **Context Engineering** in AI agents and Large Language Models (LLMs).

Context engineering is the art and science of filling the context window with just the right information at each step of an agent's trajectory.

[中文版本](README_CN.md) | [English](README.md)

📚 Table of Contents

What is Context Engineering?

Context Engineering is the systematic optimization of information payloads for Large Language Models (LLMs). It encompasses:

  • Context Retrieval & Generation: Selecting and creating relevant information
  • Context Processing: Organizing and structuring context for optimal consumption
  • Context Management: Handling context windows, memory, and state across interactions
  • Context Compression: Reducing token usage while preserving essential information
  • Context Isolation: Separating concerns across different context spaces

📖 Featured Articles

Context Rot: How Increasing Input Tokens Impacts LLM Performance

Manus Context Engineering

**Context Engineering for AI Agents: Lessons from Building Manus**

  • 📄 Original: [Manus Blog](https:/