by kasperjunge
Install Claude Code skills from GitHub with one command: uvx add-skill ๐ Also works for slash commands and subagents ๐ค
# Add to your Claude Code skills
git clone https://github.com/kasperjunge/agent-resources-projectShare and install Claude Code skills, commands, and agents with a single command.
Like pip, but for Claude Code resources.
Try It โข Install โข Create Your Own โข Community
</div>No installation needed. Just run:
uvx add-skill kasperjunge/hello-world
That's it. The skill is now available in Claude Code.
uvx add-skill <username>/<skill-name> # Skills
uvx add-command <username>/<command-name> # Slash commands
uvx add-agent <username>/<agent-name> # Sub-agents
Ready to share your own skills? Create your personal toolkit in 30 seconds:
uvx create-agent-resources-repo --github
Done. You now have a GitHub repo that anyone can install from.
Requires GitHub CLI. Run without
--githubto set up manually.
agent-resources repo on your GitHubuvx add-skill <your-username>/hello-world
Edit the files in your repo:
your-username/agent-resources/
โโโ .claude/
โโโ skills/ # Skill folders with SKILL.md
โโโ commands/ # Slash command .md files
โโโ agents/ # Sub-agent .md files
Push to GitHub. No registry, no publishing step.
Sharing is just a message:
"This skill saves me hours โ try
uvx add-skill yourname/cool-skill"
One command. Zero friction. The more you share, the more the community grows.
A comprehensive Claude Code toolkit for Go developers.
uvx add-skill dsjacobsen/golang-pro # Expert Go knowledge
uvx add-agent dsjacobsen/go-reviewer # Code review agent
uvx add-command dsjacobsen/go-check # Quick code check
Includes: 1 skill, 9 agents, 11 commands covering scaffolding, testing, API building, refactoring, and more.
Built something useful? Open an issue with a link to your agent-resources repo and we'll add it here.
MIT License ยท Made for the Claude Code community