preflight

Check agent-harness repo files, template paths, and environment prerequisites for installation readiness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly verify whether a machine is ready to run and install agent-harness by checking the repo layout, required template files, and key dependencies before you attempt setup.

Core Features & Use Cases

  • Readiness Check: Confirms whether the clone has the required template path and an adapt.py dry-run can proceed.
  • Dependency Triage: Separates required checks from scheduler and disaster-recovery tooling so you know what blocks installation versus what is only needed for optional features.
  • Environment Review: Surfaces missing or below-baseline optional components such as memory stack services without treating them as hard failures.
  • Use Case: Use it when onboarding a new machine, validating a fresh clone, or diagnosing why agent-harness cannot be adapted yet.

Quick Start

Ask the assistant to run the preflight check for this agent-harness clone and summarize what is present, what is missing, and whether the machine is ready to proceed.

Frequently Asked Questions about preflight

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

FAQPage Schema
How do I check agent-harness installation readiness on a new machine?

Preflight readiness checks separate hard failures from missing optional components, ensuring the adapt.py dry-run proceeds only when core installation blockers are resolved, while treating absent memory stack services as non-blocking environment warnings.

What is an environment validation triage for scheduler and disaster-recovery dependencies?

Dependency triage reviews the environment to surface missing or below-baseline optional components like memory stack services without treating them as hard failures, allowing installation to proceed while flagging feature limitations.

How do I diagnose why an agent-harness clone cannot be adapted yet?

Onboarding diagnostics verify required repo files and template paths, applying pre-install triage to scheduler, disaster-recovery, and live memory stack components to isolate exactly what blocks the adapt.py dry-run.

Does the preflight readiness check treat missing memory stack services as a hard failure?

Environment reviews surface missing or below-baseline optional components such as memory stack services without treating them as hard failures, ensuring required dependencies are distinguished from optional feature prerequisites.

When should I run a preflight readiness check for agent-harness onboarding?

Use preflight checks during clone validation, machine onboarding, and pre-install triage for scheduler, disaster-recovery, and live memory stack components to ensure required template paths and environment prerequisites are present.