xllama / wiki / skills

Reusable skills

A skill is an on-demand instruction set stored in a Claude-Code-style SKILL.md. The model loads it only when needed, keeping the base prompt small.

Layout

~/.xllama/skills/<name>/SKILL.md
---
name: pdf-report
description: when and how to build a PDF report from data
---

# pdf-report
Step-by-step instructions for the model.

How skills run

When at least one skill exists, xllama exposes use_skill. The model calls use_skill(name), receives the instructions and skill folder, then follows them through normal tools and consent.

/skills
/skills add <name>