Help us improve
Share bugs, ideas, or general feedback.
From firebase
Guides Firebase Crashlytics setup and SDK usage for Android and iOS crash reporting, including custom keys, logs, user identifiers, and non-fatal exceptions.
npx claudepluginhub firebase/agent-skills --plugin firebaseHow this skill is triggered — by the user, by Claude, or both
Slash command
/firebase:firebase-crashlyticsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides a complete guide for getting started with Crashlytics on Android or iOS. Crash data collected from client applications can be read using the MCP server in the Firebase CLI.
Guides setup and management of Firebase Remote Config, including SDK integration (Android/iOS), template management via CLI, and best practices for feature flags.
Guides through complete Sentry SDK setup for Flutter and Dart projects, including error monitoring, tracing, profiling, session replay, and logging.
Analyzes iOS app crash logs from simulators/devices/TestFlight, symbolicates stack traces with dSYM files using atos, identifies common patterns and root causes.
Share bugs, ideas, or general feedback.
This skill provides a complete guide for getting started with Crashlytics on Android or iOS. Crash data collected from client applications can be read using the MCP server in the Firebase CLI.
Provisioning Crashlytics requires both a Firebase project and a Firebase app, either Android or iOS. To read the data collected by Crashlytics, install the MCP server in the Firebase CLI. See the firebase-basics skill for references.
To learn how to setup Crashlytics in your application code, choose your platform:
The SDK provides a number of features to make crash reports more actionable.
To learn how to customize crash reports and add additional debugging data, consult the documentation for your platform.