Ormaos is an open-source Python 3.12+ debugging tool that records runtime execution context to show which code paths executed, which branches ran, and which exceptions were swallowed, allowing developers and coding agents to query recordings via CLI instead of re-running code with added logging or breakpoints.
VibeView is a browser-based iPhone Duo simulator that lets developers test apps on Apple's new foldable device without needing Xcode or a Mac. It runs the actual iOS 27.1 beta runtime with full support for folding, hinge angles, screen rotation, and can be controlled via CLI for coding agents.
Quiet-guardrails is a PreToolUse hook for Claude Code that reduces prompt fatigue by deterministically self-correcting common shell command patterns (like piped greps and git status checks) and forcing confirmations only on risky git operations. It works alongside Claude Code's sandbox by training the model toward safe, allowlisted commands rather than asking for approval on every harmless variant.
Vibe Coding Production Kit (VCP) is a model-agnostic CLI and operating system for AI-assisted software development that structures vague coding workflows into repeatable engineering lifecycles with specifications, architecture, verification, security, and safe updates. It works with multiple coding agents including Claude Code and GitHub Copilot, requiring Node.js 22+ with no runtime dependencies.
issue-graph is a CLI tool that traces linked GitHub issues and pull requests to help developers find related work, competing changes, and unresolved follow-ups before starting work. It supports various output formats including terminal, Markdown, JSON, and interactive HTML exploration, with history tracking and agent integration capabilities.
devc is a simplified Rust-based CLI for launching devcontainers, offering a more convenient command-line interface than the reference implementation. It supports macOS and Linux, can be installed via Homebrew or from source, and allows users to run commands directly inside containers with a single command.
ContextDebt is a CLI tool that identifies expired code in JavaScript, TypeScript, Python, and PHP repositories by analyzing comments that cite workarounds, bugs, and version constraints to determine if their stated reasons no longer apply. The scanner runs locally without sending code to external services and reports only provably expired reasons, leaving deletion decisions to developers.
agent-limit-retry is a Claude Code plugin that manages usage limits by tracking reset times, handing off work before limits hit, and automatically resuming interrupted tasks after resets. It works locally without proxies or telemetry, handling both interactive sessions and headless jobs across 5-hour and weekly quota windows.
Wb-flow is a stack-agnostic multi-agent CLI system where workflow state lives in Markdown files rather than context windows. It provides 33 commands across Vue, React, Python, Go, Rust and other frameworks, organized by role (Planner, Validator, Worker, Mechanical) with structured output tagging and metadata for agentic software development workflows.
Compaction.dev is a tool that reduces input and output tokens for Claude Code, Codex, and Cursor by compressing model-visible content locally before sending to providers and shaping output during generation. It operates within existing editors without requiring new tools, achieving ~14% input reduction and ~25% output reduction in demonstrated runs, with free and paid account options for different compression features.
Vfkit is a command-line tool for starting virtual machines on macOS using the Virtualization framework, offering both a CLI and Go API package. It integrates with minikube, podman, crc, and ovm for container and cluster management, and can be installed via Homebrew.
agnostic-ai is a tool that manages AI CLI configurations across multiple platforms through a single portable source. Users define agent specs in Markdown and YAML, and agnostic-ai generates platform-specific config files for Claude, OpenAI, Google Gemini, and Cursor while preventing configuration drift.
A Git management tool that orchestrates operations across multiple repositories using named super branches defined in a gitman.toml configuration file. Users can checkout, pull, push, and snapshot branches across grouped repositories while preserving their original state and handling errors gracefully.
TQL is a terminal-based database client built with Laravel tools that displays SQL queries as you work, integrates with AI agents through a shared query engine, and uses color-coded connection tags to distinguish environments. It installs as a single standalone binary supporting SQLite, MySQL, PostgreSQL, and SQL Server, with no configuration required.
BannerGen is an open-source CLI tool that generates AI-powered social media banners for multiple platforms including Twitter, LinkedIn, Instagram, YouTube, and Facebook. It features platform-optimized dimensions, customizable style systems, brand overlay functionality, and batch processing capabilities, with MIT licensing and no subscription costs.
netbad is a Linux CLI tool that wraps tc and netem to simulate network failures for testing software resilience. It provides simple commands to introduce packet loss, delay, duplication, corruption, and bandwidth limits without memorizing complex tc syntax.
Lineselect is a CLI tool that lets users interactively select lines from stdin using arrow keys and spacebar within command pipelines. It pauses execution to allow manual curation of data before passing selected lines to subsequent commands.
Heimdall is a code visualization tool that generates interactive dependency maps from any codebase, helping developers understand complex software architecture without reading code file by file. It runs locally and offline, supporting 16 languages, with a CLI interface for LLM integration and AI-powered development workflows.
Yass is a YAML-based specification language for AI-agent-driven development that enables test-driven development and code generation. Users define desired behavior in specs, which agents then use to implement features, with a CLI tool that guides the workflow from brainstorming through implementation and validation.
Facebook PathPicker (fpp) is a command-line utility that parses file paths from bash output and presents them in an interactive selector UI, allowing users to edit files in their preferred editor or execute arbitrary commands on selected files. It supports multiple shells and can be installed via Homebrew, package managers, or manual setup.