angreal
Official@angreal
Angreal and "official" templates.
Agent Skills by angreal
Showing 8 vetted skills indexed across 1 GitHub repositories.
angreal-patterns
Guide angreal task design and validation across testing, development, and documentation.
angreal-arguments
Automate CLI argument definition and validation for Angreal tasks.
angreal-init
Initialize Angreal projects by creating the .angreal directory and starter task files.
angreal-templates
Automate Angreal template creation with angreal.toml, project structures, and post-init scripts.
angreal-authoring
Author Angreal task files and decorators under .angreal/ in Python projects.
angreal-integrations
Orchestrate Git, virtual environments, Docker Compose, Flox, and templating integrations for development workflows.
angreal-tool-descriptions
Generate and validate ToolDescription prose for Angreal project tasks.
angreal-usage
Discover and execute Angreal tasks with angreal tree and command execution.
Frequently Asked Questions About angreal
FAQPage SchemaWhat specific tasks does Angreal enable for developers?▼
Angreal enables the creation of standardized project structures, the definition of validated task arguments, and the orchestration of development environments. It allows developers to generate consistent project templates, manage task execution trees, and maintain documentation for project-specific operations through a centralized configuration directory.
Which personas benefit most from using Angreal?▼
Software engineers, DevOps practitioners, and technical leads benefit from Angreal by enforcing consistency across project lifecycles. It is designed for teams requiring repeatable project initialization, standardized task execution, and unified environment management to reduce configuration drift and improve developer onboarding efficiency.
What are the prerequisites for running Angreal?▼
Angreal requires a local environment capable of executing project-specific task files and managing virtual environments. Users must initialize their project directory with the required configuration structure, ensuring that dependencies like Docker Compose or Flox are installed if those specific orchestration features are utilized.