From e385657190b88bd269ff96c5d10b1063d499b8f9 Mon Sep 17 00:00:00 2001 From: xxl007 Date: Wed, 22 Apr 2026 23:08:50 +0200 Subject: [PATCH] Add SkillFlow paper reference to README Added a new academic paper reference to the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8038f4..40ab27c 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ Evaluation frameworks and deeper technical reading. - [yzfly/Mind-Cloning-Engineering](https://github.com/yzfly/Mind-Cloning-Engineering) - Repository: Techniques for building reusable skill knowledge. ### Academic Papers +- [SkillFlow:Benchmarking Lifelong Skill Discovery and Evolution for Autonomous Agents](https://arxiv.org/abs/2604.17308) (2026) - A benchmark for evaluating autonomous agents' ability to discover, repair, and maintain skills over time - [Graph of Skills: Dependency-Aware Structural Retrieval for Massive Agent Skills](https://arxiv.org/abs/2604.05333) (2026) - Enabling efficient inference in large skill libraries by constructing executable skill graphs - [SkillClaw: Let Skills Evolve Collectively with Agentic Evolver](https://arxiv.org/abs/2604.08377) (2026) - Aggregating user interactions to autonomously improve reusable skills - [SkillNet: Create, Evaluate, and Connect AI Skills](https://arxiv.org/abs/2603.04448) (2026) - An open infrastructure designed to create, evaluate, and organize AI skills at scale