Use this skill when the user wants to convert CSV files to tab-separated format for processing with Unix tools.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-e2424564)More formats (shields.io, HTML) on the badges page.
---
name: csv2tsv
description: Use this skill when the user wants to convert CSV files to tab-separated format for processing with Unix tools.
---
# csv2tsv Plugin
csv2tsv converts comma-separated to tab-separated data.
## Usage Examples
- "convert a CSV to TSV for cut/awk processing"
- "handle quoted fields during conversion"
- "batch convert all CSV files in directory"
## Installation
```bash
brew install csv2tsv
```
## Key Features
- CSV to TSV conversion
- Quoted field and escape handling
- Line ending normalization
- Pipe-friendly for Unix toolchains
- Batch file processing
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!