Skip to content

Commit 999745e

Browse files
authored
Merge pull request #395 from mattpocock/dev-only-link-skills-note
docs(link-skills): mark as a dev-only script
2 parents 7936cd4 + 6b8c429 commit 999745e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/link-skills.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

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+
#
48
# Links all skills in the repository into the local skill directories used by
59
# each agent harness:
610
# - ~/.claude/skills — Claude Code

0 commit comments

Comments
 (0)