Optimizing My Site for ChatGPT, Claude, and Perplexity in One Claude Code Session
intermediate

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
  • #claude-code
  • #seo
  • #geo
  • #llms-txt
  • #astro
  • #structured-data
Read case study →
Finding Every Broken Link with a One-Liner Claude Code Wrote
beginner

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
  • #claude-code
  • #debugging
  • #seo
  • #automation
  • #bash
Read case study →
Managing AI Voice Agents from the Terminal with Claude Code and MCP
intermediate

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
  • #claude-code
  • #mcp
  • #voice-agents
  • #automation
  • #business
Read case study →
Automating Code Review with Claude Code Hooks
intermediate

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
  • #claude-code
  • #automation
  • #code-review
  • #hooks
Read case study →