From mainbranch
Generates N parallel concept variations of a localhost site/asset using foreground subagents. Validates HTML outputs, previews locally via Python server, and promotes operator-selected version to project root.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mainbranch:mb-skill-conceptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A composable skill for generating concept variations. /mb-site calls this after the brief is locked, before the first publish.
A composable skill for generating concept variations. /mb-site calls this after the brief is locked, before the first publish.
.mainbranch/conversion.json)concepts/v1/, concepts/v2/)python3 -m http.server from each subdir; open in browser.concepts/.Subagents MUST be foreground. The known background-subagent file-write bug means files appear written but don't persist. Foreground only. See references/concept-variations.md for the spawn pattern.
npx claudepluginhub noontide-co/mainbranch --plugin mainbranchClones inspiration websites exactly via browser extraction, customizes section-by-section with user content and AI-generated images, then deploys conversion-focused landing pages to Vercel.
Autonomously builds multi-page websites via baton-passing loop: generates HTML/CSS/Tailwind pages with Claude or Stitch, integrates, verifies visually via browser automation, queues next tasks.