GitHub Pages

Publish static websites from GitHub repositories with GitHub Pages.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/y-nishizaki/skills --skill github-pages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GitHub Pages
Source: https://github.com/y-nishizaki/skills/tree/main/src/devops/github-pages
Command: npx skills add https://github.com/y-nishizaki/skills --skill github-pages

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-pages.

What problem does it solve?

This Skill simplifies the process of hosting static websites, project documentation, or portfolios directly from GitHub repositories, eliminating the need for complex server setup and maintenance.

Core Features & Use Cases

  • Static Site Hosting: Publishes HTML, CSS, and JavaScript files directly from your repository.
  • Jekyll & Custom Domains: Integrates seamlessly with Jekyll for blog creation and supports custom domain configurations.
  • Automated Deployment: Sets up GitHub Actions for continuous deployment of static site generators like Hugo or VitePress.
  • Use Case: Publish your personal portfolio website or a project's documentation site, complete with a custom domain and automated updates via GitHub Actions.

Quick Start

Use the GitHub Pages skill to publish a simple HTML website from your repository's main branch, ensuring it's accessible via username.github.io/repository-name.