skills/claude-skills-open/skills/infra/deploy-website/SKILL.md
Website deployment via GitHub PR + Cloud Build
npx skillsauth add aaaaqwq/agi-super-team deploy-websiteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Updating content on yourcompany.com and deploying via GitHub PR
| What | Path |
|------|------|
| Repository | $WEBSITE_REPO_PATH/ |
| GitHub | https://github.com/your-github-org/your-website |
| Styles | $WEBSITE_REPO_PATH/styles.css |
Bilingual site (EN + UK). Always update both versions.
| Page | EN | UK |
|------|----|----|
| Home | index.html | uk/index.html |
| Data Labeling | data-labeling/index.html | uk/data-labeling/index.html |
| AI Integration | ai-integration/index.html | uk/ai-integration/index.html |
| Agents | agents/index.html | uk/agents/index.html |
| Schedule Agent | schedule-agent/index.html | uk/schedule-agent/index.html |
| Agent Card | schedule-agent/card/index.html | uk/schedule-agent/card/index.html |
| Privacy | privacy-policy/index.html | uk/privacy-policy/index.html |
| Terms | terms/index.html | uk/terms/index.html |
Edit HTML files. Must update both EN + UK versions.
cd $WEBSITE_REPO_PATH
git checkout -b feature/change-description
git add <changed files>
git commit -m "Change description
Co-Authored-By: Claude <[email protected]>"
git push -u origin feature/change-description
gh pr create --title "Change description" --body "..."
gh pr merge <PR_NUMBER> --squash --delete-branch
git checkout main && git pull --ff-only
Cloud Build (under [email protected]) triggers automatically on merge to main.
Changes appear on the site within 1-5 minutes.
WebFetch https://www.yourcompany.com/<page>?v=<timestamp>
IMPORTANT: CDN caches for up to 1 hour. To check the update immediately, add ?v=<number> to the URL. Without this, WebFetch may show the old cached version.
gsutil, gcloud builds, or other GCP commands[email protected], local gcloud is under [email protected] -- no permissionscode-review -- review changes before PRdevelopment
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.