plugins/_skills/README.md
Skills is a built-in Agent Zero plugin that manages skill loading and visibility for 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 use that same history-backed skill loading from the Skills screen.
Skills fills that gap as a bundled built-in plugin.
The shared skill discovery and loaded-skill ledger live in helpers/skills.py, and this plugin focuses on catalog UI, chat loading, and visibility.
skills_tool/a0/... form so configs stay portable across development and Docker-style layouts