Openmsg is a tool enabling inter-agent communication between different AI coding platforms (Claude, Codex, OpenCode) running simultaneously on one or multiple machines. Version 0.2 supports secure end-to-end encrypted messaging between two people across machines, with cryptographic identity verification and fine-grained access controls ensuring agents only receive authorized messages within their projects.
Tg-Rich-Converter is a Python library that converts LLM-generated Markdown and LaTeX into Telegram Bot API 10.1 Rich HTML format, supporting extended message length (32,768 characters), native tables, math rendering, and expandable reasoning blocks. It handles streaming token-by-token conversion with automatic balancing of unclosed tags and includes a CLI tool with preview generation.
Roffume is a text-based resume authoring system that compiles Markdown CVs to single-page PDFs using Pandoc and Groff, with support for multiple languages and job-specific customization through a per-application folder structure.
Bailout is a lightweight standalone coding agent designed for bootstrapping new machines or repairing broken development setups. It requires only Bash, curl, and internet access, runs as a single native binary under 6MB, and automatically removes itself after restoring your normal tools.
Agent-term is a terminal application built on Electron that extends the standard terminal interface to better support AI coding agents. Developed over 8 months, it treats the terminal as the core while adding features on demand, allowing agents of any kind to run within the shell while maintaining full access to standard tools and git.
WTF is a command-line tool that automatically inspects and verifies code changes made by AI coding agents (Claude Code, Cursor, Copilot, etc.) by analyzing Git diffs, filtering noise, identifying test skips and debug statements, and running verification commands—all locally without requiring accounts, API keys, or uploads.
codex-stats is a local analytics tool that aggregates session data from multiple coding assistants (Codex, OpenCode, Claude Code, Hermes) installed on a machine. It provides a browser dashboard with usage metrics, cost tracking, token analysis, and export capabilities across different time windows, with no API proxying or data interception.
MiniPdf is an open-source library that converts Office documents (Word, Excel, PowerPoint) directly to PDF without requiring Microsoft Office, LibreOffice, or Adobe Acrobat. It supports multiple programming languages including .NET, Rust, Java, Python, Node.js, and Go, with both library and command-line interfaces available.
ATY is a terminal-native AI assistant that integrates with shell sessions (bash/zsh on macOS and Linux) to generate commands based on user queries and terminal context. It supports multiple interaction modes (?, ??, ???) with optional reasoning and agent capabilities, works over SSH, and can be configured with local or cloud LLM providers.
A tool for migrating Claude Code CLI sessions to Claude Desktop by creating isolated profiles and moving session history between them. Available as a CLI (macOS/Linux) and Raycast extension (macOS), it manages session indices, handles backups, and includes rollback capabilities for safe migrations.
jev-align is an open-source CLI tool from Sutro that helps calibrate AI functions built with TypeSafe's Jev by identifying uncertain predictions, collecting human labels, and using GEPA to iteratively improve model definitions. It supports multiple LLM providers and datasets in CSV, Parquet, and JSONL formats.
Kibana-agent is a read-only CLI tool for querying Elasticsearch logs through Kibana's proxy API, designed for AI agents. It supports multiple authentication methods, offers commands for searching, counting, and streaming logs, and integrates with Claude Code and other editors via skills or MCP server.
Guesswork is a zsh autosuggestion tool that uses an AI model to rank command suggestions instead of relying on simple prefix matching. Users can test the tool through a live demo that shows real model-based ranking for common commands like git, docker, and kubectl.
Tungsten is a terminal-based inbox tool for managing GitHub repository pull requests, organizing them into buckets like "Needs your review" and "Approved", with features to search, checkout, and open PRs in a browser or worktree.
Htmldoc is a pastebin service that lets users instantly share HTML or Markdown files via simple commands or AI agents, with links that expire after 30 days and are unlisted but accessible to anyone with the URL.
A developer built a CLI wrapper around SigNoz's OpenAPI spec to help an AI agent investigate production alerts more reliably. Rather than having the agent generate Python code to query APIs, the CLI provided a verifiable interface that both the agent and the developer could use, reducing hallucinations and enabling independent verification of findings.