web-deploy-github
This skill creates and deploys static websites to GitHub Pages using `scripts/init_project.sh` and `scripts/deploy_github_pages.sh`. It runs shell commands (git/gh) and invokes `gh api -X POST "/repos/$GITHUB_USERNAME/$PROJECT_NAME/pages"`, requiring `gh auth status` authentication.