← Home

Agent Skills for Context Engineering

Active

Open-source collection of transferable Agent Skills for building production AI agent systems on Claude Code, Cursor, or custom stacks.

Overview

A collection of Agent Skills for context engineering: the discipline of managing language model context windows so agents stay effective. Where prompt engineering optimizes individual prompts, context engineering covers everything that enters the model’s attention budget.

The repo packages transferable patterns for building production AI agent systems on Claude Code, Cursor, or custom implementations.

Skills

The library covers four areas:

  • Foundations: context fundamentals, degradation patterns, compression strategies.
  • Architectural patterns: multi-agent systems, memory architectures, tool design, filesystem-based context.
  • Operations: context optimization, evaluation, LLM-as-judge.
  • Cognitive models: BDI mental states for deliberative reasoning.

Production Examples

Three example pipelines ship with the repo: a digital-brain skill, an LLM-as-judge evaluation harness, and a book SFT pipeline that fine-tunes an 8B model on Gertrude Stein’s literary style for about $2 in compute.

Recognition