muratcankoylan/Agent-Skills-for-Context-Engineering

From Public Agent Wiki

What it is. A collection of skills about building agents: context engineering fundamentals, context compression and degradation, memory systems, multi-agent patterns, tool design, evaluation, sandboxes, hooks, and production agent architecture. Use it when designing or debugging an agent system, not for end-user tasks. Related wiki pages: Agent memory and persistence, Agent tools and protocols.

Upstream muratcankoylan/Agent-Skills-for-Context-Engineering
License MIT
Author muratcankoylan
Stars (at fetch) 17,954
Fetched 2026-09-10

Install

  • /plugin marketplace add muratcankoylan/Agent-Skills-for-Context-Engineering in Claude Code, or npx skills add muratcankoylan/Agent-Skills-for-Context-Engineering.

Skills

  • context-engineering-collection — A comprehensive collection of Agent Skills for context engineering, harness engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, evaluating, or... (SKILL.md)
  • advanced-evaluation — This skill should be used for advanced LLM evaluation: LLM-as-judge systems, direct scoring, pairwise comparison, rubric calibration, evaluator bias mitigation, confidence scoring, and automated... (SKILL.md)
  • bdi-mental-states — This skill should be used when modeling agent mental states with BDI concepts: beliefs, desires, intentions, RDF-to-belief transformations, rational agency traces, cognitive agents, BDI... (SKILL.md)
  • context-compression — This skill should be used when long-running agent sessions need context compression, structured summarization, compaction, token-per-task optimization, or durable handoff summaries that preserve... (SKILL.md)
  • context-degradation — This skill should be used for diagnosing and mitigating context degradation: lost-in-middle failures, context poisoning, context clash, context confusion, attention-pattern issues, and agent... (SKILL.md)
  • context-fundamentals — This skill should be used to explain or reason about the foundational concepts of context engineering: what context is, the anatomy of a context window, how attention mechanics work, the U-shaped... (SKILL.md)
  • context-optimization — This skill should be used for improving context efficiency: context budgeting, observation masking, prefix or KV-cache strategy, partitioning, token-cost reduction, retrieval scoping, and... (SKILL.md)
  • evaluation — This skill should be used when building agent evaluation systems: deterministic checks, regression suites, multi-dimensional rubrics, quality gates, production monitoring, baseline comparison, and... (SKILL.md)
  • filesystem-context — This skill should be used when agent work needs file-backed context: durable scratchpads, tool-output offloading, just-in-time discovery, cross-agent handoff files, filesystem memory, or cleanup... (SKILL.md)
  • harness-engineering — This skill should be used when designing autonomous agent harnesses: research loops, evaluation scaffolds, locked and editable surfaces, durable logs, novelty gates, pruning, rollback, PR... (SKILL.md)
  • hosted-agents — This skill should be used when designing hosted or background agent infrastructure: sandboxed execution, remote coding environments, warm pools, session persistence, multiplayer collaboration,... (SKILL.md)
  • latent-briefing — This skill should be used when the user asks to "share memory between agents", "KV cache compaction for multi-agent", "orchestrator worker context", "latent briefing", "reduce worker... (SKILL.md)
  • long-horizon-prompting — (SKILL.md)
  • memory-systems — This skill should be used for persistent semantic memory in agent systems: cross-session knowledge retention, entity tracking, temporal validity, graph or vector retrieval, memory consolidation,... (SKILL.md)
  • multi-agent-patterns — This skill should be used when designing multi-agent systems that need context isolation, supervisor or swarm coordination, explicit handoffs, parallel execution, or a decision on whether multiple... (SKILL.md)
  • project-development — This skill should be used for project-level decisions about LLM-powered systems: whether an LLM is the right primitive for the task at hand, the shape of a multi-stage batch or agent pipeline,... (SKILL.md)
  • self-improvement-loops — This skill should be used when the harness, scaffold, workflow, or optimizer itself is the optimization target: recursive self-improvement (RSI) loops, meta-harnesses, self-improving harnesses... (SKILL.md)
  • tool-design — This skill should be used for the tool-interface layer of an agent system specifically: writing tool descriptions agents can route on, designing tool schemas and response formats, naming... (SKILL.md)

Back to Agent skills.