You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skills is a built-in Agent Zero plugin that lets you pin skills into prompt extras for a chosen scope.
4
+
5
+
## What It Does
6
+
7
+
- activates selected skills for the current plugin scope
8
+
- injects those skills into prompt extras on every turn
9
+
- supports global and project scoped configurations without agent-profile variants
10
+
- links directly to the built-in Skills list
11
+
- links directly to the active project's Skills section when a project is active
12
+
13
+
## Why This Exists
14
+
15
+
Agent Zero already supports loading skills dynamically with `skills_tool`, and already has great built-in skill management surfaces. What it did not have was a lightweight way to make a few skills feel "always on" for a specific scope without modifying the core prompt system.
16
+
17
+
Skills fills that gap as a bundled built-in plugin.
18
+
19
+
## Notes
20
+
21
+
- keep the active list short because every selected skill is injected into prompt extras every turn
22
+
- this plugin enforces the same extras cap as the core `skills_tool`: at most 5 active skills
23
+
- selected skills are stored in normalized `/a0/...` form so configs stay portable across development and Docker-style layouts
24
+
- if a configured skill is not visible in the current agent scope, it is skipped quietly instead of breaking the prompt build
0 commit comments