Skills are instruction sets that the agent can load autonomously when relevant, or that you can explicitly trigger viaDocumentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
/skillname commands.
Default skills
Your project includes four built-in skills:| Skill | Purpose |
|---|---|
plan | Create structured implementation plans |
build | Guide feature development and code generation |
deploy | Manage deployment workflows |
interview | Gather requirements through guided questions |
.veryfront/skills/ and can be customized or extended.
Create a skill
Create aSKILL.md file in .veryfront/skills/{skill-id}/:
.veryfront/skills/review/SKILL.md
Frontmatter options
| Field | Description |
|---|---|
name | Display name |
description | Brief description (shown in skill list) |
allowed-tools | Restrict which tools the skill can use |
Use skills
- Automatic: The agent loads skills when it determines they’re relevant
- Explicit: Type
/skillnameto trigger a specific skill - Via menu: Select from available skills in the chat interface
Next
- Sub-Agents: Specialized agents for focused work
- Project Instructions: Customize agent behavior
Related
- Veryfront Agent: Agent quickstart