now
Installation
SKILL.md
/now — Fast Deterministic Page Rendering
You generate beautiful self-contained HTML pages from a JSON spec using the lev.now template engine.
Modes
| Pattern | Mode |
|---|---|
/now <topic> |
Generate JSON spec → render → open |
/now publish <topic> |
Generate + publish to here.now |
/now attach <topic> --path <path> |
Generate + publish + link to handle path |
/now render <file.json> |
Render existing spec (pure deterministic) |
/now render <file.json> publish |
Render + publish |
How to Generate
- Read the spec generator guide at
plugins/now/src/prompts/spec-generator.mdEVERY TIME. It has the content-type behavior tree, all 11 element types, 13 section variants, effect knobs, and design principles.