From 6b8c429bc6dbc2a6f0ef97a9e138aaecf855810b Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Tue, 30 Jun 2026 10:28:50 +0100 Subject: [PATCH] docs(link-skills): mark as a dev-only script Add a header note clarifying that link-skills.sh is a dev-only script for maintainers, not a supported installer, and that modifications or requests for modification will not be approved. Co-Authored-By: Claude Opus 4.8 (1M context) --- scripts/link-skills.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/link-skills.sh b/scripts/link-skills.sh index aba2bb6..deb5461 100755 --- a/scripts/link-skills.sh +++ b/scripts/link-skills.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash set -euo pipefail +# NOTE: This is a dev-only script, intended for use by maintainers of this repo. +# It is not a supported installer. Modifications to it — or requests for +# modifications — will not be approved. +# # Links all skills in the repository into the local skill directories used by # each agent harness: # - ~/.claude/skills — Claude Code