๐ŸŽฏ

firebase-hosting-basics

๐ŸŽฏSkill

from firebase/agent-skills

VibeIndex|
What it does
|

Official Firebase agent skills that teach AI coding assistants how to work effectively with Firebase services, available as a Gemini CLI extension and Claude Code plugin.

Overview

Part of the official Firebase Agent Skills collection. firebase-hosting-basics teaches AI coding agents the fundamentals of Firebase Hosting โ€” deploying static sites and SPA builds with appropriate configuration.

Key Features

  • Fundamentals of Firebase Hosting setup, deployment, and rewrites
  • Patterns for static sites and single-page apps
  • Installable via skills CLI, Gemini CLI extension, or Claude plugin
  • Sits alongside firebase-app-hosting-basics for server-rendered deployments

Who is this for?

Developers deploying static frontends, docs sites, or SPAs to Firebase who want their AI agent grounded in current Firebase Hosting conventions. Useful for starter projects and small-scale production sites.

๐Ÿ“ฆ

Same repository

firebase/agent-skills(18 items)

firebase-hosting-basics

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add firebase/agent-skills --skill firebase-hosting-basics
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add firebase/agent-skills --skill firebase-hosting-basics
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/firebase-hosting-basics/SKILL.md

SKILL.md

35,728Installs
-
AddedFeb 17, 2026

More from this repository10

๐ŸŽฏ
firebase-basics๐ŸŽฏSkill

Official Firebase agent skills that teach AI coding assistants how to work effectively with Firebase services, available as a Gemini CLI extension and Claude Code plugin.

๐ŸŽฏ
firebase-auth-basics๐ŸŽฏSkill

Official Firebase agent skills that teach AI coding assistants how to work effectively with Firebase services, available as a Gemini CLI extension and Claude Code plugin.

๐ŸŽฏ
firebase-app-hosting-basics๐ŸŽฏSkill

Official Firebase agent skills that teach AI coding assistants how to work effectively with Firebase services, available as a Gemini CLI extension and Claude Code plugin.

๐ŸŽฏ
firebase-data-connect๐ŸŽฏSkill

Official Firebase agent skills that teach AI coding assistants how to work effectively with Firebase services, available as a Gemini CLI extension and Claude Code plugin.

๐ŸŽฏ
firebase-firestore-standard๐ŸŽฏSkill

Comprehensive guide to Cloud Firestore Standard Edition โ€” covering provisioning, security rules, Web SDK usage, and indexes for Firebase applications.

๐ŸŽฏ
developing-genkit-js๐ŸŽฏSkill

Builds AI-powered Node.js/TypeScript applications with Genkit โ€” flows, tools, agents, and validation โ€” with explicit guidance to defer to current docs because the Genkit API recently changed.

๐ŸŽฏ
firebase-firestore-enterprise-native-mode๐ŸŽฏSkill

Complete guide to Firestore Enterprise Native Mode โ€” provisioning, data model, security rules, Web and Python SDK usage, and indexing for Firebase projects.

๐ŸŽฏ
developing-genkit-dart๐ŸŽฏSkill

Builds AI agents and flows in Dart/Flutter with the Genkit Dart SDK โ€” `ai.generate`, `ai.defineTool`, `ai.defineFlow`, embeddings, and streaming โ€” alongside the Genkit CLI dev UI.

๐ŸŽฏ
firebase-ai-logic๐ŸŽฏSkill

Official Firebase agent skills that teach AI coding assistants how to work effectively with Firebase services, available as a Gemini CLI extension and Claude Code plugin.

๐ŸŽฏ
developing-genkit-go๐ŸŽฏSkill

Skill for developing AI-powered applications with Genkit in Go โ€” covering generation, structured output, streaming, tool calling, prompts, and flows across Google AI, Vertex AI, Anthropic, OpenAI-compatible, and Ollama model providers. Use when building AI features or agents in Go with the Genkit SDK.