Use CALIBER
Skills
The task-oriented guide to packaging reusable instructions, testing selection behavior, and using skills with assistant and workflow flows.
Use this page for the practical path around skills: package them, test their selection behavior, and understand how they shape assistant or workflow output.
At a glance
| Task | Start here | Deep reference |
|---|---|---|
| package a reusable instruction asset | define the skill surface and tests | Skills architecture |
| verify the right skill is selected | run trigger/selection coverage | Skills architecture |
| use a skill with Aria | inspect the assistant flow | Aria assistant |
| use a skill in examples | follow a cookbook or SDK recipe | SDK recipes |
1. What skills are for in CALIBER
Skills are reusable instruction assets. They let you keep repeatable behavioral guidance separate from the rest of the workflow or assistant logic.
2. Common tasks
| You want to... | Read this next |
|---|---|
| author or update a skill | Skills architecture |
| verify trigger behavior | Skills architecture |
| understand how the assistant chooses or applies a skill | Aria assistant |
| package skill logic for developer workflows | SDK recipes |
3. Common failure modes
| Symptom | First thing to check |
|---|---|
| The skill exists but is not used | trigger cases or selection conditions are too weak |
| A skill package is installed but not active | installation and enablement are separate steps |
| Output changed after calibration | inspect the evidence loop and packaged instructions together |