new-from-template

Automates GitHub template repository creation and reference renaming for new projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/edri2or/project-life-132 --skill new-from-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-from-template
Source: https://github.com/edri2or/project-life-132/tree/main/exported-skills/new-from-template
Command: npx skills add https://github.com/edri2or/project-life-132 --skill new-from-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a new GitHub repository from a template and rename all template references to the new project name in one streamlined operation, eliminating manual rework.

Core Features & Use Cases

  • Automated scaffolding: Clone a template repo and bootstrap a fresh project with updated branding.
  • Reference renaming: Detect and replace template identifiers across files to ensure a clean, ready-to-use repository.
  • Use Case: Teams onboarding a new project can generate a branded repo in minutes instead of hours.

Quick Start

Run the skill with NEW-REPO-NAME (and optional OWNER/TEMPLATE-REPO) to scaffold a new repository from a template.

Frequently Asked Questions about new-from-template

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

FAQPage Schema
How do I create a new GitHub repository from a template and rename references?

To create a new GitHub repository from a template and rename references, this Skill automates remote repo creation, clones it with retry logic, and replaces template identifiers across files to bootstrap a branded project.

What is the best way to scaffold a new project from a template repository?

Scaffolding a new project from a template repository is best handled by automating remote creation, cloning, and reference renaming in one operation, eliminating manual rework and yielding a clean, ready-to-use codebase.

Can I generate a branded repo from a template without manual find-and-replace?

Yes, you can generate a branded repo without manual find-and-replace by running this Skill with a new repository name, which detects and replaces template identifiers across files automatically.

Do I need to manually clone a template repo before renaming project references?

No, you do not need to manually clone a template repo before renaming references, as the Skill handles remote repo creation from a template and cloning with retry logic before applying reference replacement.

Does this scaffolding process include safe prompts and error handling for repository generation?

Yes, the scaffolding process includes safe prompts and clear error handling during repository generation to ensure reliable remote creation, cloning, and reference replacement operations.

What parameters do I need to run the template repository cloning and renaming process?

To run the template repository cloning and renaming process, you need the new repository name, with optional owner and template repository parameters to customize the scaffolding operation.