Large-scale software development often involves multiple teams and necessitates standardized practices to prevent a proliferation of diverse conventions and tools. This article explores how Cookiecutter and Cruft can be used to generate and manage multiple Astro projects, applying consistent standards across various Git repositories. Cookiecutter allows for the creation of template repositories, streamlining the setup of new projects by defining placeholders for customization, while Cruft extends this functionality by synchronizing updates from the template to already generated projects, ensuring consistency across all repositories. The integration of GitHub Actions automates the process by detecting updates in the template repository and creating pull requests for changes, allowing development teams to review and integrate updates as needed. This approach balances the need for standardization with the flexibility for development teams to manage their own repositories, offering a scalable solution for organizations with numerous teams.