handlebars

Installation
SKILL.md

When to Use

Use this skill when:

  • Creating or modifying .hbs template files
  • Adding new Handlebars helpers or partials
  • Debugging template rendering issues
  • Understanding existing template patterns in Aurora CLI
  • Working with dynamic code generation

Critical Patterns

Aurora CLI Template Engine Setup

The template engine is configured in src/@cliter/utils/template-engine.ts:

  • Uses handlebars library with handlebars-helpers addon (189+ built-in helpers)
  • Custom helpers are registered in src/@cliter/handlebars/helpers/
  • Partials are registered in src/@cliter/handlebars/partials/
Related skills
Installs
1
GitHub Stars
129
First Seen
Feb 15, 2026