Gh Pages Deploy
Automatically deploys website updates from your GitHub Pages branch to a live URL.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gh-pages-deploy npx -- -y @trustedskills/gh-pages-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gh-pages-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gh-pages-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The gh-pages-deploy skill enables AI agents to automatically publish static websites to GitHub Pages. It handles the entire workflow of building, committing, and pushing site updates directly from a repository.
When to use it
- Deploying documentation sites that change frequently with code commits.
- Automating the release of static marketing pages or landing pages.
- Updating portfolio projects without manual Git interaction.
- Integrating continuous deployment pipelines for static content generation.
Key capabilities
- Builds static assets from source files.
- Commits changes to a designated GitHub repository branch.
- Pushes updates directly to the
gh-pagesremote. - Manages configuration for build commands and destination paths.
Example prompts
- "Build my React app and deploy the latest version to my gh-pages branch."
- "Update the documentation site with the new API changes and push to GitHub Pages."
- "Deploy the static assets generated from my Jekyll project to the gh-pages remote."
Tips & gotchas
Ensure your repository has a gh-pages branch configured as the deployment target before running the skill. Verify that build dependencies are installed locally or available in the agent's environment to prevent build failures during the commit process.
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.