Generated by Code IQ · v1.0

Agent-Skills-for-Context-Engineering
Knowledge Tutorial

This project is a comprehensive library of Agent Skills designed to master Context Engineering—the discipline of managing an AI model's limited attention and memory budget. By utilizing concepts like Progressive Disclosure, Structured Memory, and Multi-Agent Architectures, these skills enable developers to build production-grade agents that can persist knowledge, execute complex tools, and reason effectively without getting "lost in the middle."

7
Chapters
-
Subsystems
Rabbit Holes
▶ Start Reading ⎇ View on GitHub
System Architecture

How the pieces fit

Agent-Skills-for-Context-Engineering is organized as connected concepts and components. Start broad, then drill down chapter by chapter.

⚙️
Context Engineering
Context Engineering
👥
Agent Skill (Progressive Disclosure)
Agent Skill (Progressive Disclosure)
🔧
Tool Design (The Contract)
Tool Design (The Contract)
⚙️
Interleaved Thinking
Interleaved Thinking
⚙️
Structured Memory Systems
Structured Memory Systems
👥
Multi-Agent Architecture
Multi-Agent Architecture
⚙️
LLM-as-a-Judge
LLM-as-a-Judge
Agent-Skills-for-Context-Engineering — bash
open tutorial
◆ Scanning numbered chapters
◆ Building navigation and Mermaid diagrams
◆ Generating chapter and subsystem pages
✓ 7 chapter pages built
✓ Theme toggle enabled
Repository Overview

Intro and Architecture Diagram

This project is a comprehensive library of Agent Skills designed to master Context Engineering—the discipline of managing an AI model's limited attention and memory budget. By utilizing concepts like Progressive Disclosure, Structured Memory, and Multi-Agent Architectures, these skills enable developers to build production-grade agents that can persist knowledge, execute complex tools, and reason effectively without getting "lost in the middle."

Source Repository: https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering

flowchart TD A0["Agent Skill (Progressive Disclosure)"] A1["Context Engineering"] A2["Multi-Agent Architecture"] A3["Structured Memory Systems"] A4["Tool Design (The Contract)"] A5["Interleaved Thinking"] A6["LLM-as-a-Judge"] A0 -->|"Implements principles of"| A1 A2 -->|"Orchestrates instances of"| A0 A0 -->|"Persists state via"| A3 A0 -->|"Exposes capabilities via"| A4 A5 -->|"Reasons between executions of"| A4 A6 -->|"Evaluates quality of"| A1
Tutorial Chapters

All 7 chapters

Follow sequentially or jump to any topic. Start with Context Engineering.

About This Project

Generated by Code IQ

This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.

View Code IQ ↗
python build_site.py '/home/runner/work/Code-IQ/Code-IQ/output/Agent-Skills-for-Context-Engineering'

// → 7 chapters
// → source: muratcankoylan/Agent-Skills-for-Context-Engineering