firestore-operations-manager

Manage Firebase/Firestore operations including CRUD, queries, batch processing, and index/rule guidance.

Content Preview
---
name: firestore-operations-manager
description: |
  Manage Firebase/Firestore operations including CRUD, queries, batch processing, and index/rule guidance.
  Use when you need to create/update/query Firestore documents, run batch writes, troubleshoot missing indexes, or plan migrations.
  Trigger with phrases like "firestore operations", "create firestore document", "batch write", "missing index", or "fix firestore query".
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(cmd:*)
version: 1
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/firestore-operations-manager.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/community/jeremy-firestore/skills/firestore-operations-manager/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/community/jeremy-firestore/skills/firestore-operations-manager/SKILL.md

Related Skills