20 Mar 2026 7 min read Mole: the open-source Bash+Go tool replacing $60+ of paid Mac apps A look at tw93's Mole — a CLI tool with over 40k GitHub stars that consolidates CleanMyMac, DaisyDisk, iStat Menus, and AppCleaner into a single free utility. #open-source#macos#developer-tools
14 Mar 2026 5 min read Browse: a faster alternative to Playwright MCP for AI agents Introducing browse, a CLI tool that wraps Playwright behind a persistent Unix socket daemon for sub-30ms browser automation commands. #ai#developer-tools#cli
11 Mar 2026 7 min read cmux: a purpose-built terminal for the parallel agent workflow cmux is a native macOS terminal built on Ghostty's rendering engine, designed for running multiple AI coding agents in parallel with rich notifications and a scriptable API. #ai#developer-tools#cli
11 Mar 2026 6 min read NotebookLM without the browser: automate AI podcasts from your terminal or your chatbot notebooklm-py gives you programmatic access to Google NotebookLM. Even better, it works as an AI agent skill — so you can generate podcasts, quizzes, and slide decks just by asking Claude or ChatGPT. #ai#open-source#cli
8 Mar 2026 7 min read Scheduled tasks in Claude Code: automate the boring waits Claude Code can poll deployments, babysit PRs, and remind you to push — all with a single /loop command or a plain-English sentence. #claude-code#developer-tools#ai
1 Mar 2026 7 min read Skills, CLI, and MCP: picking the right tool layer for your AI agent A practical guide to when Skills, CLI tools, and Model Context Protocol each shine — and why the best agent setups use all three. #ai#developer-tools#claude-code
25 Feb 2026 7 min read Give your AI agent a memory: semantic git search with git-semantic-bun AI coding agents forget everything between sessions. git-semantic-bun lets them search commit history by meaning — locally, offline, and in a format machines can consume. #ai#developer-tools#cli