From f80088f035de303d6e8c1e59764d2008571ca01a Mon Sep 17 00:00:00 2001 From: DrZM007 <197037808+DrZM007@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:21:23 +0200 Subject: [PATCH] docs: add missing Prerequisites/How to Run sections to SKILL.md template The SKILL.md template in CONTRIBUTING.md was missing the Prerequisites and How to Run sections, even though the "modern section order" guidance immediately below it lists both as required. Co-Authored-By: Claude Sonnet 4.6 --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a8b03ed357..045d8097f88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -430,6 +430,12 @@ Brief intro. ## When to Use Trigger conditions — when should the agent load this skill? +## Prerequisites +Env vars, install steps, MCP setup, API key sourcing. + +## How to Run +Canonical invocation through the `terminal` tool. + ## Quick Reference Table of common commands or API calls.