Use this skill when the user wants to convert between data formats like TOML, YAML, JSON, CBOR, and MessagePack
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-e0a91a9a)More formats (shields.io, HTML) on the badges page.
---
name: remarshal
description: Use this skill when the user wants to convert between data formats like TOML, YAML, JSON, CBOR, and MessagePack
---
# Remarshal Plugin
convert between data formats like TOML, YAML, JSON, CBOR, and MessagePack
## Commands
- `remarshal self version` — Print remarshal version
- `remarshal _ _` — Passthrough to remarshal CLI
## Usage Examples
- "Convert this TOML to YAML"
- "Transform JSON to TOML"
- "Convert between any supported formats"
## Installation
```bash
pip install remarshal
```
## Examples
```bash
remarshal --from toml --to yaml config.toml > config.yaml
remarshal --from json --to toml data.json > data.toml
cat data.yaml | remarshal --from yaml --to json
```
## Key Features
- Multi-format support
- Lossless conversion
- Pretty-print options
- Stdin/stdout piping
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!