Optimizing My Site for ChatGPT, Claude, and Perplexity in One Claude Code Session
Full GEO stack shipped in one session: auto-updating llms.txt and llms-full.txt endpoints, 15 AI crawlers explicitly allowed in robots.txt, Person/FAQPage/ProfessionalService schema on key pages, RSS feed with autodiscovery. Zero recurring maintenance, since the feeds rebuild themselves.Generative engine optimization (GEO) with Claude Code: dynamic llms.txt endpoints, AI-crawler robots.txt, and JSON-LD schema across every page. One session, deployed.
Claude CodeAstroCloudflare WorkersJSON-LD
Read case study →
Finding Every Broken Link with a One-Liner Claude Code Wrote
Three broken URLs found and root-caused in minutes. Zero broken internal links after the fix, verified on every build. Custom 404 page now ships with the site.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.
Claude CodeBashAstroCloudflare Workers
Read case study →
Managing AI Voice Agents from the Terminal with Claude Code and MCP
Complete voice-agent stack (agent config, LLM prompts, phone numbers, call review) managed from Claude Code sessions. Dashboard visits dropped to zero; iteration on agent prompts happens at conversation speed.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.
Claude CodeMCPRetell AI
Read case study →
Automating Code Review with Claude Code Hooks
Reduced bugs caught in manual review by ~60%. Review runs automatically on every file save.How I wired Claude Code's PostToolUse hooks to automatically review every file I edit, catching bugs before I even run the code.
Claude CodeCLAUDE.mdHooks
Read case study →