repo-scaffold

Initialize GitHub repositories with standard files and configurations.

97|18|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/thatrebeccarae/claude-marketing --skill repo-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-scaffold
Source: https://github.com/thatrebeccarae/claude-marketing/tree/main/skills/repo-scaffold
Command: npx skills add https://github.com/thatrebeccarae/claude-marketing --skill repo-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the initialization of a GitHub repository with standard files and configurations to enforce consistency and governance from day one.

Core Features & Use Cases

  • Generates LICENSE, CONTRIBUTING.md, SECURITY.md, CODEOWNERS, .gitignore, .editorconfig, YAML-based issue templates, PR template, CI skeleton, and optional safety files.
  • Detects project type from existing files and adapts templates accordingly.
  • Use cases include creating new repositories from scratch, standardizing multiple projects, and preparing private repos for open-source release.

Quick Start

Run the repo-scaffold skill on your repository to generate the standard files.

Frequently Asked Questions about repo-scaffold

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

FAQPage Schema
How do I initialize a GitHub repository with standard files like LICENSE and CONTRIBUTING.md?

To initialize a GitHub repository with standard files, you can automate the generation of LICENSE, CONTRIBUTING.md, SECURITY.md, CODEOWNERS, .gitignore, and .editorconfig. This enforces consistency and governance from day one.

What files do I need to prepare a private repository for open-source release?

Preparing a private repository for open-source release requires standard files like LICENSE, SECURITY.md, CONTRIBUTING.md, CODEOWNERS, issue/PR templates, and a CI skeleton. Automated scaffolding detects your project type and adapts these templates accordingly.

Can I automatically generate issue and PR templates for my GitHub projects?

Yes, you can automatically generate YAML-based issue templates and PR templates for GitHub projects. This scaffolding process standardizes contributor guidelines and enforces consistent reporting formats across repositories.

Does repository scaffolding adapt CI skeletons and gitignore files to specific project types?

Yes, repository scaffolding adapts CI skeletons and .gitignore files to specific project types. It detects existing project files and customizes the generated configurations to match the detected framework or language.

What is the best way to standardize configurations across multiple existing repositories?

The best way to standardize configurations across multiple existing repositories is to run an automated scaffolding process. It enforces consistent license, CI, template, and policy files across all targeted projects.