CLI Tool Pick2026. 05. 20. 01:34:35sx: a package manager for your AI coding tools`sx` is an open-source Go CLI that treats AI assets — skills, MCP configs, slash commands, agents, rule files — as versioned, lockfile-managed packages with a multi-client translation layer. Define an asset once, install it into 12+ AI coding clients (Claude Code, Cursor, Copilot, Cline, Codex, Gemini variants, etc.) in each client's native format. Debuted on Hacker News May 16 with 50 points and 28 comments. Install: `brew tap sleuth-io/tap && brew install sx`.
CLI Tool Pick2026. 05. 19. 01:07:01agentmemory: give your AI coding agent a brain that survives the sessionEvery new Claude Code or Cursor session starts from scratch — same boilerplate context, same corrections. agentmemory is an open-source local MCP server that records what your agent does each session, compresses it, and injects the right context back automatically. It hit #1 on GitHub Trending this week with 6.9K stars. Install is one npx command.
CLI Tool Pick2026. 05. 17. 22:42:19Epiq: the issue tracker that lives in your Git repoEpiq is a terminal TUI issue tracker that stores everything as immutable Git event logs inside your repo — no server, no account, syncs through your existing Git remote. It hit Hacker News with 84 points on May 15 and installs in one command.