Context Engineering Resources

April 25, 2026 · View on GitHub

Master Index

A curated collection of resources on context engineering — the practice of designing, structuring, retrieving, and managing the context that large language models and AI agents operate over. Covers tooling (MCP servers, context stores, retrieval layers), agent skills, educational material, and awesome lists.

Last Updated: April 2026


Highlights

A handful of repositories stand out by community traction in this space:

  • Context7 — up-to-date code documentation injected into LLM context for AI coding tools.
  • OpenViking — open-source context database unifying agent memory, resources, and skills via a filesystem paradigm.
  • Agent Skills for Context Engineering — large library of agent skills focused on context management for production agents.
  • Figma Context MCP — feeds Figma layout data to coding agents like Cursor.
  • WeKnora — Tencent's RAG framework for deep document understanding and context-aware retrieval.
  • Context Engineering Intro — popular hands-on introduction centred on Claude Code.

Table of Contents


Agent Skills

Skill packs and plugins designed to be loaded into AI coding agents (Claude Code, Cursor, Codex, etc.) to improve how they handle context.

Agent Skills for Context Engineering

A comprehensive library of agent skills covering context management, multi-agent architectures, and production agent systems.

View Repo Stars Last Commit

ContextKit

A Claude Code context-engineering and planning system aimed at individual AI development workflows.

View Repo Stars Last Commit

Context Engineering Kit

Hand-crafted Claude Code skills focused on improving agent output quality. Also compatible with OpenCode, Cursor, Antigravity, and Gemini CLI.

View Repo Stars Last Commit


Awesome Lists

Curated reading lists and surveys.

Awesome Context Engineering

A comprehensive survey of context engineering — papers, frameworks, and implementation guides spanning prompt engineering through production AI systems.

View Repo Stars Last Commit

Awesome LLM Long Context Modeling

Must-read papers and blogs on long-context modeling for LLMs.

View Repo Stars Last Commit

Prompt in Context Learning

Resources for in-context learning and prompt engineering, with continually updated material on ChatGPT-class LLMs.

View Repo Stars Last Commit


Education

Handbooks, courses, and worked examples for learning context engineering as a discipline.

Context Engineering (Handbook)

A first-principles handbook inspired by Karpathy and 3Blue1Brown — moves beyond prompt engineering into context design, orchestration, and optimization.

View Repo Stars Last Commit

Context Engineering Intro

Hands-on introduction to context engineering centred on Claude Code, with patterns transferable to other coding assistants.

View Repo Stars Last Commit


Tools

MCP servers, context stores, retrieval layers, memory systems, libraries, and platforms.

.context

A Git-native, AI-optimized documentation system that turns a repo into a living knowledge base for agents.

View Repo Stars Last Commit

ACAT (Assistive Context-Aware Toolkit)

Intel's Assistive Context-Aware Toolkit — context-driven assistive communication software (originally built for users with motor neurone disease). Included as an adjacent example of context-aware system design rather than LLM context engineering proper.

View Repo Stars Last Commit

Agentic Context Engine

Lets agents learn from experience and persist that learning across runs. Also offered as a hosted product at kayba.ai.

View Repo Stars Last Commit

Airweave

Open-source context retrieval layer designed to sit underneath AI agents.

View Repo Stars Last Commit

Better Context

Pulls up-to-date context on the libraries and frameworks used in your project so coding agents work from current docs rather than stale training data.

View Repo Stars Last Commit

Claude Context

Code-search MCP for Claude Code that makes the entire codebase available as context to any coding agent.

View Repo Stars Last Commit

CodeGraphContext

MCP server and CLI that index a local codebase into a graph database, exposing structural code context to AI assistants.

View Repo Stars Last Commit

Context

Local-first documentation system for AI agents.

View Repo Stars Last Commit

Context-Engine

MCP-based agentic context compression suite.

View Repo Stars Last Commit

Context Gateway

An agentic proxy that adds instant history compaction and context-optimization tools to any AI agent workflow.

View Repo Stars Last Commit

Context Hub

Andrew Ng's context-hub — a context platform for AI applications.

View Repo Stars Last Commit

Context Infrastructure

A context and memory system for AI coding agents — persistent memory, personal rules, skills, and scheduled observations.

View Repo Stars Last Commit

Context Mode

Context-window optimisation for AI coding agents — sandboxes tool output for a reported ~98% reduction; works across 12 platforms.

View Repo Stars Last Commit

Context Portal (ConPort)

A memory-bank MCP server that builds a project-specific knowledge graph for IDE-based RAG and context-aware development.

View Repo Stars Last Commit

Context7

Up-to-date code documentation for LLMs and AI code editors, available as an MCP server and hosted platform.

View Repo Stars Last Commit

ContextGem

Library for effortless LLM-driven structured extraction from documents.

View Repo Stars Last Commit

ContextKeep

MCP server providing long-term memory storage for AI agents.

View Repo Stars Last Commit

Continuous Claude v3

Context-management system for Claude Code — uses hooks, ledgers, and handoffs to maintain state, plus MCP execution and orchestration with isolated context windows per agent.

View Repo Stars Last Commit

dotai

A context manager intended to work across multiple agent frameworks.

View Repo Stars Last Commit

Figma Context MCP

MCP server that exposes Figma layout information to AI coding agents (Cursor, Claude Code, etc.) so they can act on design files.

View Repo Stars Last Commit

FreeTodo

Auto-manages personal task context with AI — a task store designed to be agent-readable.

View Repo Stars Last Commit

Headroom

A context-optimization layer for LLM applications — sits between the app and the model to manage what gets sent.

View Repo Stars Last Commit

Long Context Attention (USP)

Unified (a.k.a. hybrid 2D) sequence-parallel attention implementation for training and inference of long-context transformer models.

View Repo Stars Last Commit

Lossless Claw

LCM (Lossless Context Management) plugin for OpenClaw — preserves agent context across sessions without truncation.

View Repo Stars Last Commit

MCP Server for Qdrant

Official Qdrant Model Context Protocol server — exposes a Qdrant vector store as a context source for MCP-aware agents.

View Repo Stars Last Commit

OpenContext

Personal context store for AI agents and assistants — capture, search, and reuse project knowledge across Codex, Claude, OpenCode, etc., with a desktop GUI.

View Repo Stars Last Commit

OpenViking

Open-source context database designed for AI agents (e.g. OpenClaw). Unifies management of memory, resources, and skills via a filesystem paradigm with hierarchical context delivery.

View Repo Stars Last Commit

TrustGraph

Context-development platform — store, enrich, and retrieve structured knowledge with graph-native infrastructure, semantic retrieval, and portable context cores.

View Repo Stars Last Commit

WeKnora

Tencent's LLM-powered RAG framework for deep document understanding, semantic retrieval, and context-aware answering.

View Repo Stars Last Commit


Source Topics

Repositories were sourced from the following GitHub topics:


MCP Projects Index

Index of Model Context Protocol servers and tooling — many of the entries above are MCP servers.

View Repo Stars Last Commit

Agents Index

Index of AI agent configurations and projects.

View Repo Stars Last Commit

Prompt Libraries Index

Curated prompt libraries — adjacent to context engineering.

View Repo Stars Last Commit


License

License: CC BY 4.0