Wardn HubTrusted MCP server directory.

Registry

  • MCP Servers
  • Skills
  • Categories

Resources

  • API docs
  • Score method

Contribute

  • Submit server
  • Advertise
© 2026 Wardn Hub
Wardn Hub
MCP ServersSkillsCategoriesAPI docsSubmit server
Submit server
skills/muratcankoylan/Agent-Skills-for-Context-Engineering
Source

muratcankoylan/Agent-Skills-for-Context-Engineering

Skills
16
#SkillSourceInstalls
1project-developmentA+ · 98This 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, token and cost estimation, choosing between single-agent and multi-agent at the project level, structured output design for downstream parsing, and structuring agent-assisted iteration. Use this when the unit of work is a whole project or a multi-stage pipeline. Route individual tool design to tool-design and individual skill-loading or context-budget tactics to context-optimization.Coding Agentsmuratcankoylan/Agent-Skills-for-Context-Engineering · 2 installsmuratcankoylan/Agent-Skills-for-Context-Engineering2
2
advanced-evaluationB · 49This 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 quality assessment.Researchmuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installs
muratcankoylan/Agent-Skills-for-Context-Engineering
0
3bdi-mental-statesA+ · 91This 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 ontologies, and neuro-symbolic AI integration.Conversational AImuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
4context-compressionA+ · 98This 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 decisions, files, risks, and next actions.Knowledge & Memorymuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
5context-degradationA · 79This 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 performance degradation caused by accumulated or conflicting context.Knowledge & Memorymuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
6context-fundamentalsA+ · 98This 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 attention curve, why context quality matters more than quantity, and the mental models needed to interpret every other context-engineering decision. Use this for conceptual explanation, onboarding, and background reading. Route operational work to the specialized skills: debugging attention failures goes to context-degradation, token-efficiency work goes to context-optimization, conversation summarization goes to context-compression, and project-shape decisions go to project-development.Educationmuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
7context-optimizationA+ · 98This skill should be used for improving context efficiency: context budgeting, observation masking, prefix or KV-cache strategy, partitioning, token-cost reduction, retrieval scoping, and extending effective context capacity without lowering answer quality.Knowledge & Memorymuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
8evaluationC+ · 24This skill should be used when building agent evaluation systems: deterministic checks, regression suites, multi-dimensional rubrics, quality gates, production monitoring, baseline comparison, and outcome measurement for agent pipelines.Developer Toolsmuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
9harness-engineeringS · 99This skill should be used when designing autonomous agent harnesses: research loops, evaluation scaffolds, locked and editable surfaces, durable logs, novelty gates, pruning, rollback, PR preparation, and human approval boundaries.Coding Agentsmuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
10hosted-agentsC+ · 17This skill should be used when designing hosted or background agent infrastructure: sandboxed execution, remote coding environments, warm pools, session persistence, multiplayer collaboration, self-spawning agents, or Modal-style sandboxes.Cloud Platformsmuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
11latent-briefingS · 99This 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 tokens\", \"cross-agent memory without summarization\", or discusses Attention Matching compaction, recursive language models with workers, or token explosion in hierarchical agents.Knowledge & Memorymuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
12long-horizon-promptingA · 78This skill should be used when writing, enhancing, or evaluating the launch prompt for a long-running autonomous agent or a parallel multi-agent orchestration attacking a hard problem: pseudo-formal task briefs that define terms and an exact success predicate linguistically, enumerate non-counting outcomes, set persistence rules with explicit stop and return conditions and effort floors, manage a diverse portfolio of parallel approaches with an approach registry and blocked-route bookkeeping, and gate the return on adversarial audit. Route agent topology and coordination protocols to multi-agent-patterns, runtime control surfaces and loop governance to harness-engineering, evaluator and quality-gate construction to evaluation, judge design to advanced-evaluation, and compaction or memory mechanics to context-compression and memory-systems.Coding Agentsmuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
13memory-systemsB- · 37This 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, and memory benchmark selection. Route file-backed scratchpads to filesystem-context, handoff summaries to context-compression, and token-efficiency tactics to context-optimization.Knowledge & Memorymuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
14multi-agent-patternsA · 79This 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 agents are justified.Coding Agentsmuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
15self-improvement-loopsA+ · 96This 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 that mine their own failures and propose bounded edits, evolutionary or population-based search over agent scaffolds, acceptance gates for self-modifying systems, and agentic context evolution where the mechanism that produces context is versioned and evolved. Route governance of a single autonomous loop (locked surfaces, durable logs, rollback, novelty gates, approval boundaries) to harness-engineering, measurement and quality-gate design to evaluation, judge design to advanced-evaluation, and remote sandbox infrastructure to hosted-agents.Coding Agentsmuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
16tool-designB- · 33This 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 conventions, actionable error recovery messages, MCP server design, tool-set consolidation, and deciding when to add or remove an individual tool. Use this when the unit of work is a single tool or a set of tools. Route project-shape, pipeline architecture, and task-model-fit decisions to project-development; route deciding whether to introduce sub-agents to multi-agent-patterns.Developer Toolsmuratcankoylan/Agent-Skills-for-Context-Engineering · 0 installsmuratcankoylan/Agent-Skills-for-Context-Engineering0
Source repository