repo-harness-scaffold

Generate project scaffolds from predefined templates in the repo-harness ecosystem.

407|29|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Ancienttwo/repo-harness --skill repo-harness-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-harness-scaffold
Source: https://github.com/Ancienttwo/repo-harness/tree/main/assets/skill-commands/repo-harness-scaffold
Command: npx skills add https://github.com/Ancienttwo/repo-harness --skill repo-harness-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of project or module scaffolds using the repo-harness plan catalog, reducing manual setup time and ensuring consistent project structure.

Core Features & Use Cases

  • Project Scaffold Creation: Automatically generate project or module skeletons from predefined templates.
  • Workflow Integration: Attach the repo-local workflow harness for task management and session coordination.
  • Use Case: When initiating a new project with specific requirements, use this Skill to quickly set up the project structure and integrate workflow hooks.

Quick Start

Run the command 'repo-harness-scaffold --target /path/to/new/project --plan A' to create a new project using plan A.

Frequently Asked Questions about repo-harness-scaffold

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

FAQPage Schema
How do I automate project scaffold creation from a predefined template?

Automate project scaffold creation by running the repo-harness-scaffold command with a target path, plan identifier, and package manager. This generates a project skeleton from the plan catalog, reducing manual setup time and ensuring a consistent project structure.

What do I need to generate a new module skeleton using project scaffolding?

To generate a module skeleton, you need a target path for the output, a specific plan identifier from the catalog, and a package manager selection. These three inputs drive the template generation and workflow harness integration for the new module.

How does project scaffold generation integrate workflow hooks for task management?

Project scaffold generation integrates workflow hooks by attaching the repo-local workflow harness during the template creation process. This automatically enables task management and session coordination within the newly initialized project structure.

Can I use a specific package manager when initializing a project scaffold?

Yes, you must select a package manager when initializing a project scaffold. The generation command requires a package manager selection alongside the target path and plan identifier to properly configure the project skeleton and its dependencies.

What is the fastest way to set up a new project structure with plan A?

The fastest way to set up a project structure with plan A is running the scaffold command with your target path and plan identifier. This applies the predefined template from the repo-harness plan catalog instantly to create the project skeleton.