Xskill Self Improving Object

Turn execution traces into knowledge that improves without retraining. Two Ch7 primitives compose: XSkill dual-stream extraction distills EXPERIENCES (action-level: what worked or failed for one tool call) and SKILLS (task-level: a multistep pattern that solves a category of task) from the execution graph. Cognee then treats each skill as a graph OBJECT that observes its own executions, computes its success rate, and rewrites itself via amendify() when it degrades. Routing selects skills by demonstrated success on the task pattern, not by description similarity. Use to give an agent memory of past failures (experiences alone cut tool errors 29.9% to 16.3%) and skills that track a changing environment. NOT for a static agent that never re-runs similar tasks (no traces to learn from), NOT for the raw execution graph itself (use the execution-graph skill, which is the substrate this consumes).

AnthonyAlcaraz 03e1997 3 files · 42.2 KB Updated

File contents

AnthonyAlcaraz/agentic-graph-rag-skills/tree/main/skills/self-evolution/xskill-self-improving-object commit 03e1997030

Frequently asked questions

npx skillmds@latest add anthonyalcaraz/xskill-self-improving-object