High-performance CSV processing with xan CLI for large tabular datasets, streaming transformations, and low-memory pipelines.
56
64%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./bundled/skills/xan/SKILL.mdUse 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.csvd5ae560
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.