DE

Deploy Website

Automates the full build, deployment, and verification process for the AlchemyDB website.

Install

mkdir -p .claude/skills/deploy-website-t3dy && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13917" && unzip -o skill.zip -d .claude/skills/deploy-website-t3dy && rm skill.zip

Installs to .claude/skills/deploy-website-t3dy

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.

Automates the full deployment of the AlchemyDB website to GitHub Pages, ensuring database updates are propagated.
113 charsno explicit “when” trigger
Beginner

Key capabilities

  • Execute the website deployment script
  • Monitor deployment script output for success
  • Verify live website deployment
  • Notify users of successful deployment
  • Provide instructions for cache clearing

How it works

The skill runs a PowerShell script to build the website, push changes to GitHub Pages, and then verifies the deployment by checking the live site.

Inputs & outputs

You give it
A request to update or deploy the AlchemyDB website
You get back
A deployed AlchemyDB website with updated code and database content

When to use Deploy Website

  • Updating live website
  • Deploying changes
  • Verifying dashboard builds

About this skill

Deploy Website Skill

This skill allows you to reliably update the live AlchemyDB website (https://t3dy.github.io/AlchemyDB/) with the latest code and database content.

When to Use

Use this skill whenever the user asks to:

  • "Update the website"
  • "Deploy changes"
  • "Push to github" (if they imply updating the live site)
  • "Fix the dashboard"

Instructions

  1. Run the Deployment Script: Execute the following command in the terminal:

    ./scripts/deploy_website.ps1
    
  2. Monitor Output:

    • Ensure the database export succeeds.
    • Ensure the npm build succeeds.
    • Ensure the git push to gh-pages-manual succeeds.
  3. Verify Deployment:

    • Wait 30-60 seconds after the script finishes.
    • Run a curl check to verify the new build is serving:
      Invoke-WebRequest -Uri "https://t3dy.github.io/AlchemyDB/" -UseBasicParsing | Select-Object -ExpandProperty Content | Select-String -Pattern "index-.*\.js"
      
  4. Notify User:

Troubleshooting

  • If gh-pages-manual push fails, check if the remote URL is correct.
  • If the live site shows old data, ask the user to clear their cache explicitly.

Limitations

  • Deployment requires a specific PowerShell script
  • Verification involves waiting 30-60 seconds after script completion
  • Troubleshooting `gh-pages-manual` push failures requires checking the remote URL

How it compares

This skill automates the entire deployment process for a specific website, including verification, rather than requiring manual steps.

Compared to similar skills

Deploy Website side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
Deploy Website (this skill)05moReviewBeginner
gcp-cloud-run55moReviewIntermediate
flow-nexus-platform64moReviewBeginner
smithery-mcp-deployment88moReviewIntermediate

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.

5107

flow-nexus-platform

ruvnet

Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges

691

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

881

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.

670

vercel-deployment

davila7

Expert knowledge for deploying to Vercel with Next.js Use when: vercel, deploy, deployment, hosting, production.

359

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.

740

Search skills

Search the agent skills registry