by FredyRivera-dev · Codex Skill · ★ 29
A zero-dependency Python module for inspecting and converting coding-agent session files () — Claude Code, Codex, and Pi — into the format expected by Hugging Face Transformers. Each of these tools stores its session history as a JSONL file on disk, one JSON record per line: user prompts, assistant responses, tool calls, tool results, and extended thinking/reasoning blocks. This module parses each tool's format and flattens it into the same simple list that consumes directly — so downstream code doesn't need to know or care which tool produced the session.
| Stars | 29 |
| Forks | 2 |
| Language | Python |
| Category | Codex Skill |
| License | Apache-2.0 |
| Quality Score | 70.7255430486213/100 |
| Last Updated | 2026-07-07 |
| Created | 2026-06-27 |
| Platforms | claude-code, cli, codex, python |
| Est. Tokens | ~9k |
These tools work well together with claude_converter for enhanced workflows:
Explore other popular codex skill tools:
claude_converter is A zero-dependency Python module for inspecting and converting coding-agent session files (.jsonl) — Claude Code, Codex, and Pi — into the messages format expected by Hugging Face Transformers.. It is categorized as a Codex Skill with 29 GitHub stars.
claude_converter is primarily written in Python. It covers topics such as anthropic, claude, claude-code.
You can find installation instructions and usage details in the claude_converter GitHub repository at github.com/FredyRivera-dev/claude_converter. The project has 29 stars and 2 forks, indicating an active community.
claude_converter is released under the Apache-2.0 license, making it free to use and modify according to the license terms.