plugins marketplace
← All plugins

jeremy-firestore

v2.20.0

Firestore database specialist for schema design, queries, and real-time sync

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

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

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/jeremy-firestore/ inside the repository.

Layout

plugins/community/jeremy-firestore/
├── .claude-plugin/plugin.json
└── skills/firestore-operations-manager/SKILL.md

Skills1

firestore-operations-managerskills/firestore-operations-manager/SKILL.md

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".

Manifests1

plugins/community/jeremy-firestore/.claude-plugin/plugin.json
{
  "name": "jeremy-firestore",
  "version": "2.20.0",
  "description": "Firestore database specialist for schema design, queries, and real-time sync",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]",
    "url": "https://intentsolutions.io"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "firebase",
    "firestore",
    "database",
    "crud",
    "security-rules",
    "cloud-functions",
    "batch-operations",
    "data-migration",
    "performance",
    "cost-optimization",
    "nosql",
    "google-cloud"
  ]
}