From 3dad9e279b593cd5e5141404e1921c1d0d7abbd2 Mon Sep 17 00:00:00 2001 From: Nicholai Martinsen Date: Fri, 21 Aug 2026 04:47:55 -0700 Subject: [PATCH 1/2] Add Skills Auto-Unload plugin --- plugins/skills_autoload/index.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/skills_autoload/index.yaml diff --git a/plugins/skills_autoload/index.yaml b/plugins/skills_autoload/index.yaml new file mode 100644 index 0000000..511e3c2 --- /dev/null +++ b/plugins/skills_autoload/index.yaml @@ -0,0 +1,8 @@ +title: Skills Auto-Unload +description: Automatically unloads stale skills after a configurable number of turns + and provides explicit skill cleanup controls. +github: https://github.com/Nicfox77/a0-plugin-skills-autoload +tags: +- prompting +- agents +- workflow From ac4b4160542fefdd58b7890e84f313c7ce9285ae Mon Sep 17 00:00:00 2001 From: Nicholai Martinsen Date: Fri, 21 Aug 2026 14:09:47 -0700 Subject: [PATCH 2/2] Update Skills Lifecycle listing --- plugins/skills_autoload/index.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/skills_autoload/index.yaml b/plugins/skills_autoload/index.yaml index 511e3c2..9db16e7 100644 --- a/plugins/skills_autoload/index.yaml +++ b/plugins/skills_autoload/index.yaml @@ -1,6 +1,7 @@ -title: Skills Auto-Unload -description: Automatically unloads stale skills after a configurable number of turns - and provides explicit skill cleanup controls. +title: Skills Lifecycle +description: >- + Cache-friendly skill loading, logical unload, and compaction-time instruction + eviction for stock and rolling Agent Zero chat history. github: https://github.com/Nicfox77/a0-plugin-skills-autoload tags: - prompting