From 711505865f7959bf5f62ea27c08cd297f6d4de8b Mon Sep 17 00:00:00 2001 From: Magnus Hedemark Date: Sat, 11 Jul 2026 17:11:31 -0400 Subject: [PATCH] docs(skills): document applicability sections --- agent-skills/references/specification.md | 1 + 1 file changed, 1 insertion(+) diff --git a/agent-skills/references/specification.md b/agent-skills/references/specification.md index 4bc374d..8a3572a 100644 --- a/agent-skills/references/specification.md +++ b/agent-skills/references/specification.md @@ -205,6 +205,7 @@ Recommended sections: * Step-by-step instructions * Examples of inputs and outputs * Common edge cases +* Applicability conditions for instructions that only apply to a subset of tasks Note that the agent will load this entire file once it's decided to activate a skill. Consider splitting longer `SKILL.md` content into referenced files.