FI

firebase-deployment

Streamlines building and deploying web projects to Firebase.

Install

mkdir -p .claude/skills/firebase-deployment && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15722" && unzip -o skill.zip -d .claude/skills/firebase-deployment && rm skill.zip

Installs to .claude/skills/firebase-deployment

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.

This skill documents how to deploy the museum-signage application to Firebase Hosting.
86 chars · catalog descriptionno explicit “when” trigger
Beginner

Key capabilities

  • Build the museum-signage application
  • Deploy the application to Firebase Hosting
  • Verify the live site functionality after deployment
  • Check responsiveness on target viewports

How it works

It executes npm build to compile the application and then uses the Firebase CLI to deploy the compiled output to a specified Firebase Hosting project.

Inputs & outputs

You give it
Source code for the museum-signage application
You get back
Deployed museum-signage application on Firebase Hosting

When to use firebase-deployment

  • Deploy web application build to Firebase
  • Verify site responsiveness after deployment
  • Manage Firebase hosting project IDs

About this skill

Firebase Hosting Deployment Skill

This skill documents how to deploy the museum-signage application to Firebase Hosting.

Prerequisites

  • Node.js: Ensure Node.js is installed.
  • Firebase CLI: Use npx -y firebase-tools to avoid local installation issues.

Project Details

Deployment Procedure

1. Build the Application

Ensure the dist/ directory is updated with the latest changes.

npm run build

2. Deploy to Firebase

Run the deployment command specifying the project ID to ensure it targets the correct environment. // turbo

npx -y firebase-tools deploy --project museum-signage-37925190-100ae

Verification

After deployment, verify the live site:

  1. Navigate to the Production URL.
  2. Check that all new UI components and logic (e.g., logo reload) are functional.
  3. Verify responsiveness on target viewports (iPhone SE, XR, Pixel 7).

Prerequisites

Node.jsFirebase CLI

How it compares

This skill automates the deployment of a specific application to Firebase Hosting, unlike manual file uploads or generic deployment processes.

Compared to similar skills

firebase-deployment side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
firebase-deployment (this skill)04moReviewBeginner
flow-nexus-platform64moReviewBeginner
netlify-deploy76moReviewBeginner
azure-static-web-apps47moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry