Finding Every Broken Link with a One-Liner Claude Code Wrote
No paid crawler, no SaaS audit tool. Claude Code crawled the built site with grep, found three 404s, traced the root cause, and shipped a custom 404 page.
Managing AI Voice Agents from the Terminal with Claude Code and MCP
Retell AI's MCP server plugged into Claude Code: create agents, buy phone numbers, review call logs. The whole voice stack managed in conversation, no dashboard.
Make Claude Code Finish the Job: Session Goals with Stop Hooks
Claude Code stops when it thinks it's done, not when the work is done. A session-scoped Stop hook turns your goal into a contract it can't walk away from.
Every Missed Call Is a Customer Going to Your Competitor
62% of small business calls go unanswered. 85% of those callers never try again. Here's exactly what that's costing you, and the system that fixes it permanently.
Automating Code Review with Claude Code Hooks
How I wired Claude Code's PostToolUse hooks to automatically review every file I edit, catching bugs before I even run the code.