Leaderboard/Agent Orchestration/Agent-Skills-for-Context-Engineering
Last commit on July 11, 2026·Created on December 21, 2025

muratcankoylan/Agent-Skills-for-Context-Engineering

A library of specialized skills for managing context and operating loops in production agent systems.
Combined rank
#37
across all skills
In Agent Orchestration
#3
category rank
Stars
18k
+0.3% in last 7d
Forks
1.5k
+0.3% in last 7d
Watchers
103
-1.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides a structured framework for context engineering, harness engineering, and the design of multi-agent architectures. It is designed for builders who need to optimize how agents handle information and maintain reliable execution patterns.

The repository offers tools for building, evaluating, and debugging agent systems, ensuring that context management remains effective as system complexity increases.

WHO IT'S FOR
AI agent / automation builders
designing multi-agent architectures and context management
LLM engineers
building book-to-SFT pipelines for voice replication
AI system debuggers
analyzing reasoning traces and context degradation
AI agent power users
implementing personal operating-system workflows for productivity
Repository contents

23 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

I’m using

Claude Code marketplace browser

Installs: The complete context-engineering plugin, containing all published skills in a single plugin. · Claude Code

Before you start
  • Claude Code
  1. Enter this command in a Claude Code session to register the repository as a plugin marketplace source.

    /plugin marketplace add muratcankoylan/Agent-Skills-for-Context-Engineering
  2. In Claude Code, select Browse and install plugins, then context-engineering-marketplace, then context-engineering, and finally Install now.

.claude-plugin/marketplace.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Design a minimal autonomous-agent harness

Uses harness-engineering

  • A description of the autonomous workflow
  • The evaluator, rubric, or outcome signal currently available
  • Any actions that must require human approval
Use the harness-engineering skill to design a minimal harness for [describe the autonomous workflow]. Classify its surfaces as locked, editable, append-only, or human-controlled, then define one fast, unambiguous feedback loop and the durable state needed to recover after interruption. Keep irreversible actions under explicit human approval and produce only the design—not an implementation or PR.
Suggested first task

Assess a latent briefing opportunity

Uses latent-briefing

  • A description of the orchestrator-worker architecture
  • Runtime access details for worker KV tensors
  • The orchestrator and worker model families
  • Current token-cost and quality observations, if available
Use the latent-briefing skill to assess [describe the orchestrator-worker system]. Determine whether the runtime exposes and can rewrite worker KV state, whether the agents use a compatible model space, and whether repeated orchestrator-state replay is the main token cost. Recommend either a small latent-briefing experiment or a structured text handoff, and list the quality and token measurements the experiment should track.
.claude-plugin/marketplace.json · Checked Sep 18, 2026skills/latent-briefing/SKILL.md · Checked Sep 18, 2026