agentskills.codes
FI

firebase-deployment

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

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

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).

Search skills

Search the agent skills registry