Web Deploy Github

🌐Community
by cjhfff · vlatest · Repository

Helps with web development, deployment, GitHub as part of agent workflows workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add web-deploy-github npx -- -y @trustedskills/web-deploy-github
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "web-deploy-github": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/web-deploy-github"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates deployments to GitHub Pages. It handles building a static site and pushing the resulting files to the gh-pages branch, which is then published by GitHub Pages. This allows users to easily deploy websites directly from their repositories without manual configuration of deployment pipelines.

When to use it

  • You have a static website (e.g., built with Jekyll, Hugo, or similar) hosted in a Git repository.
  • You want to automatically publish your website to GitHub Pages whenever changes are pushed to the main branch.
  • You need to deploy a simple landing page or documentation site without complex CI/CD setup.
  • You're looking for a streamlined way to manage deployments compared to manual processes.

Key capabilities

  • Builds static websites from source code.
  • Pushes built files to the gh-pages branch of a GitHub repository.
  • Automates deployment to GitHub Pages.

Example prompts

  • "Deploy my website located at /path/to/website to GitHub Pages."
  • "Build and deploy the static site in this directory."
  • “Publish the contents of public folder to GitHub pages.”

Tips & gotchas

  • Requires a valid GitHub repository with appropriate permissions for deployment.
  • The skill assumes you have a build process defined within your project that generates the static website files.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
cjhfff
Installs
4

🌐 Community

Passed automated security scans.