.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/agent-skills/firebase-hosting-basics
home/skills/firebase/agent-skills/firebase-hosting-basics
firebase avatar

firebase-hosting-basics

byfirebase· 35 skills

Installs

113k

Stars

389

Forks

76

Category

DevOps & CI/CD

View on GitHub

TL;DR

Deploys and configures classic Firebase Hosting for static websites, single-page apps (SPAs), and microservices. Use when deploying static sites/SPAs, setting up custom domains, configuring firebase.json hosting settings (redirects, rewrites, headers, multi-site), or managing preview channels. Don't use for Firebase App Hosting (Next.js/SSR), Auth, Firestore queries/rules, Data Connect, or Crashlytics.

How to install firebase-hosting-basics?

firebase/agent-skills/firebase-hosting-basics
$npx -y skills add firebase/agent-skills --skill firebase-hosting-basics

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/firebase/agent-skills" --skill "firebase/agent-skills/firebase-hosting-basics"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/firebase/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/firebase/agent-skills"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# hosting-basics
2 
3This skill provides instructions and references for working with Firebase
4Hosting, a fast and secure hosting service for your web app, static and dynamic
5content, and microservices.
6 
7## Overview
8 
9Firebase Hosting provides production-grade web content hosting for developers.
10With a single command, you can deploy web apps and serve both static and dynamic
11content to a global CDN (content delivery network).
12 
13**Key Features:**
14 
15- **Fast Content Delivery:** Files are cached on SSDs at CDN edges around the
16 world.
17- **Secure by Default:** Zero-configuration SSL is built-in.
18- **Preview Channels:** View and test changes on temporary preview URLs before
19 deploying live.
20- **GitHub Integration:** Automate previews and deploys with GitHub Actions.
21- **Dynamic Content:** Serve dynamic content and microservices using Cloud
22 Functions or Cloud Run.
23 
24## Hosting vs App Hosting
25 
26**Choose Firebase Hosting if:**
27 
28- You are deploying a static site (HTML/CSS/JS).
29- You are deploying a simple SPA (React, Vue, etc. without SSR).
30- You want full control over the build and deploy process via CLI.
31 
32**Choose Firebase App Hosting if:**
33 
34- You are using a supported full-stack framework like Next.js or Angular.
35- You need Server-Side Rendering (SSR) or ISR.
36- You want an automated "git push to deploy" workflow with zero configuration.
37 
38## Instructions
39 
40### 1. Configuration (`firebase.json`)
41 
42For details on configuring Hosting behavior, including public directories,
43redirects, rewrites, and headers, see
44[configuration.md](references/configuration.md).
45 
46### 2. Deploying
47 
48For instructions on deploying your site, using preview channels, and managing
49releases, see [deploying.md](references/deploying.md).
50 
51### 3. Emulation
52 
53To test your app locally:
54 
55```bash
56npx -y firebase-tools@latest emulators:start --only hosting
57```
58 
59This serves your app at `http://localhost:5000` by default.

Security

Review

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykpass
  • Runlayerwarn
  • ZeroLeakspass

Preview

firebase/agent-skillsfirebase/agent-skills

$ npx -y skills add firebase/agent-skills --skill firebase-hosting-basics

▸ installing to .claude/skills…

✓ firebase-hosting-basics ready

Repofirebase/agent-skills
TypeSkills
CategoryDevOps & CI/CD
ForOpsDeveloper
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatarsetup-matt-pocock-skillsConfigure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout.SkillsJul 2026495k189k
  2. microsoft avatarmicrosoft-foundryDeploy, evaluate, fine-tune, and manage Foundry agents end-to-end with azd: hosted agent scaffold/run/deploy, prompt agent create, batch eval, continuous eval,…SkillsJul 2026490k1.3k
  3. microsoft avatarazure-deployExecute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files.SkillsJul 2026485k1.3k
  4. microsoft avatarazure-preparePrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Terraform), and Dockerfiles for the Azure Developer CLI (azd)…SkillsJul 2026485k1.3k
  5. microsoft avatarazure-validatePre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure (Bicep or Terraform), RBAC role assignments, managed identity…SkillsJul 2026484k1.3k
  6. microsoft avatarazure-aigatewayConfigure Azure API Management as an AI Gateway for AI models, MCP tools, and agents.SkillsJul 2026484k1.3k