From 01ca82955bc3ebd7f2a282cee1d6630973d0a2e7 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:12:27 -0600 Subject: [PATCH] docs(skills): drop hand-copied naming rules from gh-skill Avoids drift between this skill and the actual validation logic in publish. Agents should run `gh skill publish --dry-run` to learn the current rules from the source of truth. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- skills/gh-skill/SKILL.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/skills/gh-skill/SKILL.md b/skills/gh-skill/SKILL.md index 319b3ce4c..c32c5ced9 100644 --- a/skills/gh-skill/SKILL.md +++ b/skills/gh-skill/SKILL.md @@ -82,14 +82,6 @@ license: MIT # optional but recommended --- ``` -Naming rules (enforced by `publish`): - -- Lowercase alphanumeric and hyphens only, 1-64 chars. -- Must start and end with `[a-z0-9]`. -- No double hyphens (`--`). -- `allowed-tools`, if present, must be a string (space-delimited), not a - YAML array. - ### Validate, then publish ```bash