refactor: update sessionStart hook to inject all best-practice guides and enhance documentation

This commit is contained in:
asepharyana
2026-07-26 17:55:20 +07:00
parent 95c77c694f
commit ffcd3ba8e3
5 changed files with 52 additions and 35 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# install.sh — code-guide installer for Claude Code
# Installs the entire code-guide directory as one unit into ~/.claude/skills/.
# Skills auto-discover. SessionStart hook injects engineering-principles into context.
# SessionStart hook injects ALL skills/*/SKILL.md into context at session start.
# Usage:
# ./install.sh # Copy code-guide to ~/.claude/skills/
# ./install.sh --link # Symlink (edits live)
@@ -41,4 +41,4 @@ if [ "$LINK_MODE" = true ]; then
fi
echo ""
echo "Done. Restart Claude Code or run /reload."
echo "Skills auto-trigger. SessionStart hook injects engineering-principles into context."
echo "SessionStart hook injects all 25 best-practice guides into context."