From 6d0c212740b64415ac51620d64b87718ebd0a6ed Mon Sep 17 00:00:00 2001 From: Kasper Junge Date: Wed, 12 Aug 2026 11:37:27 +0200 Subject: [PATCH] docs: clarify educational maintenance status --- README.md | 5 +++++ docs/index.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 50199b4b..4b654117 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/index.md b/docs/index.md index 4f69539a..b138faad 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.