github.com/jeonck/skill-hub

Claude Skill Hub

38 installable skills for Claude Code and Claude.ai — site builders, content pipelines, design systems, video production and dev tooling. Copy one command, drop it in ~/.claude/skills, done.

38 skills 7 categories 6.7 MB total

How to install

One skill

Every skill page has a copy-paste command. It downloads that skill's zip and unpacks it into your skills folder.

curl -fsSL https://skill.metacog.co.kr/dist/<skill>.zip \
  -o /tmp/skill.zip && unzip -oq /tmp/skill.zip -d ~/.claude/skills

All of them

Clone the repo and copy or symlink the whole skills/ folder.

git clone https://github.com/jeonck/skill-hub.git
cp -r skill-hub/skills/* ~/.claude/skills/

Personal skills live in ~/.claude/skills/. For a single project use .claude/skills/ in the repo instead. Restart Claude Code, or start a new session, to pick them up.