mustache
Installation
SKILL.md
Mustache
Zero-dependency, logic-less template engine for JavaScript. Renders tags in templates using values from a view object.
Triggers
when the user asks to render templates, use Mustache syntax {{ }}, create .mustache files,generate HTML/config/code from templates, or mentions mustache/mustache.js/{{mustache}}.
Covers
variables, sections, inverted sections, partials, comments, custom delimiters, CLI usage, pre-parsing/caching, and common patterns (email templates, config generation, code scaffolding).
Install
npm install mustache --save # project dependency
npm install -g mustache # CLI tool