handlebars
✓Deep knowledge for creating and modifying Handlebars templates (.hbs files). Trigger: When user needs to create/modify .hbs templates, add helpers, work with template syntax, or understand Handlebars patterns.
Installation
SKILL.md
The template engine is configured in src/@cliter/utils/template-engine.ts:
Important: Aurora CLI includes ALL helpers from the handlebars-helpers package automatically. These 189+ helpers are available in every template without any additional configuration.
| toCamelCase | Convert to camelCase | {{ toCamelCase "myname" }} → myName | | toPascalCase | Convert to PascalCase | {{ toPascalCase "myname" }} → MyName | | toKebabCase | Convert to kebab-case | {{ toKebabCase "myName" }} → my-name | | toSnakeCase | Convert to snakecase | {{ toSnakeCase "myName" }} → myname |
Deep knowledge for creating and modifying Handlebars templates (.hbs files). Trigger: When user needs to create/modify .hbs templates, add helpers, work with template syntax, or understand Handlebars patterns. Source: avvale/aurora-cli.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/avvale/aurora-cli --skill handlebars- Source
- avvale/aurora-cli
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is handlebars?
Deep knowledge for creating and modifying Handlebars templates (.hbs files). Trigger: When user needs to create/modify .hbs templates, add helpers, work with template syntax, or understand Handlebars patterns. Source: avvale/aurora-cli.
How do I install handlebars?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/avvale/aurora-cli --skill handlebars Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/avvale/aurora-cli
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01