context-engineering-collection

Aggregate and index Agent Skills for context engineering semantic search.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/goodnight000/KittyCourt --skill context-engineering-collection-goodnight000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-engineering-collection
Source: https://github.com/goodnight000/KittyCourt/tree/main/.codex/skills/Agent-Skills-for-Context-Engineering-main
Command: npx skills add https://github.com/goodnight000/KittyCourt --skill context-engineering-collection-goodnight000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill aggregates and organizes Agent Skills around context engineering, providing a centralized reference to design patterns, memory architectures, tool usage, and evaluation practices for production-grade AI agents.

Core Features & Use Cases

  • A comprehensive catalog of MAS patterns (orchestrator, swarm, hierarchical) and memory systems that guide robust agent design.
  • Semantic indexing and cross-linking of skills, docs, and references to streamline discovery and reuse.
  • Progressive disclosure guidance for loading context efficiently, plus practical tips for evaluation, deployment, and tool design.

Quick Start

Begin by reviewing the SKILL.md for this collection, then explore individual skills under the skills/ directory to practice applying context-engineering patterns.

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 multi-agent systems?

Context engineering for multi-agent systems involves designing memory architectures and orchestration patterns to manage information flow. It provides a centralized reference of design patterns to build robust production-grade AI agents.

How do I discover and reuse Agent Skills for memory systems?

You can discover and reuse Agent Skills by utilizing semantic search and indexing. This collection cross-links skills and documentation to streamline the discovery of relevant memory architectures and tool usage patterns.

What's the best way to load context efficiently for production-grade agents?

The best way to load context efficiently is through progressive disclosure. This approach guides you in loading only necessary context, optimizing evaluation and deployment practices for production-grade AI agents.

Does this collection include patterns for orchestrator and swarm multi-agent architectures?

Yes, this collection includes a comprehensive catalog of multi-agent system patterns. It covers orchestrator, swarm, and hierarchical architectures to guide robust agent design and tool usage.

How do I apply context engineering patterns to evaluate AI agents?

You apply context engineering patterns by reviewing the SKILL.md file and exploring individual skills. This provides practical tips for evaluation, deployment, and tool design within multi-agent systems.