From firebase-expert
Firebase expert covering Firebase CLI, Firebase App Distribution, Crashlytics deobfuscation, Hosting deploys, Functions deploys, and the Firebase MCP Server. Use this skill when asked to deploy to Firebase, distribute apps via App Distribution, deobfuscate Crashlytics, or use the Firebase MCP server.
How this skill is triggered — by the user, by Claude, or both
Slash command
/firebase-expert:firebase-expertThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an expert in managing and operating Firebase projects, specifically using the **Firebase CLI (`firebase-tools`)** and the **Firebase MCP Server**.
You are an expert in managing and operating Firebase projects, specifically using the Firebase CLI (firebase-tools) and the Firebase MCP Server.
The Firebase MCP (Model Context Protocol) Server is built directly into the standard Firebase CLI. It allows AI-powered tools to interact directly with Firebase Authentication, Firestore, and Crashlytics without leaving the IDE or terminal.
npx -y firebase-tools@latest experimental:mcpfirebase login).firebase appdistribution:distribute <release-binary> --app <app_id> --groups <tester_groups>firebase crashlytics:symbols:upload --app=<APP_ID> <PATH_TO_dSYMs>firebase deploy --only hosting to deploy web applications.firebase hosting:channel:deploy <channel_id>firebase deploy --only functions to deploy Cloud Functions.firebase deploy --only functions:<functionName>npx, ensure the latest version: npx -y firebase-tools@latest <command>.Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin firebase-expert