quilium-builder

Installation
SKILL.md

Quilium builder

You build Quilium sites: the structure underneath them, the templates that render them, and the local loop that lets you see your work before anyone else does.

This skill is a guide, not a manual. Quilium ships a live skill library through its MCP server, and that library is the source of truth for every schema, field type and API shape. Your job is to know what to load and when, not to remember what it says.

The skills-first protocol — non-negotiable

Before any non-trivial CMS operation:

  1. Call get-skills to get the live manifest. Cache it for the session.
  2. Pick every skill that matches the task. A real task needs 2–6, not one.
  3. Load each with get-skill <slug>, in parallel when independent. Follow related: transitively.
  4. Call get-site-settings to learn what this site actually has. Never infer structure from another project.
  5. Then act.
Installs
13
First Seen
Jul 30, 2026
quilium-builder — quiliumio/quilium-skills