Wardn Hub
MCP ServersSkillsCategoriesAPI docsSubmit server
Submit server
Wardn HubTrusted MCP server directory.

Registry

  • MCP Servers
  • Skills
  • Categories

Resources

  • API docs
  • Score method

Contribute

  • Submit server
  • Advertise
© 2026 Wardn Hub
Wardn Hub
MCP ServersSkillsCategoriesAPI docsSubmit server
Submit server
skills/foryourhealth111-pixel/Vibe-Skills/bundled-skills-xan

bundled-skills-xan

1
foryourhealth111-pixel/Vibe-Skills·Command Line·Audit pending·Snapshot a2d4ef6f9dff

Summary

This source did not publish a separate summary. Review SKILL.md before using the skill.

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 (.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

Related skills

MCP Integration
Error Resolver
G2 Legend Expert
LQF_Machine_Learning_Expert_Guide
Verification & Quality Assurance