# Kolo skill Kolo ships a [SKILL.md](https://agentskills.io) file that teaches coding agents how to use kolo for Python debugging. Agents (Claude Code, Codex, Cursor, etc.) can load it and then trigger kolo automatically when debugging Python runtime behavior. The skill is always available as plain markdown at: **** ## Install as a Claude Code plugin Inside Claude Code: ```bash /plugin marketplace add koloai/kolo /plugin install kolo@kolo ``` ## Install via skills.sh (works for most agents including Codex, Cursor, etc.) ```bash npx skills add koloai/kolo ``` ## Full skill contents ```{literalinclude} ../../skills/kolo/SKILL.md :language: text ```