From 4cf7f24e92dd8c1a4ca8041fd15bd7f4d91ed637 Mon Sep 17 00:00:00 2001 From: Konstantin Kolomeitsev Date: Fri, 20 Feb 2026 18:15:13 +0500 Subject: [PATCH] Add Skill: k-kolomeitsev/data-structure-protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Graph-based long-term memory skill for AI (LLM) coding agents — faster context, fewer tokens, safer refactors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb59b09..f637f87 100644 --- a/README.md +++ b/README.md @@ -652,6 +652,7 @@ Official curated skills from OpenAI's skills repository. - **[muratcankoylan/memory-systems](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/memory-systems)** - Design short-term, long-term, and graph-based memory architectures - **[muratcankoylan/tool-design](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/tool-design)** - Build tools that agents can use effectively, including architectural reduction patterns - **[muratcankoylan/evaluation](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/evaluation)** - Build evaluation frameworks for agent systems +- **[k-kolomeitsev/data-structure-protocol](https://github.com/k-kolomeitsev/data-structure-protocol)** - Graph-based long-term memory skill for AI (LLM) coding agents — faster context, fewer tokens, safer refactors