angreal-templates
Installation
SKILL.md
Creating Angreal Templates
Create reusable project templates that others can consume via angreal init <template>.
What Templates Are For
Templates let you create reusable project scaffolds. Users initialize new projects with:
angreal init https://github.com/user/my-template
angreal init /path/to/local/template
This is different from angreal-init (adding angreal to existing projects) - templates create entirely new projects from scratch.
Template Structure
Every angreal template follows this structure: