Skip to main content
Use skills to give Veryfront Agent repeatable workflows and focused reference material. A skill is an instruction file that Agent can load when a task matches the skill description. You can let Agent choose a skill, or start a message with /skillname to request one.

Built-in skills

Veryfront Agent includes built-in platform skills. The linked skills have dedicated pages because they need examples, inputs, outputs, or decision guidance.

Add a project skill

Create project skills when the same workflow comes up often. For a source-first creation flow with MCP tool call examples, see Create a skill. Create skills/{skill-id}.md in your project:
skills/accessibility-review.md

Skill fields

Write useful skill descriptions

The description is the routing contract.

Use a skill

  • Let the agent load a skill automatically when it matches the task.
  • Type /skillname to trigger a specific skill.
  • Select a skill from the chat interface when you want explicit control.

Keep skills focused

One skill covers one repeatable workflow. Move long reference material into files linked from the skill when the workflow needs supporting context.

Next