Show HN: Skill-Add – Share and Install Claude Code Skills from GitHub
github.comI built a small CLI to make it easy to share and reuse Claude Code skills.
skill-add solves this: create an agent-skills repo on GitHub with your skills, and anyone can install them with:
skill-add yourname/skill-name
It downloads the skill from github.com/yourname/agent-skills and copies it to .claude/skills/ in your current project.
That's it. No registry, no auth, just GitHub repos.
Built with Python/Typer. ~100 lines of code.
No comments yet.