Claude Code skills distilled from HunterB's YouTube channel — frameworks for Thai corporate career decisions, salary negotiation, promotion strategy, and layoff survival.
These are personal-use skills. Source content belongs to HunterB; this repo only contains synthesized frameworks.
| Skill | When it fires |
|---|---|
strategic-career-multiplier |
Promotion negotiations, salary discussions (100k–300k+ THB), IC-to-manager transitions, layoff survival, job-offer evaluation, "management up" |
# 1. Clone anywhere you like git clone https://github.com/ratanon97/HunterBSkills.git ~/HunterBSkills # 2. Make sure the Claude skills dir exists mkdir -p ~/.claude/skills # 3. Symlink each skill so `git pull` keeps it live ln -s ~/HunterBSkills/strategic-career-multiplier ~/.claude/skills/strategic-career-multiplier
Restart Claude Code (or start a new session). The skill auto-discovers from ~/.claude/skills/.
cd ~/HunterBSkills && git pull
Symlinks pick up changes immediately — no re-linking needed.
In Claude Code:
- Automatic: Claude reads each skill's
description:and fires when your task matches. Just ask naturally — "I have a performance review next week, help me prep". - Explicit:
/strategic-career-multiplier(slash command form).
- Create a folder:
mkdir new-skill-name && cd new-skill-name - Add
SKILL.mdwith YAML frontmatter (name:+description:) and a body. - The
description:field is what Claude matches against future tasks — load it with the trigger phrases users would naturally say, not abstract domain words. - Commit, push, and symlink on each machine.
MIT — for the synthesis/framing in these files. Underlying ideas are credited to HunterB.