Claude Skill
firebase/agent-skills
Agent Skills for Firebase is an open-source JavaScript repo providing modular agent skills to integrate Firebase services like Firestore, Auth, and Cloud Functions into AI agents.
Overview
Repository
Install this Skill
npx skills add firebase/skillsRegistry
npx skills add firebase/skillsgit clone https://github.com/firebase/skills.gitnpx skills add /path/to/your/local/firebase-skills/skillsnpx skills experimental_install
Summary
Agent Skills for Firebase is an open-source JavaScript repository by Firebase that provides a collection of agent skills—modular, reusable capabilities designed to extend AI agents with Firebase services. It enables developers to integrate Firebase features like Firestore, Authentication, and Cloud Functions into AI agent workflows efficiently.
Firebase 的代理技能
Key features
- Modular agent skills for Firebase services
- JavaScript-based, easy to integrate
- Supports Firestore, Authentication, Cloud Functions
- Designed for AI agent extensibility
- Open-source with community contributions
Use cases
- Build AI agents that query Firestore databases
- Automate user authentication flows in agents
- Trigger Cloud Functions from agent interactions
- Create custom agent workflows with Firebase backend
README excerpt
<h1 align="center"> <img src="assets/firebase-agent-skills_logo.svg" width="48" alt="Logo" style="vertical-align: middle; margin-right: 10px;"> Firebase Agent Skills </h1> A collection of skills for AI coding agents, to help them understand and work with Firebase more effectively. Skills are packaged instructions and scripts that extend agent capabilities, following the [Agent Skills](https://agentskills.io/home) format. ## Installation ### Option 1: Agent Skills CLI For most popular AI-assistive tools, you can use the `skills` CLI to install Firebase agent skills: ```bash npx skills add firebase/skills ``` ### Option 2: Gemini CLI Extension This repository is configured as a Gemini CLI extension. You can add it using the Gemini CLI: ```bash gemini extensions install https://github.com/firebase/skills ``` ### Option 3: Claude Plugin 1. Add the Firebase marketplace for Claude plugins: ```bash claude plugin marketplace add firebase/skills ``` Install the Claude plugin for Firebase: ```bash claude plugin install firebase@firebase ``` Verify the installation: ```bash claude plugin marketplace list ``` ### Option 4: Codex Plugin Add the Firebase marketplace for Codex plugins: ```bash codex plugin marketplace add firebase/skills ``` Install the Firebase plugin: ```bash codex plugin add firebase@firebase ``` ### Option 5: Manual Set Up 1. Clone this repository: ```bash git clone https://github.com/firebase/skills.git ``` 2. Copy the contents of the `skills` directory to the appropriate location for your AI tool. Common locations include: - **Cursor**: `.cursor/rules/` - **Windsurf**: `.windsurfrules/` - **GitHub Copilot**: `.github/copilot-instructions.md` (or project-specific instruction files) ### Option 6: Local Path via Agent Skill
Topics
No topics yet.