The standard just recipes

Every scaffolded wskill ships a justfile wrapping the wcl CLI, so the everyday loop is the same in every wskill folder. Run bare just to list them.

RecipeWhat it does
just wskill-checkValidate the model and every projection template
just book-buildRender the book to out/book
just skill-buildRender the AI skill to out/skill
just presentation-buildRender the overview deck to out/presentation (shipped views only)
just training-buildRender the training book to out/training (shipped views only)
just renderRender every shipped projection
just book-serveLive-preview the book
just out-cleanDelete generated output

Installing the rendered skill is a copy: cp -r out/skill <repo>/.claude/skills/<name> — see Installing the skill. A host repo that embeds wskills (like the WCL repo itself) usually adds its own wrapper recipe pointing at the same entry files.