Agent skill
xan
High-performance CSV processing with xan CLI for large tabular datasets, streaming transformations, and low-memory pipelines.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/xan
SKILL.md
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 (
.xlsxformula/layout preservation) — usexlsxorexcel-analysis. - Not for ML model training pipelines — use
data-mlskills. - 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?