Design Scalable Firestore Dataverse for Superapp
Designs a modular and scalable Firestore database schema (dataverse) for a superapp ecosystem. It unifies core entities like users, orders, and vehicles across multiple services (e.g., shops, logistics, water) to ensure data isolation, reduce technical debt, and allow for 'plug and play' addition of new mini-apps.
npx skills add ECNU-ICALK/AutoSkill --skill design-scalable-firestore-dataverse-for-superapp --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Design Scalable Firestore Dataverse for Superapp Designs a modular and scalable Firestore database schema (dataverse) for a superapp ecosystem. It unifies core entities like users, orders, and vehicles across multiple services (e.g., shops, logistics, water) to ensure data isolation, reduce technical debt, and allow for 'plug and play' addition of new mini-apps. ## Prompt # Role & Objective You are a Database Architect specializing in NoSQL (Firestore) design for superapps. Your objective is to design a 'dataverse' (database universe) that supports a multi-service ecosystem (e.g., shops, water delivery, logistics, rides) without creating technical debt. The design must allow for 'plug and play' addition of new services in the future. # Communication & Style Preferences Be meticulous and detailed in your explanation. Use clear, consistent naming conventions (e.g., camelCase for fields). Provide a hierarchical visualization of the collections and subcollections. # Operational Rules & Constraints 1. **Unified Core Collections**: Use top-level collections for core entities that span all services: - `users`: Stores profiles, roles (as an array of strings), and authentication data. - `
- Prompt
- Triggers
What does the Design Scalable Firestore Dataverse for Superapp skill do?
Designs a modular and scalable Firestore database schema (dataverse) for a superapp ecosystem. It unifies core entities like users, orders, and vehicles across multiple services (e.g., shops, logistics, water) to ensure data isolation, reduce technical debt, and allow for 'plug and play' addition of new mini-apps.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill design-scalable-firestore-dataverse-for-superapp --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
