agentsclimarketplace

Xan

Skill foryourhealth111-pixel/Vibe-Skills/bundled/skills/xan

High-performance CSV processing with xan CLI for large tabular datasets, streaming transformations, and low-memory pipelines.From its SKILL.md

Install
npx -y skills add foryourhealth111-pixel/Vibe-Skills --skill xan

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

SKILL.md

1.2 KB, 286 tokens by cl100k_base, as published. Nobody here has run it

xan

Use this skill when tabular work involves large CSV-like files and shell-oriented data pipelines.

When to Use

  • CSV/TSV files are large (size or rows) and Python/pandas style processing is too heavy.
  • You need fast CLI operations such as filter, sort, dedup, groupby, frequency, join.
  • You want low-memory streaming workflows in terminal pipelines.

Boundaries

  • Not for workbook semantics (.xlsx formula/layout preservation) — use xlsx or excel-analysis.
  • Not for ML model training pipelines — use data-ml skills.
  • This skill is a thin CLI wrapper; it does not implement custom parsing logic itself.

Script

  • Path: scripts/xan.ps1

Examples

powershell -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

What ships with it: 1 file

497 B alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 326,144. 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.