agentsclimarketplace

Firebase crashlytics analytics

Skill GDvega/super-android-kotlin-firebase-skill/skills/firebase-crashlytics-analytics

A modular Agent Skills repository for Android, Kotlin, Jetpack Compose and Firebase development.

Install
npx -y skills add GDvega/super-android-kotlin-firebase-skill --skill firebase-crashlytics-analytics

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use for Firebase Crashlytics, non-fatal errors, logs, Analytics events, user properties, Remote Config experiment context and privacy-safe observability.

SKILL.md

2.7 KB, as published. Nobody here has run it

Purpose

Observe Android app quality and behavior without collecting unnecessary sensitive data.

When to use

  • Adding Crashlytics or Analytics.
  • Defining event taxonomy.
  • Logging non-fatal errors.
  • Adding privacy-aware user properties.
  • Connecting Remote Config context to diagnostics.

Inputs to inspect

  • Events and funnels desired.
  • Sensitive data classes.
  • Build types and release behavior.
  • Privacy policy requirements.

Required workflow

  1. Define minimal useful events and non-fatal signals.
  2. Add wrappers if the project already uses abstraction.
  3. Remove PII from logs/events.
  4. Differentiate debug and release.
  5. Validate dashboards or test logs manually.

Rules

  • Never log tokens, emails, medical/financial data or secrets.
  • Use stable event names.
  • Do not use Analytics as authorization.
  • Respect consent/opt-out requirements.
  • Keep breadcrumbs useful and minimal.

Related existing skills

Local skills to invoke

  • firebase-core
  • debugging
  • security-privacy
  • play-store-release

External companion skills to use when installed

Do not assume these companion skills are installed. Prefer the local skills above first, then consult Companion Skills for install and verification commands.

  • firebase/agent-skills — use for deeper Firebase product, Firestore, Security Rules or emulator workflow guidance when installed.

Files commonly touched

  • analytics wrapper
  • Crashlytics setup
  • ViewModels/use cases for non-fatals
  • privacy docs
  • build.gradle.kts

Commands to validate

./gradlew assembleRelease
./gradlew test
adb logcat
firebase crashlytics:symbols:upload --help

Common mistakes to avoid

  • Logging raw exception context with PII.
  • Too many noisy events.
  • Debug-only verification for release behavior.
  • User properties containing sensitive values.

Checklist

  • No PII.
  • Events documented.
  • Non-fatals actionable.
  • Build type behavior clear.
  • Privacy policy impact mentioned.

Example prompts

  • Use $super-android-kotlin-firebase to add Crashlytics non-fatal logging.
  • Use $super-android-kotlin-firebase to define Analytics events for onboarding.

Expected response style

Respond with: brief diagnosis, change plan, affected files, code or diff summary, validation commands, tests added or recommended, risks, and next step. For review tasks, lead with findings ordered by severity.

References

  • ../../docs/audits/FUENTES_LOCALES.md
  • references/privacy-safe-observability.md
  • templates/analytics-event-taxonomy-template.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.