Skip to content
All Skills

xan

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

Design, Media & Creative|v1|Updated 5/20/2026|GitHub source
MCP get_skill({ skillId: "xan-d1c59e27" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# 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
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
```
#broad-capability#github#external#license-apache-2-0#vibe-skills#creative#xan

Related Skills

More skills in Design, Media & Creative

Ableton Lom

Ableton Live Object Model (LOM) API reference for Python Remote Scripts and control surface development.

#broad-capability#abletonMIT

Accessibility Compliance

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

#github#broad-capabilityMIT

Adobe Illustrator Scripting

Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.

#github-copilot#illustrationMIT

🎬 AI Cinema Director Skill

Direct high-fidelity cinematic video with AI — translates creative intent into technical cinematographic directives for Veo3, Kling, and Luma video models via muapi.ai

#github#broad-capabilityMIT

AI Clipping

Turn a long video into N viral-ready short clips with a single managed API call. Wraps muapi.ai's `/ai-clipping` endpoint, which handles transcription, highlight ranking through a virality framework (hook / emotional peak / opinion bomb / revelation / conflict / quotable / story peak / practical value), overlap dedupe, and vertical face-tracking auto-crop server-side. No local Whisper, no local LLM, no GPU.

#github#broad-capabilityMIT

AI Workflow Builder

Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automated pipelines.

#github#broad-capabilityMIT