From homepage-plugin
Initialize Homepage Plugin configuration for the current project. Sets content strategy, i18n, and deploy target.
How this skill is triggered — by the user, by Claude, or both
Slash command
/homepage-plugin:hp-initThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up the Homepage Plugin configuration for this project.
Set up the Homepage Plugin configuration for this project.
Read .claude/homepage-plugin.json. If it exists, show current settings and ask the user if they want to reconfigure. If they decline, exit.
Ask: "How do you want to manage content?"
Options:
Ask: "Which languages should the site support?"
ko, en)ko)Ask: "Where will this site be deployed?"
Options:
Ask: "Should the plugin auto-generate ESLint config when none exists?"
eslint.config.js from bundled templateWrite .claude/homepage-plugin.json:
{
"framework": "astro",
"contentStrategy": "{user choice}",
"i18nLocales": ["{user choices}"],
"defaultLocale": "{user choice}",
"deployTarget": "{user choice, default: aws}",
"eslintTemplate": true
}
Install the following skills using claude mcp add-skill or equivalent:
vercel-labs/agent-skills → web-design-guidelinesvercel-labs/agent-skills → vercel-composition-patternsFor each skill, check if already installed at .claude/skills/{skill-name}/SKILL.md. Skip if present.
Display:
/homepage-plugin:hp-plan to define pages and sections."Use the defaultLocale from the configuration for all user-facing output:
ko → Koreanen → Englishvi → Vietnamesenpx claudepluginhub ohmyhotelco/hare-cc-plugins --plugin homepage-pluginScaffolds, customizes, and deploys static sites with SiteKit, an AI-first Swift static site generator. Use when creating a new site, picking a blueprint, writing content, or extending the pipeline.
Guides creation of production-ready Power Pages code sites as SPAs using React, Angular, Vue, or Astro, from requirements discovery to deployment with live dev server previews and git commits.
Sets up Hugo static sites with Tailwind v4, Sveltia/Tina headless CMS, Cloudflare deployment. Fixes theme installs, frontmatter, baseURL, version errors for blogs/docs sites.