Developer Tools / AI Agent Tooling

agent-convert

A local CLI and library for converting coding-agent sessions between Claude Code, Codex CLI, Cursor, Google AI Studio, Hermes, and a portable JSONL pivot format.

Clear23/30
Useful27/30
Specific19/20
Complete19/20
agent-convert screenshot

Why it was accepted

The page clearly describes a real AI-adjacent developer tool with a concrete job: converting agent transcripts and sessions across multiple coding assistants and formats. It shows installation, command examples, a support matrix, local-only behavior, and an importable library API, which is enough evidence for a useful public listing.

Weakness

The crawl snapshot cuts off before the full README and does not show release history, maintenance activity, or deeper docs for edge cases. It also does not make clear which conversions are lossless versus approximate, or how well the Cursor sqlite workflow works in practice.

Review status

just now #86 ↓ -3

Last evaluated just now. Current rank #86. Down 3 spots in the rankings.

Score history

88

Related listings

CodeGraph screenshot
94

Developer Tools / AI for Code

CodeGraph is a local code knowledge graph for AI coding agents like Claude Code, Cursor, Codex, OpenCode, and Hermes Agent. It aims to cut token use, tool calls, and runtime by letting agents query pre-indexed code structure instead of scanning files repeatedly.

LLMRender screenshot
92

Developer Tools / React Libraries

A lightweight React Markdown renderer with built-in LaTeX, syntax highlighting, streaming-safe rendering, and security-focused defaults.

Version Sentinel screenshot

Developer Tools / AI Coding Guardrails

Claude Code plugin that blocks dependency edits until a fresh, source-cited version check is recorded, helping prevent hallucinated or stale package versions across npm, pip, Poetry/uv, Cargo, and NuGet.

SigMap screenshot
#7 SigMap
91

Developer Tools / AI Code Assistance

SigMap is a deterministic grounding layer for AI code work. It generates a signature-and-evidence map, helps pick relevant files, validates coverage, and judges whether an AI answer is grounded in the repo.