🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 77.6K |
| ⭐ GitHub Stars | 396(fork 79) |
| 🗓️ 最近推送 | 2026-07-30 |
| 🌱 项目创建 | 2026-02-10 |
| 💻 语言 / License | JavaScript · Apache-2.0 |
| 🐛 开放Issue | 30 |
📝 工具简介
Firebase的agent技能,配置Xcode项目。
📖 怎么用
安装方式和 Firebase 技能包一样,三选一:`npx skills add firebase/skills` 装到 AI 工具;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 会在检测到 Xcode 项目配置任务时自动调用这个技能,帮你处理项目初始化相关操作。
📋 迷你测评
Firebase的Xcode配置技能,帮agent搞定项目初始化。亮点是省去手动拖拽配置的麻烦。适合iOS开发起步阶段。
📄 README 要点
这也是 Firebase Agent Skills 系列的一个技能包,目标很明确——帮 AI 编程助手搞定 Xcode 项目的初始化配置。它同样遵循 Agent Skills 格式,把指令和脚本打包好,AI 检测到相关任务时会自动调用。安装方式跟其他 Firebase 技能包一样,支持 skills CLI、Gemini CLI 扩展、Claude 插件、Codex 插件和 Kimi 插件五种途径。装了之后,你只要跟 AI 说一声要配置 Xcode 项目,它就能自动处理 Firebase 相关的设置,比如添加配置文件、链接依赖、调整构建设置这些繁琐步骤。特别适合用 AI 辅助开发 iOS 应用、又不想手动折腾 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)
交流使用体验、避坑建议;违规内容将被删除