This handles Cloud Firestore operations from detection through deployment, and it's opinionated in the right way. It forces you to identify whether you're on Standard or Enterprise edition before doing anything else, then routes you to edition-specific guides for security rules, SDK setup, and indexing. Works with Firebase CLI under the hood but doesn't require a global install. The automatic defaulting to Enterprise for new databases is a smart choice given Google's direction. If you're doing any Firestore work beyond trivial reads, the structured approach to data modeling and security rules will save you from the usual Firebase gotchas around permissions and query performance.
npx skills add https://github.com/firebase/agent-skills --skill firebase-firestore