V-Sekai-fire

Parquet Rewrite Row Groups — Development skill for Claude Code

Development community

Rewrite existing parquet shards to enforce a row-group size cap without re-extracting from source.

How to install Parquet Rewrite Row Groups

Installs to ~/.claude/skills/v-sekai-fire-dot-claude-parquet-rewrite-row-groups/SKILL.md

Terminal
mkdir -p ~/.claude/skills/v-sekai-fire-dot-claude-parquet-rewrite-row-groups && curl -fsSL https://raw.githubusercontent.com/V-Sekai-fire/dot-claude/HEAD/skills/parquet-rewrite-row-groups.md -o ~/.claude/skills/v-sekai-fire-dot-claude-parquet-rewrite-row-groups/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Parquet Rewrite Row Groups does


name: parquet-rewrite-row-groups description: Rewrite existing parquet shards to enforce a row-group size cap without re-extracting from source. Use when the HuggingFace viewer errors with `Parquet error: Scan size limit exceeded` (rule 2 of RFD 2196) or when any consumer requires row groups under a specific byte ceiling. Triggers on "row group too big", "scan size limit exceeded", "parquet rewrite", "HF viewer TooBigContentError", "fix parquet row groups". Not for the initial write; the ini

Alternatives in Development

  • Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★
  • Claude Code Viewer — A full-featured web-based Claude Code client that provides complete interactive functionality for managing Cla 984 ★
  • Ad Recon — Launch the ad-enumerator agent to run the collection phase against the defined scope, producing a structured A 108 ★

Full documentation available on GitHub

View Source Repository