github-actions-pages
Automates the setup of GitHub Actions for CI/CD pipelines, including deployment to GitHub Pages.
Install
mkdir -p .claude/skills/github-actions-pages && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15008" && unzip -o skill.zip -d .claude/skills/github-actions-pages && rm skill.zipInstalls to .claude/skills/github-actions-pages
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Habilidad especializada en GitHub Actions CI/CD y despliegue en GitHub Pages. Usala cuando necesites configurar workflows automatizados, cache de npm, y deploy a gh-pages.Key capabilities
- →Build from `main` branch
- →Deploy to `gh-pages` branch
- →Use `npm ci` for dependency installation
- →Cache npm dependencies
- →Configure `base` for Vite subroute
How it works
This skill defines rules for a GitHub Actions CI/CD pipeline that builds a project from the main branch, uses npm caching, and deploys to GitHub Pages.
Inputs & outputs
When to use github-actions-pages
- →Setting up GitHub Pages deploy
- →Configuring CI/CD pipelines
- →Adding npm cache to workflows
- →Managing github actions permissions
About this skill
Habilidad GitHub Actions + Pages
Reglas clave
- Build desde
main, deploy agh-pages. - Usa
npm ciy cache de npm. - Configura
basede Vite para subruta del repo. - Declara permisos
contents: writeen workflow.
When not to use it
- →When not deploying to GitHub Pages
- →When not using npm for package management
- →When not using Vite for frontend builds
Limitations
- →This skill builds from `main`
- →This skill deploys to `gh-pages`
- →This skill uses `npm ci` and npm cache
How it compares
This skill provides a standardized set of rules for GitHub Actions deployment to GitHub Pages, ensuring consistent configuration for build, caching, and permissions, unlike manual setup.
Compared to similar skills
github-actions-pages side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| github-actions-pages (this skill) | 0 | 5mo | No flags | Intermediate |
| gcp-cloud-run | 5 | 5mo | Review | Intermediate |
| flow-nexus-platform | 6 | 4mo | Review | Beginner |
| smithery-mcp-deployment | 8 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
gcp-cloud-run
aj-geddes
Deploy containerized applications on Google Cloud Run with automatic scaling, traffic management, and service mesh integration. Use for container-based serverless computing.
flow-nexus-platform
ruvnet
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
smithery-mcp-deployment
CaullenOmdahl
Best practices for creating, optimizing, and deploying MCP servers to Smithery. Use this skill when:(1) Creating new MCP servers for Smithery deployment(2) Optimizing quality scores (achieving 90/100)(3) Troubleshooting deployment issues (0/0 tools, missing annotations, low scores)(4) Migrating existing MCP servers to Smithery format(5) Understanding Smithery's schema format requirements(6) Adding workflow prompts, tool annotations, or documentation resources(7) Configuring smithery.yaml and package.json for deployment
deployment-pipeline-design
wshobson
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.
vercel-deployment
davila7
Expert knowledge for deploying to Vercel with Next.js Use when: vercel, deploy, deployment, hosting, production.
netlify-deploy
openai
Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.