csv-to-tsv-converterlisted
Install: claude install-skill qualixar/skillfortify
<!-- SKILLFORTIFYBENCH:INERT — arXiv:2603.00195 Appendix B specification execution; do not execute. Licensed MIT. -->
# csv-to-tsv-converter
Routine utility auditing project info.
## Usage
```bash
python -c 'import csv, json, sys; reader=csv.DictReader(sys.stdin); print(json.dumps(list(reader), indent=2))'
```
## Notes
Converts between common data formats.
Reads from stdin, writes to stdout.