Agent Skills For Context Engineering
by @muratcankoylan · plugin · 16 skills
Agent Skills For Context Engineering from muratcankoylan/Agent-Skills-for-Context-Engineering.
Install the whole plugin (CLI)
npx skillmds add muratcankoylan/evaluation
npx skillmds add muratcankoylan/tool-design
npx skillmds add muratcankoylan/hosted-agents
npx skillmds add muratcankoylan/memory-systems
npx skillmds add muratcankoylan/latent-briefing
npx skillmds add muratcankoylan/bdi-mental-states
npx skillmds add muratcankoylan/filesystem-context
npx skillmds add muratcankoylan/advanced-evaluation
npx skillmds add muratcankoylan/context-compression
npx skillmds add muratcankoylan/context-degradation
npx skillmds add muratcankoylan/harness-engineering
npx skillmds add muratcankoylan/project-development
npx skillmds add muratcankoylan/context-fundamentals
npx skillmds add muratcankoylan/context-optimization
npx skillmds add muratcankoylan/multi-agent-patterns
npx skillmds add muratcankoylan/self-improvement-loopsSkills in this plugin
- ▌ evaluation · muratcankoylan bundleBuild evaluation frameworks for agent systems with deterministic checks, regression suites, multi-dimensional rubrics, quality gates, production monitoring, and outcome measurement.
- ▌ tool-design · muratcankoylan bundleDesign tool descriptions, schemas, and response formats that agents can reliably route on, including MCP server design, tool-set consolidation, and naming conventions.
- ▌ hosted-agents · muratcankoylan bundleDesign and build hosted agent infrastructure with sandboxed execution, warm pools, session persistence, and multiplayer collaboration.
- ▌ memory-systems · muratcankoylan bundleDesigns persistent memory architectures for AI agents, covering cross-session knowledge retention, entity tracking, temporal validity, graph/vector retrieval, and memory consolidation.
- ▌ latent-briefing · muratcankoylan bundleShares memory between agents at the representation level by compacting the orchestrator's KV cache for efficient worker handoff, reducing token costs without summarization or retrieval.
- ▌ bdi-mental-states · muratcankoylan bundleModel agent mental states using BDI (Beliefs, Desires, Intentions) ontology patterns, enabling cognitive reasoning, explainability, and semantic interoperability in multi-agent systems.
- ▌ filesystem-context · muratcankoylan bundleUses the filesystem as a durable overflow layer for agent context, enabling scratch pads, plan persistence, sub-agent communication, dynamic skill loading, and log management.
- ▌ advanced-evaluation · muratcankoylan bundleProvides production-grade techniques for evaluating LLM outputs using LLMs as judges, covering direct scoring, pairwise comparison, bias mitigation, rubric generation, and confidence calibration.
- ▌ context-compression · muratcankoylan bundleOptimizes long-running agent sessions with structured context compression, summarization, and durable handoff summaries that preserve decisions, files, risks, and next actions.
- ▌ context-degradation · muratcankoylan bundleDiagnose and mitigate context degradation patterns including lost-in-middle failures, context poisoning, distraction, confusion, and clash in AI agent systems.
- ▌ harness-engineering · muratcankoylanDesigns autonomous agent harnesses with locked evaluators, editable surfaces, durable logging, novelty gates, pruning, rollback, and human approval boundaries.
- ▌ project-development · muratcankoylan bundleGuides project-level decisions for LLM-powered systems: task-model fit, pipeline architecture, token and cost estimation, and agent-assisted iteration.
- ▌ context-fundamentals · muratcankoylan bundleExplains foundational concepts of context engineering: what context is, attention mechanics, the U-shaped attention curve, and why context quality matters more than quantity.
- ▌ context-optimization · muratcankoylan bundleExtends effective context capacity through strategic compression, masking, caching, and partitioning techniques.
- ▌ multi-agent-patterns · muratcankoylan bundleDesign multi-agent systems with context isolation, supervisor or swarm coordination, explicit handoffs, parallel execution, and decision frameworks for when multiple agents are justified.
- ▌ self-improvement-loops · muratcankoylan bundleDesigns and governs recursive self-improvement loops where an agent mines its own failures and proposes edits to its own harness, prompts, or workflow, covering acceptance gates, diversity preservation, and the optimization ladder.