harness-operator

Install, update, and diagnose the vh-solara agent harness state.

8|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/vhqtvn/vh-solara --skill harness-operator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-operator
Source: https://github.com/vhqtvn/vh-solara/tree/main/.opencode/skills/harness-operator
Command: npx skills add https://github.com/vhqtvn/vh-solara --skill harness-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you install, update, inspect, and troubleshoot the vh-solara agent harness without hand-editing generated files or guessing the correct maintenance flow.

Core Features & Use Cases

  • Install and Reinstall: Set up the harness in a repository and confirm the expected generated state.
  • Upgrade and Migrate: Run the release update loop, read migration notes, and apply changes in the correct order.
  • Health Checks and Guidance: Use guide and doctor to understand the live state and resolve install issues.
  • Ownership-Safe Maintenance: Distinguish between generated files and editable sources so changes persist correctly.

Quick Start

Ask the harness operator skill to inspect the current harness state and guide the next safe maintenance step.

Frequently Asked Questions about harness-operator

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

FAQPage Schema
How do I update my agent harness to a new release without breaking generated files?

To update your agent harness safely, run the release update loop, review migration notes, and apply changes in the correct order. This process ensures generated files remain intact while editable sources persist correctly during the upgrade.

What is the best way to diagnose and troubleshoot local harness installation issues?

The best way to troubleshoot local harness installation issues is to use the guide and doctor commands to inspect the live state. The doctor workflow helps resolve installation problems and recover generated files without manual hand-editing.

How do I install and set up the vh-solara agent harness in a repository?

You can install and set up the agent harness in a repository by running the install operation, which configures the environment and confirms the expected generated state. This ensures the harness is ready for safe repository maintenance.

When do I need to distinguish between generated files and editable sources in my harness?

You need to distinguish between generated files and editable sources during maintenance to ensure ownership-safe changes persist correctly. This prevents accidental manual edits to generated files and ensures repository upgrades apply cleanly.

Why should I preview changes before applying updates to my agent harness?

You should preview changes before applying updates to verify the migration steps and ensure the update loop modifies the harness state safely. This prevents unexpected modifications to generated files and maintains local harness health.