new-forever-claude-clone

Create private GitHub repositories from a template and push initial content.

401|41|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/imbue-ai/mngr --skill new-forever-claude-clone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-forever-claude-clone
Source: https://github.com/imbue-ai/mngr/tree/main/.claude/skills/new-forever-claude-clone
Command: npx skills add https://github.com/imbue-ai/mngr --skill new-forever-claude-clone

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of private GitHub repositories that are full-history copies of a specified template, streamlining the process of setting up new coded environments.

Core Features & Use Cases

  • Repository cloning: Creates private repositories from the forever-claude template with full history.
  • Automation of setup: Clones the new repo into a specified or default directory and pushes initial content.
  • Use Case: When a user wants to spin up a new private clone of the forever-claude repository quickly and reliably for development or testing purposes.

Quick Start

Provide the desired repo name to create a private clone of the forever-claude template and specify an optional parent directory for cloning.

Frequently Asked Questions about new-forever-claude-clone

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

FAQPage Schema
How do I automate creating a private GitHub repository from an existing template?

Automating private GitHub repository creation from a template requires cloning the source repo with full history, initializing it, and pushing it to a new private remote. This Skill scripts that entire workflow using the GitHub CLI to ensure the clone and push execute reliably without manual git commands.

Do I need GitHub CLI authentication setup to clone a private template repository?

Yes, GitHub CLI integration and correct authentication setup are required to clone a private template repository. You must authenticate your GitHub account via the CLI beforehand so the automation script has the permissions needed to create, initialize, and push to the new private repo.

What's the best way to spin up multiple private clones of a template for development environments?

The best way to spin up multiple private clones for development environments is using an automated scripting tool. This Skill handles repository cloning and setup by taking a desired repo name and optional parent directory, then automatically cloning, initializing, and pushing the template content.

Does this automated GitHub cloning process retain the full commit history of the template?

Yes, the automated GitHub cloning process creates private repositories that are full-history copies of the specified template. This ensures all previous commits and developmental context are preserved when you spin up new coded environments for testing or further development.

Can I specify a custom parent directory when cloning a new GitHub repository?

Yes, you can specify an optional parent directory for cloning when creating a new GitHub repository. The automation clones the new private repo into your specified directory, defaulting to a standard location if none is provided, and pushes the initial content automatically.

Why does my automated private repo creation fail during the push step?

Automated private repo creation fails during the push step if GitHub CLI authentication is incorrect or lacks permissions. Ensure your GitHub CLI is properly authenticated and has the necessary scopes to create private repositories and push initial content before running the cloning automation.