‹ 返回总目录
工具 最近更新07-30

firebase-firestore

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量80.0K
⭐ GitHub Stars396(fork 79)
🗓️ 最近推送2026-07-30
🌱 项目创建2026-02-10
💻 语言 / LicenseJavaScript · Apache-2.0
🐛 开放Issue30

📝 工具简介

Firebase的agent技能,操作Firestore数据库。

📖 怎么用

安装方式同上,三选一:`npx skills add firebase/skills`、`gemini extensions install https://github.com/firebase/skills`,或 Claude 的 `claude plugin marketplace add firebase/skills` 加 `claude plugin install firebase@firebase`。装完后,agent 就懂 Firestore 了。你直接问“帮我查一下 users 集合的数据”或“写个查询”,它会生成对应代码或直接操作。

📋 迷你测评

Firebase的数据库操作技能,直接让agent读写Firestore。亮点是自然语言操作数据库,不用写复杂查询。适合快速原型或简单数据管理。

📄 README 要点

这是Firebase的Agent技能包,专门帮助AI编程助手理解和操作Firestore数据库。它按照Agent Skills格式打包了指令和脚本,能扩展AI助手处理Firestore的能力。安装方式有五种可选:用skills CLI装到主流AI工具、作为Gemini CLI扩展、装成Claude插件、Codex插件或Kimi插件,每种都有对应的命令行操作。装好之后AI助手就能更好地帮你处理Firestore相关的开发任务,比如数据建模、查询优化等。适合用Firestore做数据库、又依赖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)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考