adapt

Wire agent-harness templates into projects with dry-run and approval gates.

Updated Jun 23, 2026
One-click install
npx skills add https://github.com/Walliiee/agent-harness --skill adapt-walliiee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adapt
Source: https://github.com/Walliiee/agent-harness/tree/main/plugin/skills/adapt
Command: npx skills add https://github.com/Walliiee/agent-harness --skill adapt-walliiee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you wire the agent-harness templates into a real project without breaking your local setup, guessing missing values, or writing to your home directory before you approve it.

Core Features & Use Cases

  • Preflight validation: Checks required dependencies before any installation work continues.
  • Machine probing and dry-run rendering: Detects local settings, renders the harness templates, and shows a staged diff without changing files.
  • Controlled application: Applies the generated setup only after explicit user confirmation, then verifies the result with scrub-audit.
  • Use case: Use it when you want to install agent-harness into a new workspace, configure agents and remotes, or recover a deployment from scratch.

Quick Start

Ask the assistant to adapt agent-harness to this project using your home directory, GitHub org, and agent roster, then review the dry-run diff before approving any write operation.

Frequently Asked Questions about adapt

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

FAQPage Schema
How do I install agent-harness templates into a project without overwriting existing files?

A dry-run workflow renders agent-harness templates and shows a staged diff before applying changes. This preserves your existing project files until you explicitly approve the write operations.

What is a dry-run validation workflow for agent workspace deployment?

Dry-run validation is a deployment process that probes your machine for local settings and renders templates without modifying files. It allows you to verify configuration changes safely before committing them to your workspace.

How do I configure agent rosters and GitHub remotes during harness installation?

Provide your home directory, GitHub organization, and agent roster details to the installation assistant. The harness uses these inputs to wire per-project remotes and configure agents during the template rendering process.

Do I need preflight checks before setting up an agent-based workspace?

Yes, preflight checks are required to validate dependencies before any installation work continues. These checks ensure your environment has the necessary components to support the agent-harness setup and prevent configuration failures.

Can I recover an agent-harness configuration from a broken deployment?

Yes, agent-harness installation supports recovery scenarios to rebuild your deployment from scratch. The controlled application process applies generated settings and verifies the result with a scrub-audit to ensure integrity.

What are the limitations of automated agent workspace setup tools?

Automated setup tools require explicit approval gates before writing to your home directory and cannot guess missing configuration values. You must supply correct inputs and review the dry-run diff to avoid invalid deployment states.