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
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 GitHubNo comments yet. Be the first to share your thoughts!
uvx 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