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.zipInstalls 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.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
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
-
Run the Deployment Script: Execute the following command in the terminal:
./scripts/deploy_website.ps1 -
Monitor Output:
- Ensure the database export succeeds.
- Ensure the npm build succeeds.
- Ensure the git push to
gh-pages-manualsucceeds.
-
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"
-
Notify User:
- Confirm success.
- Remind them to HARD REFRESH (Ctrl+Shift+R) their browser.
- Provide the link: https://t3dy.github.io/AlchemyDB/
Troubleshooting
- If
gh-pages-manualpush 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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| Deploy Website (this skill) | 0 | 5mo | Review | Beginner |
| gcp-cloud-run | 5 | 5mo | Review | Intermediate |
| flow-nexus-platform | 6 | 4mo | Review | Beginner |
| smithery-mcp-deployment | 8 | 8mo | 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.