What problem does it solve? Setting up a marketing homepage project requires many scattered configuration decisions — content management approach, supported languages, deployment target, linting, and design system sources. This Skill walks you through each choice interactively and writes a single consistent configuration file. ## Core Features & Use Cases - Guided Configuration: Interactively collects content strategy (MDX, headless CMS, or both), i18n locales with a default language, deploy target (AWS, Vercel, Netlify, Cloudflare, or static), and ESLint template preferences, then writes them to .claude/homepage-plugin.json. - Figma Integration: Optionally extracts a Figma file key from a design URL and stores an access token for automatic 2x PNG export of vector assets. - External Skill Installation: Downloads web-design-guidelines and composition-patterns skills from the vercel-labs/agent-skills GitHub repository into .claude/skills/, skipping any already installed. - Use Case: You are starting a new multilingual marketing site on Astro. Run this Skill once to record that content lives in MDX, locales are Korean and English, deployment goes to S3 + CloudFront, and your Figma design system is linked — every subsequent pipeline step reads this config. ## Quick Start Ask the assistant to initialize the Homepage Plugin configuration for this project and answer the prompts for content strategy, languages, and deploy target.