chore: deprecate per-repo skill loading (use-skills.sh)

Skills are now deployed globally via Home Manager. Per-repo loading
added 1-2s delay on every cd and was 100% redundant with global
deployment.

Script retained for backward compatibility but will be removed.
Closes skills-y7h4
This commit is contained in:
dan 2026-01-25 23:11:46 -08:00
parent def4b8a7dc
commit ead1b97500

View file

@ -1,4 +1,17 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# DEPRECATED: Per-repo skill loading is no longer recommended.
#
# Skills are now deployed globally via Home Manager (dotfiles/home/claude.nix).
# This eliminates the 1-2 second delay on every `cd` caused by nix build calls.
#
# If you have a .skills file or source this script in .envrc, you can safely
# remove those lines. All skills are available globally at ~/.claude/skills/,
# ~/.codex/skills/, etc.
#
# This script remains for backward compatibility but will be removed in a
# future update. See: https://github.com/dan/skills/issues/y7h4
#
# --- LEGACY DOCUMENTATION ---
# Helper for per-repo skill deployment via direnv # Helper for per-repo skill deployment via direnv
# Source this from your .envrc or copy the functions # Source this from your .envrc or copy the functions
# #