From 4be83021904a0f028124d500c76bba8bad1bd412 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:36:08 +1200 Subject: [PATCH] [ci] Move skills to .agents/skills with .claude and .github symlinks (#19369) --- {.claude => .agents}/skills/pr-workflow/SKILL.md | 0 .claude/skills | 1 + .github/skills | 1 + script/ci-custom.py | 3 +++ 4 files changed, 5 insertions(+) rename {.claude => .agents}/skills/pr-workflow/SKILL.md (100%) create mode 120000 .claude/skills create mode 120000 .github/skills diff --git a/.claude/skills/pr-workflow/SKILL.md b/.agents/skills/pr-workflow/SKILL.md similarity index 100% rename from .claude/skills/pr-workflow/SKILL.md rename to .agents/skills/pr-workflow/SKILL.md diff --git a/.claude/skills b/.claude/skills new file mode 120000 index 00000000000..2b7a412b8fa --- /dev/null +++ b/.claude/skills @@ -0,0 +1 @@ +../.agents/skills \ No newline at end of file diff --git a/.github/skills b/.github/skills new file mode 120000 index 00000000000..2b7a412b8fa --- /dev/null +++ b/.github/skills @@ -0,0 +1 @@ +../.agents/skills \ No newline at end of file diff --git a/script/ci-custom.py b/script/ci-custom.py index 2c9a64c68be..286dda85b9e 100755 --- a/script/ci-custom.py +++ b/script/ci-custom.py @@ -247,6 +247,9 @@ def lint_ext_check(fname): "CLAUDE.md", "GEMINI.md", ".github/copilot-instructions.md", + # Symlinks to the shared .agents/skills directory + ".claude/skills", + ".github/skills", # Symlink to the real wifi scan_list.h so the test stub cannot drift "tests/integration/fixtures/external_components/wifi/scan_list.h", ]