| name | innojini-huni-data-import |
| description | HuniPrinting master data Excel-to-DB import workflow using ExcelJS + TOON format. Extracts Excel with full formatting metadata (cell colors, fonts, merged cells) for tacit knowledge preservation, then converts to TOON format for 93% token savings. Supports product master, pricing tables, and MES item management data. Use when importing huni seed data, analyzing 상품마스터 or 가격표, working with xlsx files, running excel extract/convert scripts, or mapping toon files to DB tables.
|
| license | Apache-2.0 |
| compatibility | Designed for Claude Code - widget.creator project |
| user-invocable | true |
| metadata | {"version":"1.0.0","category":"domain","status":"active","updated":"2026-02-27","tags":"excel, import, toon, huni, data, seed, token-optimization","argument-hint":"[extract|convert|analyze|import|status]"} |
| progressive_disclosure | {"enabled":true,"level1_tokens":150,"level2_tokens":3000} |
| triggers | {"keywords":["excel","import","huni","seed","상품마스터","가격표","품목관리","toon","xlsx"],"agents":["expert-backend","manager-ddd"],"phases":["run"]} |
HuniPrinting Data Import Workflow
Pipeline: Excel (.xlsx) → JSON (ExcelJS, with colors) → TOON (93% smaller) → DB inserts
Quick Start
pnpm tsx scripts/excel-extract.ts
pnpm tsx scripts/excel-to-toon.ts
pnpm tsx scripts/import/import-products.ts
pnpm tsx scripts/import/import-papers.ts
pnpm tsx scripts/import/import-prices.ts
File Size Reference
| File | Format | Size | Est. Tokens | Use When |
|---|
| 후니프린팅_상품마스터_260209.xlsx | xlsx | 1.1MB | never read | source only |
| 후니프린팅_인쇄상품_가격표_260214.xlsx | xlsx | 250KB | never read | source only |
| 품목관리.xlsx | xlsx | 25KB | never read | source only |
| extracted/상품마스터_extracted.json | JSON | 3.0MB | ~150K | color analysis only |
| extracted/가격표_extracted.json | JSON | 2.3MB | ~115K | color analysis only |
| extracted/품목관리_extracted.json | JSON | 340KB | ~17K | color analysis only |
| toon/product-master.toon | TOON | 224KB | ~11K | standard analysis |
| toon/price-table.toon | TOON | 127KB | ~6K | standard analysis |
| toon/item-management.toon | TOON | 25KB | ~1.2K | standard analysis |
Rule: Always use TOON for analysis. Use JSON only when cell color metadata is required.