scaffold

Scaffold new Git repositories from project briefs with tech stack defaults.

16|2|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/pipecrew-ai/pipecrew --skill scaffold-pipecrew-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/pipecrew-ai/pipecrew/tree/main/skills/scaffold
Command: npx skills add https://github.com/pipecrew-ai/pipecrew --skill scaffold-pipecrew-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Streamlines the creation and initialization of new repositories, saving time on setup and configuration for development teams.

Core Features & Use Cases

  • Repo Creation from Brief: Generate new repositories from a PROJECT_BRIEF with pre-defined settings and structure.
  • Repo Clone from Example: Duplicate an existing repository structure into a new directory for a similar project.
  • Tech Stack Awareness: Provides default directories and initial files tailored to specific technology stacks.
  • Git Initialization: Automatically initializes git for each repository, including the creation of the main branch.

Quick Start

Run /scaffold --from-scratch --brief=<path> --parent=<dir> to create a new repo based on a project brief.

Frequently Asked Questions about scaffold

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

FAQPage Schema
How do I initialize a new git repository with a specific tech stack?

This Skill scaffolds new Git repositories by generating default directories and initial files tailored to your specific tech stack. You provide basic project structure input, and it automatically initializes git with a main branch.

Can I create a new repository from an existing project brief?

Yes, you can generate a new repository from a project brief. Use the --from-scratch and --brief parameters to automatically create a repository with pre-defined settings and structures based on your specifications.

What is the best way to duplicate an existing repository structure for a similar project?

The best way to duplicate a repository structure is using the clone from example feature. It copies an existing repository structure into a new directory, providing a ready-made foundation for similar development projects without manual setup.

Does the repository initialization process include setting up the main branch?

Yes, the git initialization process includes setting up the main branch. The Skill automatically initializes git for each generated repository, ensuring the main branch is created and ready for further development.

Do I need to manually configure default directories when scaffolding a new project?

No, manual configuration of default directories is not required. The Skill provides tech stack awareness, automatically generating default directories and initial files tailored to the specific technology stack you specify.