Site Craft — landing page builder, scroll-sequence generator, and deployers for Vercel, AWS, and GCP
npx claudepluginhub cyranob/site-craft-skillsSite Craft — five skills for building and deploying web experiences: a landing page builder, an Apple-style scroll-sequence generator, and deployers for Vercel, AWS, and GCP.
A collection of Claude Code skills for generating and deploying polished web experiences from natural-language descriptions.
Generates distinctive landing pages from a text description and deploys them live to Vercel (no auth required), AWS S3+CloudFront, or Firebase Hosting.
index.html with inline CSS/JSExample prompts:
Turns a video file into a premium scroll-sequence website — the Apple-style experience where scrolling scrubs through video frames with choreographed text animations. Requires ffmpeg.
Example prompts:
Every generated page follows an opinionated design approach:
prefers-reduced-motion support, noscript fallbacks, under 200KBDesign guidelines are adapted from Anthropic's frontend-design skill and Vercel's Web Interface Guidelines.
Deploy any static site directory to Vercel instantly — no authentication, no config. Used by both skills above, or standalone.
Example prompts:
Deploy any static site to AWS S3 + CloudFront with HTTPS, global CDN, and no size limit. Ideal for scroll-sequence sites with full-resolution frames that exceed Vercel's 4.5MB compressed payload limit. Requires AWS CLI and credentials.
Example prompts:
Deploy any static site directory to Google Cloud via Firebase Hosting. Professional-grade static hosting with a global CDN and free SSL. Ideal for users with existing GCP projects. Requires Firebase CLI and local authentication.
Example prompts:
.claude-plugin/
├── plugin.json # Plugin manifest
└── marketplace.json # Marketplace catalog
skills/
├── landing-page-builder/
│ ├── SKILL.md # Workflow and design instructions
│ └── references/web-design-guidelines.md # Accessibility and UX compliance rules
├── scroll-sequence/
│ ├── SKILL.md # Workflow, defaults, and animation reference
│ └── references/implementation.md # Full HTML/CSS/JS implementation patterns
├── vercel-deploy/
│ ├── SKILL.md # Deploy workflow and size guidelines
│ └── scripts/deploy.sh # Vercel claimable deployment (no auth)
├── aws-deploy/
│ ├── SKILL.md # Deploy workflow and prerequisites
│ ├── cloudformation/static-site.yaml # S3 + CloudFront stack template
│ └── scripts/deploy.sh # AWS S3 + CloudFront deployment
└── gcp-deploy/
├── SKILL.md # Deploy workflow and prerequisites
└── scripts/deploy.sh # Firebase Hosting deployment
Add the marketplace and install the plugin from within Claude Code:
/plugin marketplace add CyranoB/site-craft-skills
/plugin install landing-page-builder@site-craft-skills
OpenCode natively reads SKILL.md files from .claude/skills/ directories. Clone the repo and copy the skill files into your project:
git clone https://github.com/CyranoB/site-craft-skills.git /tmp/site-craft-skills
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search