Overview
Smart skills are short markdown amendments to an agent’s prompt that make it run better on specific tasks. Each skill is scoped to a single agent and once created, can be edited and downloaded from the Voker platform.Where to find skills
Open Skills in the project sidebar to browse skills across all agents, or open an agent and select the Skills tab to manage skills for that agent alone.What a skill contains
A skill includes:- Name — a short label, such as “Build scoring rubric”.
- Description — what the skill does and when the agent should use it.
- Content — half- to one-page markdown that amends the agent’s system prompt with instructions, rules, or examples.
Editing skills
Click a skill to open the editor. Write in markdown or switch to a code view for longer instructions. Changes save automatically.Up next
- Agent version tracking cookbook — iterate on agent behavior and measure the impact.