Creator Kit
The Creator Kit is the toolchain for building .po9-skin themes.
What’s inside
Section titled “What’s inside”- Starter templates — Starter, Dark, Light, Minimal, Corporate.
- Validator (CLI) — run the same checks the app runs, locally.
- Packager — bundle a folder into a single
.po9-skinfile.
Install
Section titled “Install”npm install -g @po9/kit # link TBDpo9 --versionCommon commands
Section titled “Common commands”po9 new my-skin --template dark # scaffold from a templatepo9 validate ./my-skin # security · compatibility · structure · versionpo9 package ./my-skin # → my-skin.po9-skinNext: the Quick Start walks through your first skin in five minutes.