What problem does it solve? Building features for the Golf ICM catalog site requires following project-specific conventions for Astro pages, auto-generated gallery data, MDX article frontmatter, and brand tone, and this Skill enforces those rules so changes pass validation on the first attempt. ## Core Features & Use Cases - Feature Development Workflow: Guides adding or restructuring pages under src/pages/, publishing MDX articles, and building catalog components following existing project patterns. - Gallery Management: Enforces regenerating gallery data via node generate_galleries.mjs instead of hand-editing generated_galleries.json. - Quality Gates: Requires npm run check to pass, SEO metadata on every page, consistent MDX frontmatter, and premium golf/resort brand tone before commit. - Use Case: When adding a new product gallery page, the Skill directs you to place images in public/, run the gallery generator, mirror existing page structure, and validate with npm run check before committing. ## Quick Start Use the develop-golf-feature skill to add a new MDX article and gallery page to the Golf ICM catalog site.