harnesscp-scaffold

Analyze a repository and generate Copilot instruction files and .github structure.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/LSDIPPOLLC/harness-cp --skill harnesscp-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harnesscp-scaffold
Source: https://github.com/LSDIPPOLLC/harness-cp/tree/main/.github/skills/harnesscp-scaffold
Command: npx skills add https://github.com/LSDIPPOLLC/harness-cp --skill harnesscp-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork from setting up VS Code Copilot for a project by analyzing the repository and generating the foundational instruction files and .github structure needed for a useful harness.

Core Features & Use Cases

  • Project Scaffolding: Creates a tailored copilot-instructions.md and supporting .github directories from the actual codebase.
  • Conditional Guidance: Produces scoped instruction files for different file types and domains when the project has distinct conventions.
  • Repository Onboarding: Helps when a new repo needs Copilot setup, when instructions are missing, or when the assistant does not understand the project context.
  • Example Use Case: A team adopts a fresh codebase and wants Copilot to understand build commands, architecture patterns, and coding standards before anyone starts coding.

Quick Start

Use this skill to analyze the repository and generate a Copilot harness scaffold with project instructions and any relevant conditional instruction files.

Frequently Asked Questions about harnesscp-scaffold

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

FAQPage Schema
How do I set up VS Code Copilot instructions for an existing codebase?

To set up VS Code Copilot instructions for an existing codebase, you can scaffold a copilot-instructions.md file and a .github directory structure by analyzing the repository's build tools, source patterns, and Git history to generate project-specific guidance.

What is Copilot harness scaffolding and when do I need it for my repository?

Copilot harness scaffolding is the process of generating foundational instruction files and directory structures so Copilot understands project context. You need it when adopting a new codebase, missing Copilot configuration, or requiring conditional guidance for distinct file conventions.

Can I generate conditional Copilot instructions for different file types in my project?

Yes, you can generate conditional Copilot instructions for different file types. The scaffolding process analyzes your codebase architecture to produce scoped instruction files that provide domain-specific guidance when the project has distinct conventions.

How do I bootstrap a Copilot harness for a new repository?

You bootstrap a Copilot harness for a new repository by analyzing the codebase to generate a tailored copilot-instructions.md, scoped instruction files, and a matching .github layout that seeds Copilot with build commands and architecture patterns.

Does setting up Copilot instructions require analyzing Git history and build tools?

Yes, setting up effective Copilot instructions requires analyzing Git history and build tools. This analysis ensures the generated copilot-instructions.md and .github structure accurately reflect the codebase architecture and project-specific coding standards.

Why does my Copilot assistant not understand my project context and coding standards?

Your Copilot assistant may not understand project context because it is missing a foundational instruction harness. Scaffolding a copilot-instructions.md and scoped files from your codebase architecture seeds the assistant with the necessary project-specific guidance.