website

Generate production-ready Next.js websites from textual briefs or design-spec JSON.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/hamzaPixl/pixl-ai --skill website-hamzapixl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website
Source: https://github.com/hamzaPixl/pixl-ai/tree/main/packages/crew/skills/website
Command: npx skills add https://github.com/hamzaPixl/pixl-ai --skill website-hamzapixl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually designing, coding, and polishing production‑ready websites is time‑consuming, error‑prone, and requires coordination across design, content, and development tasks.

Core Features & Use Cases

  • Three operating modes: Discovery (interactive brief), Spec‑fed (design‑spec.json), Replicate (exact copy from URL).
  • Parallel design and content generation using Task agents to accelerate workflow.
  • Full scaffolding with Next.js, Tailwind, and shadcn‑ui, followed by component assembly and visual regression testing.
  • Use cases: Build SaaS landing pages, e‑commerce storefronts, or portfolio sites in a single end‑to‑end pipeline.

Quick Start

Ask the website skill to create a new Next.js project for a SaaS landing page using a brief description.

Frequently Asked Questions about website

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Next.js website from a text brief?

You can generate a production-ready Next.js website from a text brief using the Discovery mode, which orchestrates design, content generation, scaffolding, and component assembly into an end-to-end pipeline.

Can I replicate an existing website design directly into Next.js?

Yes, the Replicate mode extracts design sources from a URL to create an exact copy, applying the design directly to a newly scaffolded Next.js, Tailwind, and shadcn-ui project structure.

What do I need to scaffold a Next.js site with Tailwind and shadcn-ui?

Scaffolding a Next.js site requires a Node.js environment with bun or npm installed, plus access to design resources, asset fetching, and code execution tools to build the project.

How does visual regression testing work for generated Next.js sites?

Visual regression testing is applied after component assembly to validate the generated Next.js website, ensuring the UI matches the design specifications and preventing visual defects before launch.

What is the best way to build a SaaS landing page end-to-end?

The best way to build a SaaS landing page is using parallel Task agents for design and content generation, followed by full scaffolding, component assembly, and visual regression in a single pipeline.

Does the website skill support design-spec JSON for project generation?

Yes, the Spec-fed mode accepts a design-spec.json file to generate a Next.js website, applying the provided design specifications directly to the Tailwind and shadcn-ui component assembly process.