fix(hub-guide): install as one unit ~/.claude/skills/hub-guide/

Not split per-skill directory. Single symlink/copy of the entire plugin. Skills are
auto-discovered from ~/.claude/skills/<name>/skills/<skill>/SKILL.md.
This commit is contained in:
asepharyana
2026-07-25 11:56:26 +07:00
parent 39f3f093fe
commit 75cbe31bac
3 changed files with 16 additions and 59 deletions
+1 -7
View File
@@ -33,17 +33,11 @@ Skills activate automatically when Claude detects relevant context (language, fr
git clone https://github.com/asepharyana/asepharyana-hub-hub-guide.git
cd asepharyana-hub-hub-guide
# Copy all 26 skills (recommended)
# Install as one unit (recommended)
./install.sh
# Or symlink (edits in this repo are live)
./install.sh --link
# Install only specific skills
./install.sh clean-code testing docker
# Configure hooks (auto-detect project type on session start)
./setup-hooks.sh
```
## Usage