How skills work
Each skill is aSKILL.md file with YAML frontmatter and Markdown instructions:
Installing skills
Skills can be installed from GitHub repositories. The installation flow:- Bolly fetches the
SKILL.mdfrom the specified GitHub repo - Parses the frontmatter and instructions
- Stores the skill config in
~/.bolly/instances/{slug}/skills/{id}.json
Managing skills
Bolly has three tools for skill management:| Tool | Description |
|---|---|
list_skills | Show all installed skills with descriptions and status |
activate_skill | Enable or disable a skill |
read_skill_reference | Read bundled documentation from a skill |
Skill resources
Skills can include additional files:references/— documentation and guidesscripts/— automation scriptsassets/— images, templates, data files
read_skill_reference tool when it needs more context.