CtrlK
BlogDocsLog inGet started
Tessl Logo

Agent-Skills-for-Context-Engineering

github.com/muratcankoylan/Agent-Skills-for-Context-Engineering

SkillAddedReview
self-improvement-loops

skills/self-improvement-loops/SKILL.md

This 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.

68

skill-template

template/SKILL.md

Template for creating new Agent Skills for context engineering. Use this template when adding new skills to the collection.

tool-design

skills/tool-design/SKILL.md

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 decisions to project-development; route deciding whether to introduce sub-agents to multi-agent-patterns.