agent-skills
Firebase setup, deployment, security audits, and SDK integration
All Skills in This Repository (10)
Pure Emerald Level Indicatorsfirebase-auth-basics
Set up and manage Firebase Authentication for user sign-in, sign-up, and sign-out.
firebase-ai-logic-basics
Integrate Firebase AI Logic for text generation and multimodal inference in web apps.
firebase-remote-config-basics
Guide Firebase Remote Config setup and template management for Android and iOS apps.
firebase-security-rules-auditor
Evaluate Firestore security rules for vulnerabilities and assign security scores.
firebase-hosting-basics
Deploys web apps and services to Firebase Hosting with integrated CDN and SSL.
firebase-firestore
Manage Cloud Firestore databases and execute advanced queries with full-text search.
firebase-basics
Manage Firebase project setup, authentication, and project management via CLI.
firebase-data-connect
Manage and deploy Firebase PostgreSQL databases with GraphQL schemas and SDK generation.
firebase-crashlytics
Sets up Firebase Crashlytics SDK for crash reporting in Android and iOS apps.
firebase-app-hosting-basics
Deploy Next.js and Angular apps to Firebase App Hosting with git push.
Frequently Asked Questions
FAQPage SchemaHow to install Firebase Agent Skills?โผ
Run `npx skills add firebase/agent-skills --all -g -y` in your terminal to install all Firebase skills globally for your coding agent.
What Firebase services do these skills cover?โผ
They cover Authentication, Firestore, Data Connect, Hosting, App Hosting, Remote Config, Crashlytics, AI Logic, and Xcode project setup with official best practices.
Can it audit my Firebase security rules?โผ
Yes. The security rules auditor skill reviews Firestore and Storage rules for privilege escalation, update bypasses, and missing ownership checks, then returns a scored report.
Does it work with Claude Code, Cursor, and Gemini CLI?โผ
Yes. The skills follow the universal SKILL.md format and also ship as plugins for Claude Code, Cursor, Codex, Kimi, and the Gemini CLI.
Do I need the Firebase CLI installed?โผ
Most skills work best with the Firebase CLI, but it is not required upfront. The skills invoke it on demand via `npx -y firebase-tools@latest`.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core