DISCOVER THE FUTURE OF AI AGENTSarrow_forward

Agent Skills for Context Engineering

calendar_todayAdded Feb 24, 2026
categoryAgent & Tooling
codeOpen Source
PythonKnowledge BaseMulti-Agent SystemAI AgentsAgent FrameworkAgent & ToolingOtherDeveloper Tools & CodingEducation & Research Resources

A systematic skill library for AI Agent context management, covering fundamentals, architectural patterns, operational optimization, and evaluation systems. Compatible with Claude Code, Cursor, and other platforms. Distinguished from prompt engineering by its holistic approach to curating all information entering the model's attention budget.

Overview#

Agent Skills for Context Engineering is a comprehensive, open collection of skills focused on context engineering principles. Context Engineering is the discipline of managing the language model's context window, addressing the holistic curation of all information entering the model's limited attention budget: system prompts, tool definitions, retrieved documents, message history, and tool outputs.

Core Skill System (13 Skills)#

Foundational Skills

SkillDescription
context-fundamentalsUnderstand what context is, why it matters, and the anatomy of context in agent systems
context-degradationRecognize patterns of context failure: lost-in-middle, poisoning, distraction, and clash
context-compressionDesign and evaluate compression strategies for long-running sessions

Architectural Skills

SkillDescription
multi-agent-patternsMaster orchestrator, peer-to-peer, and hierarchical multi-agent architectures
memory-systemsDesign short-term, long-term, and graph-based memory architectures
tool-designBuild tools that agents can use effectively
filesystem-contextUse filesystems for dynamic context discovery, tool output offloading, and plan persistence
hosted-agentsBuild background coding agents with sandboxed VMs, pre-built images, multiplayer support

Operational Skills

SkillDescription
context-optimizationApply compaction, masking, and caching strategies
evaluationBuild evaluation frameworks for agent systems
advanced-evaluationMaster LLM-as-a-Judge techniques: direct scoring, pairwise comparison, rubric generation

Development & Cognitive Skills

  • project-development: Design and build LLM projects from ideation through deployment
  • bdi-mental-states: Transform external RDF context into agent mental states (beliefs, desires, intentions)

Core Design Philosophy#

  1. Progressive Disclosure: At startup, agents load only skill names and descriptions; full content loads only when activated, saving tokens
  2. Platform Agnosticism: Based on concepts and Python pseudocode, adaptable to Claude Code, Cursor, Codex, and other platforms
  3. Conceptual Foundation with Practical Examples: Python pseudocode that works across environments

Context Engineering Core Components#

ComponentDescription
System PromptsAgent's core identity, constraints, behavioral guidelines; loaded once at session start
Tool DefinitionsActions an agent can take; includes name, description, parameters, return format
Retrieved DocumentsDomain-specific knowledge via RAG; just-in-time loading pattern
Message HistoryConversation state; can dominate context usage in long-running tasks
Tool OutputsResults of agent actions; can reach 83.9% of total context usage

Attention Mechanism Key Points#

  • Attention Budget Constraint: For n tokens, creates n² relationships
  • "Lost-in-the-Middle" Phenomenon: Center of context receives less attention
  • U-Shaped Attention Curves: Prioritizes beginning and end

Complete Example Projects#

  1. digital-brain-skill: Personal operating system for founders and creators with 6 modules, 4 automation scripts
  2. x-to-book-system: Multi-agent system monitoring X accounts and generating daily synthesized books
  3. llm-as-judge-skills: Production-ready LLM evaluation tools with TypeScript implementation, 19 passing tests
  4. book-sft-pipeline: Train models to write in any author's style

Installation#

# Claude Code Plugin Marketplace
/plugin marketplace add muratcankoylan/Agent-Skills-for-Context-Engineering
/plugin install context-engineering-fundamentals@context-engineering-marketplace
/plugin install agent-architecture@context-engineering-marketplace
/plugin install agent-evaluation@context-engineering-marketplace

For Cursor/IDE users, copy skill content into .rules files or create project-specific Skills folders.

Related Projects

View All arrow_forward

STAY UPDATED

Get the latest AI tools and trends delivered straight to your inbox. No spam, just intelligence.

rocket_launch