skills/smithery.ai/angreal-init

angreal-init

Installation
SKILL.md

Initializing Angreal Projects

Set up angreal task automation in a new or existing project.

What is an Angreal Project?

An angreal project is any directory containing a .angreal/ subdirectory with task files. Angreal provides development task automation - think of it as your project's make or npm run.

Quick Setup

1. Create the .angreal Directory

mkdir .angreal

2. Create Your First Task File

Installs
1
First Seen
Mar 22, 2026
angreal-init from smithery.ai