/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.
Creating 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 |
Using 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