/skillname to request one.
Built-in skills
Veryfront Agent includes built-in platform skills.| Skill | Purpose |
|---|---|
plan | Create structured implementation plans. |
build | Create and edit files for implementation work. |
debug | Diagnose runtime failures, preview issues, and logs. |
review | Review code, branches, and changes before shipping. |
deploy | Manage releases, deployments, domains, and rollout state. |
research | Create source-backed research and durable project artifacts. |
knowledge | Retrieve, ingest, audit, and organize project knowledge. |
create-agent | Design or improve an AI agent. |
manage | Manage environment variables, members, API keys, and settings. |
figma | Use attached Figma designs during implementation. |
veryfront | Load Veryfront platform reference material. |
Add a project skill
Create project skills when the same workflow comes up often. Createskills/{skill-id}.md in your project:
skills/accessibility-review.md
Skill fields
| Field | Description |
|---|---|
name | Display name. |
description | Short routing description. Agent uses it to decide when the skill applies. |
allowed-tools | Optional tool allowlist for work done through the skill. |
model | Optional model override. Use it only when the workflow needs a different model budget. |
max-steps | Optional step budget for longer workflows. |
Write useful skill descriptions
Thedescription is the routing contract.
| Weak | Better |
|---|---|
| Helps with quality. | Review UI changes for keyboard, screen reader, and contrast issues. |
| Build stuff. | Implement scoped frontend changes using existing project patterns. |
| Research. | Compare options using project files and external sources, then write a report. |
Use a skill
- Let the agent load a skill automatically when it matches the task.
- Type
/skillnameto 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
| Goal | Page |
|---|---|
| Plan project work | Plan skill |
| Build a project change | Build skill |
| Set project-wide rules | Project instructions |
| Understand child runs | Child forks |