Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
.claude-plugin/marketplace.json
1{2"name": "context-engineering-marketplace",3"owner": {4"name": "Muratcan Koylan",5"email": "[email protected]"6},7"metadata": {8"description": "Context Engineering skills for building production-grade AI agent systems",9"version": "2.1.0"10},11"plugins": [12{13"name": "context-engineering",14"description": "Comprehensive context engineering skills for building production-grade AI agent systems — covering fundamentals, degradation patterns, compression, optimization, latent briefing (KV sharing between agents), multi-agent coordination, memory systems, tool design, filesystem context, hosted agents, evaluation, advanced evaluation, project development, and cognitive architecture",15"source": "./",16"strict": false,17"skills": [18"./skills/context-fundamentals",19"./skills/context-degradation",20"./skills/context-compression",21"./skills/context-optimization",22"./skills/multi-agent-patterns",23"./skills/memory-systems",24"./skills/tool-design",25"./skills/filesystem-context",26"./skills/hosted-agents",27"./skills/evaluation",28"./skills/advanced-evaluation",29"./skills/project-development",30"./skills/bdi-mental-states",31"./skills/latent-briefing"32]33}34]35}36