npx skills add https://github.com/firebase/agent-skills --skill firebase-firestore-standardHow Firebase Firestore Standard fits into a Paperclip company.
Firebase Firestore Standard drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.
Pre-configured AI company — 20 agents, 9 skills, one-time purchase.
SKILL.md27 linesExpandCollapse
---name: firebase-firestore-standarddescription: Comprehensive guide for Firestore Standard Edition, including provisioning, security rules, and SDK usage. Use this skill when the user needs help setting up Firestore, writing security rules, or using the Firestore SDK in their application.compatibility: This skill is best used with the Firebase CLI, but does not require it. Firebase CLI can be accessed through `npx -y firebase-tools@latest`. --- # Firestore Standard Edition This skill provides a complete guide for getting started with Cloud Firestore Standard Edition, including provisioning, securing, and integrating it into your application. ## Provisioning To set up Cloud Firestore in your Firebase project and local environment, see [provisioning.md](references/provisioning.md). ## Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see [security_rules.md](references/security_rules.md). ## SDK Usage To learn how to use Cloud Firestore in your application code, choose your platform: * **Web (Modular SDK)**: [web_sdk_usage.md](references/web_sdk_usage.md) ## Indexes For checking index types, query support tables, and best practices, see [indexes.md](references/indexes.md).Developing Genkit Dart
This handles Genkit Dart SDK integration for building AI agents and LLM-powered Dart/Flutter apps. It knows the plugin ecosystem well, from Google Gemini and Op
Developing Genkit Go
If you're building AI apps in Go, this skill knows Genkit's patterns inside and out. It handles the core workflow of wrapping AI logic in flows, passing the Gen
Developing Genkit Js
Built for the post-1.0 Genkit world where the APIs completely changed and most online examples are broken. This skill forces you to check common-errors.md befor