# Jte

> Use this skill when the user wants to generate text output from JSON templates.

- Skill: `javimosch/jte` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/jte`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/jte/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/jte

---

# jte Plugin
A JSON template engine for the CLI.
## Commands
- `jte self version` — Print jte version
- `jte _ _` — Passthrough to jte CLI
## Installation
```bash
cargo install jte
```
## Examples
```bash
cat data.json | jte template.tmpl
```
## Key Features
- **JSON templates** — Generate text from JSON data
- **Pipeline-ready** — stdin/stdout support
- **Fast** — Written in Rust

