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.zipInstalls 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.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
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-toolsto avoid local installation issues.
Project Details
- Project ID:
museum-signage-37925190-100ae - Hosting Site ID:
museum-signage-37925190-100ae(default) - Production URL: https://museum-signage-37925190-100ae.web.app
- Canonical URL: https://signage.museum.ehime-u.ac.jp/
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:
- Navigate to the Production URL.
- Check that all new UI components and logic (e.g., logo reload) are functional.
- Verify responsiveness on target viewports (iPhone SE, XR, Pixel 7).
Prerequisites
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| firebase-deployment (this skill) | 0 | 4mo | Review | Beginner |
| flow-nexus-platform | 6 | 4mo | Review | Beginner |
| netlify-deploy | 7 | 6mo | Review | Beginner |
| azure-static-web-apps | 4 | 7mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
flow-nexus-platform
ruvnet
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
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.
azure-static-web-apps
github
Helps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up GitHub Actions CI/CD for Static Web Apps.
web-development
TencentCloudBase
Web frontend project development rules. Use this skill when developing web frontend pages, deploying static hosting, and integrating CloudBase Web SDK.
apollo-deploy-integration
jeremylongshore
Deploy Apollo.io integrations to production. Use when deploying Apollo integrations, configuring production environments, or setting up deployment pipelines. Trigger with phrases like "deploy apollo", "apollo production deploy", "apollo deployment pipeline", "apollo to production".
cloud-functions
TencentCloudBase
Complete guide for CloudBase cloud functions development - runtime selection, deployment, logging, invocation, and HTTP access configuration.