This handles product listing and category pages for e-commerce sites. It structures the whole page (category title, SEO copy, filters, product grid) plus the individual product cards (image, name, price, CTA). You'd reach for this when building a shop page, product catalog, or collection view. It checks for project context first to pull in your actual product data and positioning, then outputs the structure, filter approach, and schema markup. Honestly most useful if you're starting from scratch or auditing an existing listing page, since it covers both layout anatomy and the SEO bits like ItemList schema and pagination setup.
npx skills add https://github.com/kostja94/marketing-skills --skill products-page-generator