How Skills Work
This page explains the technical architecture behind Unlayer Skills — how they're structured, how AI tools discover them, and how the routing system works.
Skill Structure
Each skill is a self-contained Markdown file (SKILL.md) inside its own folder:
unlayer-skills/
├── unlayer/ # Router skill
│ └── SKILL.md
├── unlayer-integration/ # Framework setup
│ └── SKILL.md