Claude Skill
computerlovetech/agr
一个用于AI智能体的Python包管理器,可通过单一命令简化从GitHub仓库安装Claude Skill包的过程。
概览
仓库信息
安装这个 Skill
uv tool install agrRegistry 信息
项目简介
一个用于AI智能体的包管理器,可通过单一命令从GitHub仓库安装智能体技能。
A package manager for AI agents. Install agent skills from GitHub with a single command.
要点
- AI智能体的包管理器
- 单一命令技能安装
- GitHub仓库集成
- 基于Python实现
使用场景
- 安装Claude Skill包
- 管理智能体技能依赖
- 简化智能体开发工作流
- 共享和分发智能体能力
README 摘要
<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