2 parents 7936cd4 + 6b8c429 commit 999745eCopy full SHA for 999745e
1 file changed
scripts/link-skills.sh
@@ -1,6 +1,10 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
+# NOTE: This is a dev-only script, intended for use by maintainers of this repo.
5
+# It is not a supported installer. Modifications to it — or requests for
6
+# modifications — will not be approved.
7
+#
8
# Links all skills in the repository into the local skill directories used by
9
# each agent harness:
10
# - ~/.claude/skills — Claude Code
0 commit comments