Skills
A common mistake when building an agent is to stuff every specialist instruction into the system prompt up front: a code-review checklist, a customer-support playbook, a five-page SQL style guide, rules for how to handle refunds. The result is a 15,000-character system prompt that costs tokens on every turn, spreads the model's attention thin, and still doesn't help the agent pick the right guidance for the situation.
Skills are the progressive-disclosure pattern for this problem. A skill has a short description that lives in the system prompt and a larger body of content that's loaded into the conversation only when the agent decides it needs it. This is a standard technique in modern agent harnesses (Claude Code uses it for its built-in skills); Vectara exposes it as a first-class field on the agent.