make-website

Generate a responsive business website and deploy it to GitHub Pages.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/asets-gobizit/claude-skills --skill make-website
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-website
Source: https://github.com/asets-gobizit/claude-skills/tree/main/skills/make-website
Command: npx skills add https://github.com/asets-gobizit/claude-skills --skill make-website

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires anthropic, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of creating a professional, single-page business website from a simple brief, and deploys it directly to GitHub Pages.

Core Features & Use Cases

  • Automated Website Generation: Creates a complete index.html file with embedded CSS and responsive design.
  • Interactive Input Collection: Gathers essential business details through a guided CLI.
  • One-Click Claude API Call: Leverages a single API call for efficient content generation.
  • GitHub Pages Deployment: Automatically sets up a GitHub repository and enables live hosting.
  • Use Case: A user wants a quick online presence for their new consulting business. They run the make-website skill, answer a few questions about their business, and within minutes, they have a live website hosted on GitHub Pages.

Quick Start

Run the python script to interactively build and deploy your website.

Frequently Asked Questions about make-website

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

FAQPage Schema
How do I generate and deploy a responsive HTML website to GitHub Pages automatically?

You can generate and deploy a responsive HTML website to GitHub Pages automatically by answering a 7-field CLI prompt. The tool uses a single Claude API call to create a self-contained index.html with embedded CSS and then publishes it directly via Git integration.

Do I need a custom domain to host my generated website on GitHub Pages?

You do not need a custom domain to host your generated website on GitHub Pages. The deployment process automatically sets up a live GitHub repository with default hosting, while offering optional custom domain support if you choose to configure it.

Can I use the Claude API to create a complete business website from a single prompt?

Yes, you can use the Claude API to create a complete business website from a single prompt. The process leverages one API call combined with prompt engineering to instantly generate a fully responsive, self-contained single-page site.

What information do I need to provide to generate a single-page business website?

To generate a single-page business website, you need to provide seven essential business details. An interactive CLI guides you through inputting this brief, which the generator then uses to produce the complete HTML and CSS structure.

Does the generated website include separate CSS files or is it self-contained?

The generated website is entirely self-contained, meaning it does not use separate CSS files. The process produces a complete index.html file with all CSS embedded directly inside for responsive design and easy deployment.

What are the limitations of using a single API call for website generation?

A limitation of using a single API call for website generation is that the output is restricted to a single-page layout. The process is optimized for quick business presence rather than complex, multi-page site architecture.