Claude Skill

computerlovetech/agr

一个用于AI智能体的Python包管理器,可通过单一命令简化从GitHub仓库安装Claude Skill包的过程。

概览

Stars448
Forks36
语言Python
最后更新2026-06-22
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者computerlovetech
仓库agr
完整名称computerlovetech/agr
Repo ID1,127,402,712

安装这个 Skill

uv tool install agr

Registry 信息

类型codex_skill
质量分80/100
验证状态readme_parsed
最近验证2026-06-11
平台
ClaudeCodexCursor
能力
pdfmemoryimageworkflowagent-skillsagentic-engineeringclaude-code
识别文件
README.mddocspyproject.tomltests

项目简介

一个用于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. [![PyPI](https://img.shields.io/pypi/v/agr?color=blue)](https://pypi.org/project/agr/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Docs](https://img.shields.io/badge/docs-site-blue)](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

话题

探索更多

数据来自 GitHub,同步时间:2026-07-03