Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

**The package manager for AI agents.**

> [!IMPORTANT]
> This repository is kept for educational purposes and is not actively
> maintained. You are welcome to study and reuse the code, but should not expect
> updates, support, or production-readiness.

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.
Expand Down
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Get started

!!! important
agr is kept for educational purposes and is not actively maintained. You
are welcome to study and reuse the code, but should not expect updates,
support, or production-readiness.

Your team shouldn't be copying AI skill files around by hand. agr gives you a
shared, versioned skill environment: one manifest, one sync command, the same
setup on every machine and every tool.
Expand Down
Loading