@metalsmith/collections is a Metalsmith plugin that groups your website's files into named collections. Define collections based on file metadata, such as tags or categories. Each collection becomes an array of Metalsmith files, accessible in your templates for easy navigation and content organization. This allows you to create dynamic lists of related posts, featured items, or any other grouping logic you require for your static site. Simplify content categorization and relationship management.