plugins/_skills/README.md
Skills is a built-in Agent Zero plugin that manages active skills across scope defaults and the current chat.
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.
Skills fills that gap as a bundled built-in plugin.
The shared active-skill state and prompt-resolution logic live in helpers/skills.py, and this plugin focuses on configuration, UI, and prompt injection.
/a0/... form so configs stay portable across development and Docker-style layouts