← 返回
开发者工具 中文

Context Engineering (Koylan)

Comprehensive context engineering guidance for AI agent systems. Routes to specialized sub-skills for production agent work. Use when the user asks to: "opti...
为AI智能体系统提供全面的上下文工程指导,路由到专门的生产智能体子技能。当用户要求...时使用。
levineam
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 748
下载
💾 9
安装
1
版本
#latest

概述

Context Engineering Skill

Routes to the appropriate sub-skill from Koylan's

Agent-Skills-for-Context-Engineering

collection, located at:

references/context-engineering-skills/skills/<sub-skill>/SKILL.md

Setup

No setup required. This skill uses GitHub raw URLs as the primary method to fetch sub-skill documentation.

Sub-skill SKILL.md files are loaded directly from GitHub:

https://raw.githubusercontent.com/muratcankoylan/Agent-Skills-for-Context-Engineering/main/skills/<sub-skill>/SKILL.md

Example: For context-optimization, use:

https://raw.githubusercontent.com/muratcankoylan/Agent-Skills-for-Context-Engineering/main/skills/context-optimization/SKILL.md

Optional Enhancement (Offline Use):

For offline access or faster local reads, you can optionally initialize the git submodule:

git submodule update --init

This will populate the references/context-engineering-skills/ directory locally. When the local directory exists, the skill loader will prefer local files over GitHub fetches.

Sub-Skill Routing Table

Match the user's task to one sub-skill and **read its SKILL.md before

proceeding**. Load additional sub-skills only if the task spans multiple

domains.

Task / trigger phraseSub-skill directory
------
"optimize context", reduce token costs, KV-cache, context budgetingcontext-optimization
"context compression", summarize history, compaction, long sessionscontext-compression
"design multi-agent", supervisor pattern, swarm architecture, agent handoffsmulti-agent-patterns
"implement memory", memory frameworks, Mem0, Zep, Letta, vector RAGmemory-systems
"offload context to files", filesystem memory, scratch pads, dynamic discoveryfilesystem-context
"debug agent failure", lost-in-middle, context poisoning, degradation patternscontext-degradation
"build agent tools", tool descriptions, MCP tools, tool consolidationtool-design
"evaluate agent", LLM-as-judge, test framework, quality gatesevaluation
Advanced evaluation: rubrics, pairwise comparison, position biasadvanced-evaluation
"understand context", context windows, attention mechanics, fundamentalscontext-fundamentals
"build background agent", sandboxed execution, hosted coding agenthosted-agents
"implement BDI", mental state modeling, belief-desire-intentionbdi-mental-states
"start an LLM project", batch pipeline, task-model fit, project structureproject-development

How to Load a Sub-Skill

  1. Identify the best-matching row above.
  2. Check if the local sub-skill SKILL.md exists:

```

references/context-engineering-skills/skills//SKILL.md

```

  • If the file exists locally: Read it directly.
  • If the file does NOT exist (e.g., submodule not initialized): Fetch from GitHub:

```

https://raw.githubusercontent.com/muratcankoylan/Agent-Skills-for-Context-Engineering/main/skills//SKILL.md

```

  1. Follow the instructions in that file. Most sub-skills have a references/

directory with detailed patterns — read those files only when the relevant

pattern is needed (progressive disclosure).

  1. If the user's task spans two sub-skills (e.g., memory + multi-agent), read

both SKILL.md files before responding.

Progressive Disclosure

Sub-skill SKILL.md files are compact routing documents. The deep content lives

in each sub-skill's references/ folder. Load reference files only when the

specific topic is active — do not bulk-load all references upfront.

Example:

references/context-engineering-skills/skills/context-optimization/references/

Read individual reference files from that directory only when the matching

pattern is needed.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

qmd External Knowledge Base Search

levineam
针对Markdown笔记和文档的本地混合搜索。用于搜索笔记、查找相关内容或从索引集合中检索文档。
★ 7 📥 3,809
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,563
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,949