# Vj

> Use this skill when the user wants to pretty-print and format JSON data with syntax highlighting.

- Skill: `javimosch/vj` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/vj`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/vj/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/vj

---

# vj Plugin
A lightweight JSON pretty-printer with syntax highlighting.
## Commands
- `vj self version` — Print vj version
- `vj _ _` — Passthrough to vj CLI
## Installation
```bash
npm install -g vj
```
## Examples
```bash
cat data.json | vj
curl -s api.example.com | vj
```
## Key Features
- **Pretty-print** — Human-readable JSON formatting
- **Syntax highlighting** — Color-coded JSON output
- **Pipeline-ready** — stdin/stdout support

