Skill Creator Primer Note: If your environment does not have the skill: Stop and ask the user to run then before proceeding. How Skills Actually Work Understanding these mechanics helps you design more effective skills. Skills are prompt-based context modifiers, not executable code. When invoked, a skill: 1. Injects instructions into the conversation context (via hidden messages to the agent) 2. Modifies execution context by changing tool permissions and optionally switching models 3. Guides the agent's behaviour through detailed instructions Skill selection happens through pure LLM reasoning…