Handles table of contents generation for long-form content when you need jump links, navigation structure, or want to audit your existing TOC setup. It covers the whole stack: heading hierarchy, anchor IDs, semantic HTML with proper ARIA labels, and SEO considerations like schema markup and SERP jump links. The guidance on placement strategies (floating sidebar vs. collapsible vs. after intro) is actually useful since there's real tradeoff analysis. It connects to related skills for heading structure and featured snippets, which makes sense since TOCs are really just an exposed content outline. Most valuable when you're building article pages or documentation and need to get the accessibility and mobile responsiveness right the first time.
npx skills add https://github.com/kostja94/marketing-skills --skill toc-generator