From 57eceb7faead7fc392f20a3ad0f4fd5ee4e5ecec Mon Sep 17 00:00:00 2001 From: xxl007 Date: Sun, 12 Apr 2026 16:47:34 +0200 Subject: [PATCH] Remove reference implementations section from README - Added Graph of skills and Skillclaw to the papers section - Removed reference implementations section --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index cd3b0d4..f8038f4 100644 --- a/README.md +++ b/README.md @@ -122,22 +122,6 @@ Guides and tools for authoring, validating, and distributing skills. - [IntentKit](https://github.com/crestalnetwork/intentkit) - Framework: Intent-driven agent building. - [Agentica](https://github.com/wrtnlabs/agentica) - Framework: TypeScript function-calling utilities for agents. -### Reference Implementations - -#### Development and Programming - -- [kylehughes/the-unofficial-swift-concurrency-migration-skill](https://github.com/kylehughes/the-unofficial-swift-concurrency-migration-skill) - Skill-style guide for Swift concurrency migrations. -- [gapmiss/obsidian-plugin-skill](https://github.com/gapmiss/obsidian-plugin-skill) - Skill package for Obsidian plugin development. -- [frmoretto/stream-coding](https://github.com/frmoretto/stream-coding) - Stream-coding methodology reference. -- [remotion-dev/remotion](https://github.com/remotion-dev/remotion/tree/main/packages/skills) - Skill package that define best practices for working in Remotion projects. - -#### Integration and Automation - -- [SawyerHood/dev-browser](https://github.com/SawyerHood/dev-browser) - Browser capability for agents. -- [gotalab/skillport](https://github.com/gotalab/skillport) - CLI and MCP-based skill distribution. -- [gmickel/sheets-cli](https://github.com/gmickel/sheets-cli) - Google Sheets automation via CLI. -- [fabioc-aloha/spotify-skill](https://github.com/fabioc-aloha/spotify-skill) - Spotify API integration skill. - ## Phase 4: Benchmarks and Research Evaluation frameworks and deeper technical reading. @@ -158,7 +142,8 @@ 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 - +- [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 - [SkillsBench: Benchmarking How Well Agent Skills Work Across Diverse Tasks](https://arxiv.org/abs/2602.12670) (2026) - Benchmark consisting of 86 tasks across 11 domains - [Agent Skills Enable a New Class of Realistic and Trivially Simple Prompt Injections](https://arxiv.org/abs/2510.26328) (2025) - Security analysis of skill-file prompt injection risks.