Tui2web is a tool that streams terminal sessions to a private web link, allowing users to control TUI applications from multiple devices in sync. It works by creating an outbound connection to a relay server, enabling secure remote access without port forwarding or VPN setup.
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.