Claude Skill

firebase/agent-skills

Agent Skills for Firebase 是一个开源 JavaScript 仓库,提供模块化代理技能,将 Firestore、身份验证和云函数等 Firebase 服务集成到 AI 代理中。

概览

Stars370
Forks71
语言JavaScript
最后更新2026-07-01
最近同步2026-07-04
前往 GitHub

仓库信息

拥有者firebase
仓库agent-skills
完整名称firebase/agent-skills
Repo ID1,154,880,547

安装这个 Skill

npx skills add firebase/skills

Registry 信息

类型cursor_rule
质量分70/100
验证状态readme_parsed
最近验证2026-06-14
平台
ClaudeCodexCursor
能力
code-reviewterminal
识别文件
README.md
安装方式
  • npx skills add firebase/skills
  • git clone https://github.com/firebase/skills.git
  • npx skills add /path/to/your/local/firebase-skills/skills
  • npx skills experimental_install

项目简介

Agent Skills for Firebase 是 Firebase 官方推出的开源 JavaScript 仓库,提供一系列模块化、可复用的代理技能,旨在将 Firebase 服务(如 Firestore、身份验证和云函数)无缝集成到 AI 代理工作流中,提升开发效率。

英文描述

Agent Skills for Firebase

要点

  • 为 Firebase 服务提供模块化代理技能
  • 基于 JavaScript,易于集成
  • 支持 Firestore、身份验证、云函数
  • 专为 AI 代理扩展性设计
  • 开源,支持社区贡献

使用场景

  • 构建可查询 Firestore 数据库的 AI 代理
  • 在代理中自动化用户身份验证流程
  • 通过代理交互触发云函数
  • 利用 Firebase 后端创建自定义代理工作流

README 摘要

<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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-04