Last active
March 18, 2026 16:44
-
-
Save pHo9UBenaA/7dc2fb26f6941a939a9652fa1f3cb946 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -Eeuo pipefail | |
| mkdir -p ~/.claude/skills; | |
| git clone --depth 1 --filter=blob:none --sparse https://github.com/anthropics/skills.git ./tmp/anthropic-skills; | |
| cd ./tmp/anthropic-skills; | |
| git sparse-checkout set skills/skill-creator; | |
| cp -R skills/skill-creator ~/.claude/skills/; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment