angreal-init

Initialize Angreal projects by creating the .angreal directory and starter task files.

12|6|Updated Jun 19, 2018
One-click install
npx skills add https://github.com/angreal/angreal --skill angreal-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: angreal-init
Source: https://github.com/angreal/angreal/tree/main/plugin/skills/angreal-init
Command: npx skills add https://github.com/angreal/angreal --skill angreal-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides users through initializing Angreal task automation in a new or existing project by provisioning the .angreal directory, adding starter task files, and outlining a recommended project structure.

Core Features & Use Cases

  • Create the .angreal directory at the project root with a starter task file (e.g., .angreal/task_dev.py) to begin automating tasks.
  • Provide templates and a standardized project structure to ensure consistent task discovery and execution across projects.
  • Support both new project setups and extension of existing projects with additional task files and utilities.

Quick Start

Create the .angreal directory at the project root and add a minimal task_dev.py file under .angreal to begin automating tasks.

Frequently Asked Questions about angreal-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize task automation in an existing codebase?

Initialize task automation by creating a .angreal directory at the project root and adding a starter task_dev.py file to begin defining and executing automated tasks.

What is the recommended project structure for consistent task discovery?

The recommended project structure for consistent task discovery involves placing task files like task_dev.py inside a .angreal directory at the project root to ensure standardized execution across projects.

Do I need local Python tooling to set up an Angreal project?

Yes, setting up an Angreal project requires local Python tooling to provision the .angreal directory and run the starter task files for your project automation.

Can I use starter templates to bootstrap a new project with task automation?

Yes, you can use starter templates to bootstrap a new project with task automation, providing a standardized project structure and initial task files for consistent task discovery and execution.

What's the best way to extend an existing project with additional task files?

The best way to extend an existing project with additional task files is to add new utilities and task definitions inside the established .angreal directory to maintain consistent task automation.