Keegan's local plugins
npx claudepluginhub keeganratner/website-one-shotCreate complete, production-ready demo websites for businesses — from a URL or business name to a live Vercel link. Research-driven, conversion-optimized, visually distinctive.
A Claude Code plugin (skill) that generates complete, production-ready demo websites for businesses in a single session.
Give it a business URL or name, and it handles everything: research, content writing, design system creation, Next.js app assembly, and Vercel deployment.
This is a Claude Code skill plugin. It runs inside Claude Code (Anthropic's CLI for Claude).
claude plugin install website-one-shot
Or from a local clone:
claude plugin marketplace add keegan-local /path/to/website-one-shot
claude plugin install website-one-shot@keegan-local
In any Claude Code session:
/website-one-shot
Then provide a business URL or describe the business you want a site for.
The skill orchestrates 5 specialized agents in sequence:
| Agent | Output | Purpose |
|---|---|---|
| Content | CONTENT.md | Page copy, headlines, CTAs, testimonials |
| Design | DESIGN.md | Color system, typography, component styles, animations |
| Structure | STRUCTURE.md | File tree, component specs, TypeScript props |
| Merger | ./[site]/ | Assembled Next.js project |
| Proofread | fixes in place | Build verification, QA, accessibility |
MIT