agent:context

Installation
SKILL.md

Context Engineering

Guides the user through designing a context engineering strategy for their AI agent. Applies patterns 5-9 from "Patterns for Building AI Agents" (Bhagwat & Gienow, 2025): careful parallelization, context sharing between subagents, avoiding context failure modes, context compression, and feeding errors back into context.

When to use

Use this skill when the user needs to:

  • Design how context flows through an agent or multi-agent system
  • Decide whether to parallelize agent workflows
  • Prevent context window issues (poisoning, distraction, rot)
  • Set up context compression strategy
  • Build error recovery loops

Instructions

Step 1: Understand the Agent System

Use the AskUserQuestion tool to gather context:

  1. Is this a single agent or multi-agent system?
Related skills
Installs
5
Repository
ikatsuba/skills
First Seen
Mar 6, 2026