windagszip

Compress SKILL.md content by removing redundancy while preserving behavior.

10|1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/curiositech/windags-skills --skill windagszip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: windagszip
Source: https://github.com/curiositech/windags-skills/tree/main/skills/windagszip
Command: npx skills add https://github.com/curiositech/windags-skills --skill windagszip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compression of SKILL.md content to remove redundancy using embedding-based analysis, reducing token usage while preserving behavior across skills.

Core Features & Use Cases

  • Embedding-driven redundancy detection across SKILL.md chunks to identify duplicates.
  • Cluster-based variant generation that yields multiple compressed SKILL.md options with preserved functionality.
  • Supports quality evaluation workflows to map token savings to behavioral integrity.

Quick Start

Run the compression on a target SKILL.md by invoking the embed_ablate tool.

Frequently Asked Questions about windagszip

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

FAQPage Schema
How do I compress SKILL.md files to reduce token usage?

You can compress SKILL.md files by using embedding-based redundancy detection to remove duplicate chunks while preserving behavior. This reduces token usage and context window consumption across skills in the WinDAGs repository.

What is embedding-based deduplication for markdown content?

Embedding-based deduplication analyzes SKILL.md chunks using vector embeddings to identify semantically redundant text clusters. It enables targeted removal of duplicate content to reduce token usage while maintaining original functional behavior.

How do I generate ablation variants for skill evaluations?

Generate ablation variants by applying cluster-aware variant generation to compressed SKILL.md content. This produces multiple compressed options that support graded-eval workflows to map token savings directly to behavioral performance.

Can I evaluate behavioral integrity after markdown compression?

Yes, you can evaluate behavioral integrity after markdown compression using optional graded-eval workflows. These workflows map the token savings achieved through deduplication directly to the preserved skill performance and quality metrics.

Does windagszip work with multiple skills in the same repository?

Yes, windagszip supports compressing single or multiple skills in the WinDAGs repository. It applies embedding-based redundancy detection across multiple SKILL.md files to reduce overall context window usage simultaneously.

What are the limitations of embedding-based skill compression?

A limitation of embedding-based skill compression is the potential loss of behavioral nuance if redundant chunks contain context-critical details. Graded-eval workflows are recommended to verify that token savings do not degrade performance.