From jeremy-firestore
Manages Firestore CRUD, queries, batch writes, indexes, security rules, and migrations. Use for safe production document operations, troubleshooting, and emulator validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremy-firestore:firestore-operations-managerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Operate Firestore safely in production: schema-aware CRUD, query/index tuning, batch processing, and guardrails for permissions and cost.
Operate Firestore safely in production: schema-aware CRUD, query/index tuning, batch processing, and guardrails for permissions and cost.
Use this skill to design Firestore data access patterns and implement changes with the right indexes, security rules, and operational checks (emulator tests, monitoring, and rollback plans).
firestore.indexes.json updatesExample: Fix a failing query
Example: Batch migration
${CLAUDE_SKILL_DIR}/references/SKILL.full.mdnpx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin jeremy-firestoreManages Cloud Firestore databases including provisioning, security rules, data modeling, SDK queries, indexes, and advanced full-text search with relational joins.
Performs CRUD operations on Firestore documents with typed data, collection hierarchy exploration, and structured querying.
Guides Firebase usage including Auth, Firestore, Realtime DB, Cloud Functions, Storage, and Hosting. Covers security rules, data modeling for query patterns, and denormalization.