plugins marketplace
← All plugins

website-one-shot

v1.0.0

Create complete, production-ready demo websites for businesses — from a URL or business name to a live Vercel link. Research-driven, conversion-optimized, visually distinctive.

Claude Code1 skill

by Keegan Ratner4updated 5 months ago

Source

git clone https://github.com/keeganratner/website-one-shot

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

website-one-shot/
├── .claude-plugin/plugin.json
└── skills/website-one-shot/SKILL.md

Skills1

website-one-shotskills/website-one-shot/SKILL.md

Create a complete, production-ready demo website for a business — use this skill whenever the user says "create a demo website", "build a site for [business]", "one-shot website", "generate a website demo", or provides a business URL and asks to build them a site. Also use when the user wants to quickly spin up a Next.js website for any client or prospect. Orchestrates URL scraping, autonomous research, guided discovery, parallel content/design/structure agents, Next.js app assembly, local dev preview, and optional Vercel deployment.

Manifests1

.claude-plugin/plugin.json
{
  "name": "website-one-shot",
  "description": "Create complete, production-ready demo websites for businesses — from a URL or business name to a live Vercel link. Research-driven, conversion-optimized, visually distinctive.",
  "version": "1.0.0",
  "author": {
    "name": "Keegan Ratner"
  }
}