Use this skill when the user wants to convert file formats.
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-52a6e2e4)More formats (shields.io, HTML) on the badges page.
---
name: node-file-converter
description: Use this skill when the user wants to convert file formats.
---
# Node File Converter Plugin
CLI tool for converting files to different formats.
## Commands
### File Conversion
- `node-file-converter file convert` — Convert file format
## Usage Examples
- "node-file-converter file convert --source data.csv --destination data.json"
## Installation
```bash
npm install -g node-file-converter
```
## Examples
```bash
# Convert CSV to JSON
nfc source.csv destination.json
# The conversion result is logged to terminal
nfc input.csv output.json
```
## Key Features
- CSV to JSON conversion
- Simple command syntax
- Result logging
- More formats planned (Doc to PDF, JSON to CSV, Text to PDF, Text to JSON, XML to JSON)
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!