{"id":37346678,"url":"https://github.com/angreal/angreal","last_synced_at":"2026-05-29T01:02:11.441Z","repository":{"id":21830095,"uuid":"137895113","full_name":"angreal/angreal","owner":"angreal","description":"  Task automation and project templating tool. Define reusable commands in Python, scaffold projects from templates, and let tasks travel with your codebase. Rust core, Python API.","archived":false,"fork":false,"pushed_at":"2026-03-20T18:12:07.000Z","size":14821,"stargazers_count":12,"open_issues_count":7,"forks_count":5,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T00:03:01.696Z","etag":null,"topics":["cli","developer-tools","productivity","project-templates","pyo3","python","rust","scaffolding","task-automation"],"latest_commit_sha":null,"homepage":"https://angreal.github.io/angreal","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angreal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing/code_of_conduct.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-19T13:26:18.000Z","updated_at":"2026-05-06T04:01:46.000Z","dependencies_parsed_at":"2026-03-17T17:03:12.345Z","dependency_job_id":null,"html_url":"https://github.com/angreal/angreal","commit_stats":{"total_commits":42,"total_committers":5,"mean_commits":8.4,"dds":0.5238095238095238,"last_synced_commit":"f02352377d80e880466e51efa0703aec3be2cd56"},"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"purl":"pkg:github/angreal/angreal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angreal%2Fangreal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angreal%2Fangreal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angreal%2Fangreal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angreal%2Fangreal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angreal","download_url":"https://codeload.github.com/angreal/angreal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angreal%2Fangreal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33632271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","developer-tools","productivity","project-templates","pyo3","python","rust","scaffolding","task-automation"],"created_at":"2026-01-16T03:59:35.924Z","updated_at":"2026-05-29T01:02:11.436Z","avatar_url":"https://github.com/angreal.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angreal\n[![image](https://img.shields.io/pypi/v/angreal.svg)](https://pypi.python.org/pypi/angreal)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/angreal)\n[![image](https://img.shields.io/pypi/l/angreal.svg)](https://pypi.python.org/pypi/angreal)\n[![Angreal Tests](https://github.com/angreal/angreal/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/angreal/angreal/actions/workflows/test.yaml)\n[![Angreal Docs Deploy](https://github.com/angreal/angreal/actions/workflows/docs.yaml/badge.svg)](https://github.com/angreal/angreal/actions/workflows/docs.yaml)\n---\n[Docs are available here.](https://angreal.github.io/angreal/)\n\n## Angreal is meant to:\n- allow the consistent creation of projects\n- provide consistent methods for interacting with projects\n\n### Quick Start\n\n1.  Install via `pip`\n2.  Initialize a project from a template\n3.  Use the template\n\n```bash\n$: pip install 'angreal' #pip install angreal will also work\n$: angreal init https://github.com/angreal/python\n```\n---\n\n## What is it?\n\nAngreal is an attempt to solve two problems that I was running into in\nboth my personal and professional life as a data scientist and software\ndeveloper. I do things often enough that they needed automation, I\ndon\\'t do things so often that I remember all of the steps/commands I\nmight need to get them done. Angreal solves this problem by allowing me\nto remember by forgetting : I only have to remember the command to do\nsomething not the actual steps to complete the task.\n\n### How does it solve these challenges ?\n\nAngreal provides a way to template the structure of projects and a way\nof executing methods for interacting with that project in a consistent\nmanner. These methods (called tasks) travel with the project so while\ntemplated initially, they\\'re customizable to the project - allowing some\nlevel of flexibility in how a task functions between projects.\n\n### AI Assistant Integration\n\nAngreal provides a Claude Code skill plugin that teaches Claude how to discover and work with your project's tasks.\n\n#### Setup with Claude Code\n\n```bash\n# Install the Angreal skill plugin\n/plugin marketplace add angreal/angreal\n/plugin install angreal@angreal-angreal\n```\n\nThe skill auto-activates in angreal projects and teaches Claude:\n- How to discover tasks with `angreal tree`\n- When and why to use each task (via `angreal tree --long`)\n- How to author new tasks with `@angreal.command` decorators\n\n### Why 2.0 ?\n\nThe original angreal was built on top of a number of python modules that\nwere under active development and used by a number of other projects.\nThe nature of the application itself meant that core application found\nitself in dependency hell regularly - and became rather annoying to use.\nThe 2.0.0 release is a complete rewrite that uses\n[Rust](https://www.rust-lang.org/) to provide a compiled binary with the goal that it will\nrequire no external python dependencies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangreal%2Fangreal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangreal%2Fangreal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangreal%2Fangreal/lists"}