compact

Generate non-destructive sidecar .compact files from Hypo-Workflow runtime files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate compact context views for large Hypo-Workflow runtime files without mutating the originals.

Core Features & Use Cases

  • Compact generation: Create non-destructive, sidecar compact files that summarize or index runtime state to reduce session context.
  • Non-destructive outputs: Compact files are written next to the source and do not modify originals.
  • Use Case: Simplify planning, status checks, and reporting by loading lean context views.

Quick Start

Invoke /hw:compact to generate compact context views for the current Hypo-Workflow project.

Frequently Asked Questions about compact

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

FAQPage Schema
How do I reduce context size for large runtime files during agent sessions?

To reduce context size, generate non-destructive compact views from large Hypo-Workflow runtime files. This creates sidecar .compact outputs next to originals, summarizing runtime state to lower session context overhead without mutating source data.

Does generating compact context views modify the original data?

Generating compact context views does not modify original data. The process creates non-destructive sidecar .compact outputs next to the source files, ensuring source data integrity is fully maintained and respected.

How do I create compact context views for a Hypo-Workflow project?

Create compact context views by invoking the /hw:compact command. This generates sidecar .compact files for the current Hypo-Workflow project, simplifying planning, status checks, and reporting by loading lean context views.

When do I need to use compact views for planning and status workflows?

Use compact views for planning and status workflows when large Hypo-Workflow runtime files overwhelm agent sessions. Generating sidecar .compact outputs indexes runtime state to reduce context size and simplify reporting tasks.

Can I use compact views without altering project configuration?

Yes, you can generate compact views without altering project configuration. The process respects project configuration and maintains source data integrity by writing non-destructive sidecar .compact outputs next to the originals.

What is the best way to simplify reporting from large runtime logs?

The best way to simplify reporting is generating non-destructive compact views from large runtime logs. This creates sidecar .compact files that summarize runtime state, allowing you to load lean context views without mutating originals.