🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 35.8K |
| ⭐ GitHub Stars | 396(fork 79) |
| 🗓️ 最近推送 | 2026-08-03 |
| 🌱 项目创建 | 2026-02-10 |
| 💻 语言 / License | JavaScript · Apache-2.0 |
| 🐛 开放Issue | 31 |
📝 工具简介
Firebase的Agent技能包,用于Firestore企业原生模式。
📖 怎么用
安装方式三选一:CLI 用 `npx skills add firebase/skills`;Gemini 用 `gemini extensions install https://github.com/firebase/skills`;Claude 先 `claude plugin marketplace add firebase/skills`,再 `claude plugin install firebase@firebase`。装完跑 `claude plugin marketplace list` 检查。之后 agent 就能处理 Firestore 企业级原生模式相关任务了。
📋 迷你测评
面向Firestore企业原生模式的技能包。亮点是瞄准企业级部署,与标准版形成差异化。简介未给数字,适合已有原生模式基础的用户。
📄 README 要点
这个仓库和firebase-firestore-standard是同一套Firebase代理技能包,但特别针对企业级原生模式做了优化。核心功能一样,都是通过打包的指令和脚本,让AI编码代理更懂Firebase。安装方式同样支持五种:Agent Skills CLI、Gemini CLI扩展、Claude插件、Codex插件和Kimi插件,每种都有详细的安装和验证命令。如果你用的是企业版Firebase,或者项目需要原生模式下的高级特性,这套技能包能帮AI代理更好地处理复杂场景,减少出错概率。
查看英文原文
Firebase Agent Skills 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 format. Installation Option 1: Agent Skills CLI For most popular AI assistive tools, you can use the skills CLI to install Firebase agent skills: [安装/使用命令见下方] Option 2: Gemini CLI Extension This repository is configured as a Gemini CLI extension. You can add it using the Gemini CLI: [安装/使用命令见下方] Option 3: Claude Plugin 1. Add the Firebase marketplace for Claude plugins: [安装/使用命令见下方] Install the Claude plugin for Firebase: [安装/使用命令见下方] Verify the installation: [安装/使用命令见下方] Option 4: Codex Plugin Add the Firebase marketplace for Codex plugins: [安装/使用命令见下方] Install the Firebase plugin: [安装/使用命令见下方] Option 5: Kimi Plugin Install the Firebase plugin in Kimi Code CLI: [安装/使用命令见下方] Verify the installation: [安装/使用命令见下方] Option 6: Manual Set Up 1. Clone this repository: [安装/使用命令见下方] 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 7: Local Path via Agent Skills CLI The skills CLI also supports installing skills from a local directory. If you have cloned this repository, you can add skills by pointing the CLI to your local folder: [安装/使用命令见下方] If you make changes to the local skills repository and want to update your project with the new changes, you can update them by running: [安装/使用命令见下方] Option 8: Local Development (Live Symlinking) If you are actively contributing to or developing these skills, using npx skills add or copying files means you have to manually update them every time you make a change. Instead, use a symlink so that changes in your local clone are immediately reflected in your test project. For example, to test with
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除