Web Deploy Github
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.
Run in terminal (recommended)
claude mcp add web-deploy-github npx -- -y @trustedskills/web-deploy-github
Or manually add to ~/.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-pagesbranch of a GitHub repository. - Automates deployment to GitHub Pages.
Example prompts
- "Deploy my website located at
/path/to/websiteto GitHub Pages." - "Build and deploy the static site in this directory."
- “Publish the contents of
publicfolder 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.