The main point of this repo is to provide skills tailored specifically for storefront: e-commerce, product showcases, and shopping experiences.
These skills are not generic β they cover SEO, performance, images, sitemap, structured data, and related topics in the context of stores and product pages, so agents can work more precisely in this domain.
Improves discoverability and indexing of storefront pages for search engines.
- heading-tags β Proper use of H1βH6 for hierarchy and keywords on product and category pages.
- robots β
robots.txtrules and directives for crawlers (allow/block, sitemap reference). - sitemap β XML sitemaps for products, categories, and key storefront URLs.
- structured-data β Schema.org markup (Product, BreadcrumbList, etc.) for rich results.
- canonical-tag β
<link rel="canonical">rules and directives to manage URL authority and prevent duplicate content.
Keeps storefronts fast and responsive for users and Core Web Vitals.
- images β Formats, sizing, lazy loading, and alt text for product and hero images.
- cache β Cache HIT rate, cache-control headers, stale-while-revalidate (SWR), and immutable assets.
- html-size β Reducing HTML payload and finding elements that unnecessarily inflate page size.
- html-cache-investigation β Investigates why specific HTML pages are not caching (Cache-Control, Set-Cookie, and framework cache gates).
End-to-end performance tests covering the full user journey: Home β PLP β PDP β Add to Cart.
- deco-e2e-testing β Playwright-based e2e tests for Deco sites with lazy section tracking, cache analysis, Server-Timing observability, device-specific reports, and baseline comparison. Includes discovery guides, platform selectors (VTEX, Shopify, VNDA, Wake), scaffolding scripts, and troubleshooting.