Xlsx
Skill yigityildiz0/universal-ai-skill-library/skills/common/xlsx
531 searchable AI Agent Skills for Claude Code, OpenAI Codex, and OpenCode — EN/TR catalog, platform and risk notes, direct ZIPs, and curated bundles.
npx -y skills add yigityildiz0/universal-ai-skill-library --skill xlsxAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 19 days oldThe repository was created 19 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 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.
What its author says it does
Copied from the file, not written here
Read, create, edit, clean, calculate, chart, and validate XLSX/XLSM workbooks while preserving formulas, styles, names, links, macros, and user conventions. Use when a spreadsheet is the primary input or deliverable; never claim formulas were recalculated unless a real calculation engine verified them.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.8 KB, 500 tokens by cl100k_base, as published. Nobody here has run it
Spreadsheet Workflow
Inspect before editing
Inventory workbook type, sheets/visibility, used ranges, tables, names, formulas, cached results, charts, pivots, validation, conditional formats, external links, protection, macros, and file size. Load untrusted workbooks without executing macros or external links.
Choose tooling already available:
- dataframe tools for data cleaning/analysis;
- workbook libraries for formulas, formatting, charts, validations, and OOXML preservation;
- a real spreadsheet engine for recalculation/rendering when required.
Do not install packages or office software implicitly.
Editing rules
- Preserve the original and write to a new output unless replacement is explicit.
- Follow the workbook's existing styles, units, locale, date system, formula separators, and sheet organization.
- Make narrow changes; avoid recreating the workbook when editing would preserve more features.
- Preserve VBA with a macro-aware mode when required, but never execute it. Warn that some libraries cannot safely round-trip every macro, pivot, slicer, signature, or embedded object.
- Escape CSV cells that could trigger spreadsheet formula injection when exporting untrusted text.
- Keep source inputs, formulas, assumptions, and outputs visually and structurally distinguishable without relying on color alone.
- Use formulas for auditable derived values; avoid hard-coded totals. Add divide-by-zero, missing-data, and boundary handling intentionally.
- Do not refresh external data connections or upload workbook data without authorization.
Creation quality
Use descriptive sheet/table names, frozen headers where useful, filters, consistent number formats, realistic column widths, documented units, and a concise assumptions/readme sheet for complex models. Charts need a stated insight, labeled axes/units, readable legends, and source ranges that expand correctly.
Validation
- reopen the output with an independent reader;
- compare sheet names, dimensions, formulas, styles, names, links, and macro presence with the source;
- scan formulas/cached results for
#REF!,#DIV/0!,#VALUE!,#NAME?, and unintended blanks; - recalculate with an installed spreadsheet engine when outputs depend on formulas, then reopen and verify cached values;
- inspect rendered sheets/charts at practical zoom levels;
- test a few edge-case inputs and totals independently.
Report output path, rows/sheets changed, calculation engine used or not used, preserved/unsupported features, and validation results.