Claude Skill
computerlovetech/agr
A Python package manager for AI agents that simplifies installation of Claude Skill packages from GitHub repositories with single commands.
Overview
Repository
Install this Skill
uv tool install agrRegistry
Summary
A package manager for AI agents that enables installation of agent skills from GitHub repositories with a single command.
Claude Skill 的包与项目管理器。通过单一命令从 GitHub 安装智能体技能。
Key features
- Package manager for AI agents
- Single-command skill installation
- GitHub repository integration
- Python-based implementation
Use cases
- Installing Claude Skill packages
- Managing agent skill dependencies
- Streamlining agent development workflow
- Sharing and distributing agent capabilities
README excerpt
<div align="center"> # agr **The package manager for AI agents.** For teams who want to manage agent skills like software packages — the way npm, PyPI, and uv manage code. Install skills from any Git repo into Claude Code, Cursor, Codex, and more, then share them across your team like real dependencies. [](https://pypi.org/project/agr/) [](https://opensource.org/licenses/MIT) [](https://computerlovetech.github.io/agr/) </div> <p align="center"> <img src="docs/images/demo.svg" alt="agr demo — install skills and list them" width="680"> </p> --- ## Why agr agr is for **teams** who want to manage their agent skills as seriously as they manage their code — the way npm, PyPI, and uv manage software packages. Skills make AI agents better at your work. But today they're copied around by hand, drift between machines, and live in tool-specific folders. agr treats them like real dependencies: declared in one manifest, locked to a version, installed with one command, and identical for every teammate, on every machine, in every tool. That brings the same wins you already get from a package manager for code: - **Version & pin.** `agr.lock` records the exact version of every skill, so a skill that works today keeps working tomorrow — no silent upstream changes breaking your agents. Upgrade on purpose, when you choose, with `agr upgrade`. - **Distribute effortlessly.** Publishing a skill is just pushing to a Git repo; installing one is `agr add owner/repo/skill`. No registry to set up, no files to email around. - **One source of truth for the team.** The skills your agents use are part of you