andrewadhikari-deploy

Deploy and manage andrewadhikari.com with Wrangler and Astro.

Updated May 7, 2026
One-click install
npx skills add https://github.com/t-rhex/andrewadhikari.com --skill andrewadhikari-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: andrewadhikari-deploy
Source: https://github.com/t-rhex/andrewadhikari.com/tree/main/skills/andrewadhikari-deploy
Command: npx skills add https://github.com/t-rhex/andrewadhikari.com --skill andrewadhikari-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the deployment and management of andrewadhikari.com, ensuring seamless updates and previews without the need for manual intervention.

Core Features & Use Cases

  • Local Development: Supports local development environments for fast iteration and testing.
  • Preview Branches: Facilitates sharing of non-production versions with unique URLs.
  • Production Deployment: Handles production deployments with strict pre-flight checks and post-deploy smoke tests.
  • Use Case: If you're working on a feature for andrewadhikari.com and want to test it locally, you can use this Skill to start a local dev server. For a preview of your changes, you can deploy to a preview branch.

Quick Start

Use the andrewadhikari-deploy skill to deploy the site to a preview branch.

Frequently Asked Questions about andrewadhikari-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an Astro site to a preview branch?

You can deploy to a preview branch by triggering this Skill, which handles the deployment pipeline and provides a unique URL for sharing non-production versions of your Astro site for review.

What are pre-flight checks for production deployment?

Pre-flight checks are automated validation steps executed before production deployment to ensure site stability, verify configurations, and prevent broken releases from going live.

Do I need a Cloudflare API token for Wrangler deployment?

Yes, you need a Cloudflare API token for authentication. This Skill uses the token with Wrangler to authorize and execute deployment commands for the production environment securely.

How do I run a local development server for an Astro project?

To run a local development server, this Skill configures the Astro environment, allowing you to start a local dev server for fast iteration, testing, and feature development.

What are post-deploy smoke tests in web development?

Post-deploy smoke tests are automated checks executed immediately after production deployment to verify the site is live, functioning correctly, and accessible to users without errors.