harnesscp-init

Bootstrap a complete VS Code Copilot harness for a project.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a bare project into a complete VS Code Copilot harness, removing the manual work of creating instructions, permissions, memory, hooks, and supporting agents from scratch.

Core Features & Use Cases

  • Project Bootstrap: Scaffolds Copilot instructions and conditional instruction files tailored to the repository.
  • Permission and Safety Setup: Creates agents and PreToolUse hooks so Copilot can work with the right tool access and guardrails.
  • Persistent Workflow Support: Adds memory, hooks, and follow-up structure to support ongoing refinement.
  • Use Case: Use it when you need to initialize Copilot for a new repo or adapt an existing harness without rebuilding everything manually.

Quick Start

Ask the AI to bootstrap a complete Copilot harness for this repository and guide you through the setup phases.

Frequently Asked Questions about harnesscp-init

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

FAQPage Schema
How do I set up a VS Code Copilot harness from scratch?

Setting up a Copilot harness from scratch requires scaffolding instructions, agents, memory, hooks, and permissions in sequence. This Skill automates that entire bootstrap process for new repositories.

What is a Copilot harness and when do I need one?

A Copilot harness provides structured instructions, agents, hooks, memory, and permissions to guide VS Code Copilot within a project. You need one to enforce guardrails and support persistent workflow refinement.

Can I adapt an existing Copilot harness without rebuilding everything?

Yes, you can adapt an existing Copilot harness without rebuilding everything manually. This Skill merges new scaffolded instructions, hooks, and agents with your current setup during initialization.

How do I create PreToolUse hooks and agents for Copilot?

To create PreToolUse hooks and agents for Copilot, you must define the required tool access and guardrails. This Skill automatically scaffolds these safety components during the harness setup phase.

Does this Copilot bootstrap work with conditional instruction files?

Yes, the Copilot bootstrap works with conditional instruction files. It scaffolds both standard and conditional instructions tailored specifically to your repository's structure and requirements.