setup

Configure Hypo-Workflow global defaults and save them to config.yaml.

24|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill setup-hypoxanthineovo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/HypoxanthineOvO/Hypo-Workflow/tree/main/skills/setup
Command: npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill setup-hypoxanthineovo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hypo-Workflow requires consistent global defaults to ensure predictable behavior across agents and sessions. This skill provides a guided setup to configure core global settings (agent platform, execution mode, subagents, plan mode, and dashboard) so new environments start with a stable baseline.

Core Features & Use Cases

  • Global defaults configuration for platform, subagents, plan mode, and dashboard.
  • Interactive first-run wizard that prompts for and validates choices.
  • Writes the resulting values to the global config file at ~/.hypo-workflow/config.yaml and informs users how to override locally if needed.
  • Helps standardize behavior across machines and projects, reducing setup friction.

Quick Start

Run the setup wizard to save your global defaults to ~/.hypo-workflow/config.yaml.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I configure global defaults for agent workflows across multiple projects?

To configure global defaults for agent workflows, use a guided setup wizard that saves platform, execution mode, subagent, plan mode, and dashboard preferences to ~/.hypo-workflow/config.yaml. This ensures consistent agent behavior across all projects and sessions.

What is the best way to set up a new agent platform environment with consistent settings?

The best way to set up a new agent platform environment is running an interactive first-run wizard. It detects your platform, validates your choices, and writes baseline execution and subagent configurations to a global YAML file for immediate workflow standardization.

Can I override the global agent configuration locally for a specific project?

Yes, you can override global agent configuration locally. The setup process informs users how to apply local overrides after saving core default behaviors for subagents and dashboard settings to the global ~/.hypo-workflow/config.yaml file.

Why does my agent platform need a global defaults configuration file?

A global defaults configuration file is needed to ensure predictable behavior across agents and sessions. It standardizes execution mode, subagent usage, and dashboard settings, reducing setup friction and establishing a stable baseline for new environments.

Do I need to manually edit config.yaml to change subagent and plan mode defaults?

No, you do not need to manually edit config.yaml to change subagent and plan mode defaults. An interactive setup wizard prompts for and validates your choices, automatically adapting prompts based on the detected platform and writing the values for you.