bundled/skills/xan/SKILL.md
High-performance CSV processing with xan CLI for large tabular datasets, streaming transformations, and low-memory pipelines.
npx skillsauth add foryourhealth111-pixel/vco-skills-codex xanInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when tabular work involves large CSV-like files and shell-oriented data pipelines.
filter, sort, dedup, groupby, frequency, join..xlsx formula/layout preservation) — use xlsx or excel-analysis.data-ml skills.scripts/xan.ps1powershell -ExecutionPolicy Bypass -File "$env:USERPROFILE\.codex\skills\xan\scripts\xan.ps1" count data.csv
powershell -ExecutionPolicy Bypass -File "$env:USERPROFILE\.codex\skills\xan\scripts\xan.ps1" filter "score > 0.8" data.csv
powershell -ExecutionPolicy Bypass -File "$env:USERPROFILE\.codex\skills\xan\scripts\xan.ps1" groupby category "sum(amount) as total" sales.csv
development
Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.
tools
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
tools
Spreadsheet toolkit (.xlsx/.csv). Create/edit with formulas/formatting, analyze data, visualization, recalculate formulas, for spreadsheet processing and analysis.
development
Use when you have a spec or requirements for a multi-step task, before touching code