Handles Pinterest-style layouts where content has varying heights and stacks into columns without strict rows. It covers when to pick masonry over regular grids (galleries and portfolios versus product catalogs), implementation approaches from CSS columns to Masonry.js, and the big SEO gotcha: masonry plus infinite scroll means crawlers can't reach your content. The guidance on paginated component pages and pushState is solid if you're building something like Behance or Unsplash. Also breaks down masonry versus bento versus carousel, which is helpful since these all get conflated. Worth using if you're building visual-first browsing experiences and need to avoid the common crawlability mistakes.
npx skills add https://github.com/kostja94/marketing-skills --skill masonry