Helps you pick and optimize rendering strategies for SEO, covering SSG, SSR, ISR, CSR, and dynamic rendering. The core insight here is solid: AI crawlers like GPTBot and ClaudeBot don't execute JavaScript, so they need content in the initial HTML or they see nothing. It walks through when to use each method (SSG for blogs, SSR for dynamic content, CSR only when you don't need SEO) and covers component-level concerns like tabs and carousels that need server-side rendering to be crawlable. If you're building anything public-facing and wrestling with JavaScript rendering versus crawler visibility, this gives you the decision framework and implementation patterns you actually need.
npx skills add https://github.com/kostja94/marketing-skills --skill rendering-strategies