Documentation
README
Create a Skill
This is the guided workflow for building new aivo skills and iteratively improving them. Your job is to figure out where the user is in the process and jump in to move them forward — sometimes that's "I want a skill for X" (start from scratch), sometimes it's "here's a draft, help me sharpen it" (go straight to review/iterate).
What a skill is
A skill is a folder holding a SKILL.md with YAML frontmatter (name, description) and a Markdown body of instructions. aivo discovers skills from these roots (project shadows user; first name wins):
- Project:
./.agents/skills,./.aivo/skills,./.claude/skills - User:
~/.agents/skills,~/.config/aivo/skills,~/.claude/skills
This is the opening of the README. Read the full README on GitHub.