template/SKILL.md
Template for creating new Agent Skills for context engineering. Use this template when adding new skills to the collection.
npx skillsauth add muratcankoylan/Agent-Skills-for-Context-Engineering skill-templateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provide a clear, concise description of what this skill covers and when to use it. This description appears in skill discovery and should help agents (and humans) determine when this skill is relevant.
Important: Keep the total SKILL.md body under 500 lines for optimal performance. Move detailed reference material to separate files in the references/ directory.
Every skill body must make its ownership boundary explicit. The description and When to Activate section should say what the skill owns and which adjacent skills own nearby work. This prevents broad skills from stealing activation from narrower skills.
Describe specific situations, tasks, or contexts where this skill should be activated. Include both direct triggers (specific keywords or task types) and indirect signals (broader patterns that indicate skill relevance).
Write in third person. The description is injected into the system prompt, and inconsistent point-of-view can cause discovery problems.
Include a short "Do not activate" block for adjacent skills. Example:
project-development.tool-design.Explain the fundamental concepts covered by this skill. These are the mental models, principles, or frameworks that the skill teaches.
Default assumption: Claude is already very smart. Only add context Claude does not already have. Challenge each piece of information:
Prefer behavior-changing mechanisms over general background. If a concept should be reusable across the corpus, add or update a record in researcher/mechanisms/registry.jsonl.
Provide detailed explanation of the first major topic. Include specific techniques, patterns, or approaches. Use examples to illustrate concepts.
Provide detailed explanation of the second major topic. Continue with additional topics as needed.
For longer topics, consider moving content to references/ and linking:
Provide actionable guidance for applying the skill. Include common patterns, anti-patterns to avoid, and decision frameworks for choosing between approaches.
Match the level of specificity to the task's fragility:
Practical guidance should be executable by an agent: a workflow, checklist, decision table, or concrete operating rule. If a section only explains history or motivation, move it to references/.
Provide concrete examples that illustrate skill application. Examples should show before/after comparisons, demonstrate correct usage, or show how to handle edge cases.
Use input/output pairs for clarity:
Example:
Input: [describe input]
Output: [show expected output]
List specific guidelines to follow when applying this skill. These should be actionable rules that can be checked or verified.
List experience-derived failure modes, common mistakes, and counterintuitive behaviors. These are the highest-signal content in any skill. Each gotcha should be specific, actionable, and non-overlapping with guidance already in the skill body. Use numbered format:
Explain how this skill integrates with other skills in the collection. List related skills as plain text (not links) to avoid cross-directory reference issues:
Internal reference (use relative path to skill's own reference files):
Related skills in this collection:
External resources:
Numeric, benchmark, volatile, or vendor-performance claims need an inline claim-* ID backed by researcher/claims/index.jsonl, or they should be softened and moved to dated reference material.
Created: [Date] Last Updated: [Date] Author: [Author or Attribution] Version: [Version number]
development
A comprehensive collection of Agent Skills for context engineering, harness engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, evaluating, or debugging agent systems that require effective context management and reliable operating loops.
documentation
--- name: harness-engineering description: 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 preparation, and human approval boundaries. --- # Harness Engineering Harness engineering designs the control system around an agent: what it may edit, how it receives feedback, where it writes state, how failures recover, and who can approve irreversible actions. Th
data-ai
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 tokens", "cross-agent memory without summarization", or discusses Attention Matching compaction, recursive language models with workers, or token explosion in hierarchical agents.
tools
--- name: tool-design description: 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 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 d