What a skill is
A skill is a small bundle — aSKILL.md of instructions plus any commands or helpers it needs — that an agent pulls in when a task calls for it. Skills range from “follow our PR workflow” to “use this CLI to query Sentry” to “search large files with ripgrep.” The agent loads a skill only when it’s relevant, so the working context stays lean.
One library, every agent
- Manage global skills (available in every project) and per-project skills from the Workbench.
- The same skills layer works across Claude Code, Codex, and OpenCode — you don’t redo setup per agent. A skill can target one backend or all of them.
- Browse a registry and install a skill with a click, or add your own from a Git source.
- Avibe manages skills through the open
askilltoolchain, installed as a managed dependency so it’s ready when you need it.
Global vs per-project
- Global skills are your standing toolkit — conventions and helpers you want everywhere.
- Per-project skills live with a repo: its build steps, its test commands, its house style — so an agent picks them up only in that project.
