cliffy - runtime-agnostic CLI toolkit
TypeScript CLI toolkit with command framework, argument parser, prompts, tables, and ANSI utilities. Runs on Deno, Node, and Bun without porting.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
stricli - type-safe TypeScript CLI framework
Bloomberg's zero-dependency CLI framework for building complex tools in TypeScript with end-to-end type safety. No runtime parser fights, no untyped arg objects.
cli-to-js - turn any CLI into a JS API
Wraps any command-line tool as a typed JavaScript API agents can call directly. Saves writing a custom MCP for every CLI you want to expose.
Claudraband - persistent, resumable Claude Code sessions over HTTP and ACP
Wraps the real Claude Code TUI with a session lifecycle layer. Resumable non-interactive workflows, HTTP daemon for remote/headless control, ACP server for editor integrations (Zed, Toad). Drives your existing Claude Code install rather than reimplementing it - keeps skills, hooks, MCPs, and approvals intact.
MicrosoftDocs/mcp - official Microsoft Learn MCP server
Microsoft's official MCP server and CLI that exposes Microsoft Learn docs and code samples to LLMs and AI agents in real time.