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

Stars448
Forks36
LanguagePython
Last pushed2026-06-22
Last synced2026-07-03
View on GitHub

Repository

Ownercomputerlovetech
Repositoryagr
Full namecomputerlovetech/agr
Repo ID1,127,402,712

Install this Skill

uv tool install agr

Registry

Typecodex_skill
Quality score80/100
Verificationreadme_parsed
Last verified2026-06-11
Platforms
ClaudeCodexCursor
Capabilities
pdfmemoryimageworkflowagent-skillsagentic-engineeringclaude-code
Detected files
README.mddocspyproject.tomltests

Summary

A package manager for AI agents that enables installation of agent skills from GitHub repositories with a single command.

Chinese description

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. [![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

Topics

Explore more

Data from GitHub. Synced on 2026-07-03