# Pygmentize

> Syntax highlighter for source code, powered by Pygments

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

---

# pygmentize Plugin
Highlight source code with syntax coloring in the terminal.
## Usage
- `pygmentize self version` — Print version
- `pygmentize self list-lexers` — List available lexers
- `pygmentize self list-styles` — List available styles
- `pygmentize _ _ -l python file.py` — Highlight a Python file
- `pygmentize _ _ -g < file` — Guess lexer from content and highlight

