harness-loop-init

Initialize the durable state directory for a harness loop.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/FlexNetOS/envctl --skill harness-loop-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-loop-init
Source: https://github.com/FlexNetOS/envctl/tree/main/.agents/skills/harness-loop-init
Command: npx skills add https://github.com/FlexNetOS/envctl --skill harness-loop-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the initialization of a harness loop's durable state, ensuring a consistent foundation for harness operations in the loop.

Core Features & Use Cases

  • Durable State Initialization: Sets up the .handoff/loop/ directory structure for a harness loop, with all necessary files.
  • Idempotent Design: Ensures the script creates only the necessary files, never overwriting existing data.
  • Use Case: Before starting any loop harness, this Skill is used to create the initial state directory structure that will be used throughout the loop.

Quick Start

Run the 'harness-loop-init' skill to initialize the durable state for your harness loop.

Frequently Asked Questions about harness-loop-init

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

FAQPage Schema
How do I initialize durable state for a harness loop?

To initialize durable state for a harness loop, run the initialization process to create the necessary directory structure and files for consistent software operations. This setup ensures a robust foundation without modifying any existing state data.

What is harness loop initialization used for in software operations?

Harness loop initialization is used to set up a reusable directory structure for administrative software operations. It establishes a consistent foundation by creating the required durable state files before the loop harness begins processing.

Does harness loop initialization overwrite existing durable state files?

No, harness loop initialization uses an idempotent design that ensures existing durable state files are never overwritten. It safely creates only the necessary missing files required for consistent loop operations.

When do I need to set up a durable state directory for software operations?

You need to set up a durable state directory before starting any harness loop in administrative setups. Initializing this directory structure beforehand ensures robust and consistent software operations throughout the loop execution.

Can I reuse a harness loop directory structure across multiple administrative setups?

Yes, the harness loop directory structure is designed to be reusable for administrative setups requiring robust operations. Initializing the durable state creates a consistent foundation that can be applied across multiple loop executions.