agentsclimarketplace

Hucre best practices

Skill lazuee/agent-skills/skills/hucre-best-practices

Use when working with hucre to read/write spreadsheets, choose format-specific imports, stream large data, validate schemas, and preserve round-trip content.From its SKILL.md

Install
npx -y skills add lazuee/agent-skills --skill hucre-best-practices

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 327 tokens by cl100k_base, as published. Nobody here has run it

Hucre Best Practices

Practical rules for using hucre's read/write APIs, streaming, and schema validation. Contains 6 rules across 5 categories.

When to Apply

  • Reading or writing XLSX, CSV, ODS, JSON, or XML with hucre
  • Choosing between the unified API and format-specific entry points
  • Handling large datasets or memory-sensitive workflows
  • Preserving charts, VBA, or unknown workbook parts
  • Applying styles, dates, or validation rules

Rules Summary

Imports & Formats (HIGH)

tree-shaking-imports - @rules/tree-shaking-imports.md

Use format-specific entry points when the file type is known to keep bundles small.

Data Integrity (HIGH)

object-io-and-schema - @rules/object-io-and-schema.md

Prefer object-based reads plus schema validation over positional column parsing.

Scale (HIGH)

stream-large-sheets - @rules/stream-large-sheets.md

Stream rows or write incrementally to avoid loading full workbooks.

Preservation & Styling (MEDIUM)

round-trip-preservation - @rules/round-trip-preservation.md

Use openXlsx and saveXlsx when you need to keep unknown parts.

sparse-cell-overrides - @rules/sparse-cell-overrides.md

Use cells: Map for targeted styling or formulas instead of rebuilding full rows.

Dates & Numbers (MEDIUM)

explicit-date-system - @rules/explicit-date-system.md

Set dateSystem and numFmt explicitly when working with dates.

What ships with it: 6 files

6.6 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,629. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.