context-engineering-collection

Organize context engineering skills with YAML frontmatter and progressive disclosure.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/samvanme/SBSitev0 --skill context-engineering-collection-samvanme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-engineering-collection
Source: https://github.com/samvanme/SBSitev0/tree/main/claudeskills/Agent-Skills-for-Context-Engineering-main
Command: npx skills add https://github.com/samvanme/SBSitev0 --skill context-engineering-collection-samvanme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Agent Skills for Context Engineering collection provides a centralized library of proven patterns and practices for managing context, memory, tool integration, and multi-agent coordination in production AI systems.

Core Features & Use Cases

  • Foundational context engineering concepts (context fundamentals, degradation, compression)
  • Architectural patterns (multi-agent coordination, memory systems, tool design, filesystem-based context)
  • Operational excellence (optimization, evaluation, advanced evaluation)
  • Development methodology (task-modeling, pipeline design, structured outputs)
  • Cognitive architecture considerations (BDI-inspired reasoning and explainability patterns)
  • Platform-agnostic guidance for Claude Code, Cursor, and other agent frameworks

Quick Start

  1. Clone the repository and read the root SKILL.md.
  2. Explore core skills such as skills/context-fundamentals/SKILL.md, skills/context-degradation/SKILL.md, and skills/multi-agent-patterns/SKILL.md.
  3. Inspect the top-level README in the Agent Skills for Context Engineering collection for mapping and integration guidance.

Frequently Asked Questions about context-engineering-collection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is context engineering for AI agents and why do I need it?

Context engineering structures information, memory, and tools to manage what an AI agent processes. It prevents context degradation and ensures production agents maintain reasoning quality across complex, multi-step tasks.

How do I build a multi-agent architecture that coordinates context effectively?

Multi-agent architectures coordinate context by distributing tasks across specialized agents using structured patterns. This collection provides architectural blueprints for inter-agent coordination, memory systems, and tool design to optimize production agent workflows.

Can I use these context engineering patterns with Claude Code and Cursor?

Yes, the context engineering patterns provide platform-agnostic guidance for Claude Code, Cursor, and other agent frameworks. Skills use YAML frontmatter and filesystem-based context for seamless integration across supported platforms.

How do I optimize agent memory and prevent context degradation in production?

Optimize agent memory by applying context compression, structured outputs, and progressive disclosure patterns. This minimizes context load until activation, preventing degradation and maintaining reasoning quality in production agent systems.

What's the best way to evaluate multi-agent system performance and context usage?

Evaluate multi-agent systems using structured evaluation patterns that measure context usage, coordination efficiency, and reasoning quality. The collection includes advanced evaluation skills to debug and optimize production agent performance.

How do I structure agent skills to minimize context load until activation?

Structure agent skills using YAML frontmatter for discovery and optional references, scripts, and assets directories for on-demand loading. This progressive disclosure pattern minimizes context load until specific skills are activated.