atomic

flowstate-dojo-community-epicdm-flowstate-rxdb

Package-local agent skill for @epicdm/flowstate-rxdb.

Tags

Publisher

Versions

1 version published — latest: 1.0.8

  • 1.0.8
    publishedInvalid Date

Skill

Use this skill when a task touches packages/flowstate-rxdb, imports @epicdm/flowstate-rxdb, or needs to teach humans/agents how this package works.

Package identity:

  • Package: @epicdm/flowstate-rxdb
  • Repository: epic-flowstate-community
  • Version authority: package.json (1.0.8)
  • Dojo course: flowstate-dojo-community-epicdm-flowstate-rxdb

How to use the package:

  • Purpose: RxDB database initialization package for Epic Flow applications
  • Start with package-local docs when present.
  • Verify details against source and tests before changing behavior.
  • Use the Dojo course lessons as the teaching path: setup, mental model, core workflow, integration, feature labs, maintenance.

Public surfaces discovered:

  • IndexedDBDatabaseAdapterOptions
  • IndexedDBDatabaseAdapter
  • DatabaseAdapter
  • PRESET_CONFIGS
  • DEFAULT_STORAGE_OPTIONS
  • createDatabase
  • getPluginConfig
  • initializePlugins
  • resetPlugins
  • initializePremium
  • wrapStorageWithEncryption
  • getEncryptionPassword
  • isPremiumAvailable
  • isPremiumAvailableAsync
  • resetPremiumDetection
  • setPremiumFlag
  • getRxStorageIndexedDB
  • getRxStorageFilesystemNode
  • detectEnvironment
  • getStorage
  • RxDBPreset
  • StorageType
  • StorageConfig
  • PluginConfig
  • EncryptionConfig
  • RxCollections
  • RxDBConfig
  • RxDBConfigError
  • RxDBInitializationError
  • RxDBInstance

Composable feature skilllets:

  • Create Database: use feature labs for workflow, source anchor, and regression risk.
  • DEFAULT_STORAGE_OPTIONS: use feature labs for workflow, source anchor, and regression risk.
  • Detect Environment: use feature labs for workflow, source anchor, and regression risk.
  • Get Encryption Password: use feature labs for workflow, source anchor, and regression risk.
  • Get Plugin Config: use feature labs for workflow, source anchor, and regression risk.
  • Get Rx Storage Filesystem Node: use feature labs for workflow, source anchor, and regression risk.
  • Get Rx Storage Indexed DB: use feature labs for workflow, source anchor, and regression risk.
  • Get Storage: use feature labs for workflow, source anchor, and regression risk.
  • Indexed DBDatabase Adapter: use feature labs for workflow, source anchor, and regression risk.
  • Initialize Plugins: use feature labs for workflow, source anchor, and regression risk.
  • Initialize Premium: use feature labs for workflow, source anchor, and regression risk.
  • Is OPFSSupported: use feature labs for workflow, source anchor, and regression risk.
  • Is Premium Available: use feature labs for workflow, source anchor, and regression risk.
  • Is Premium Available Async: use feature labs for workflow, source anchor, and regression risk.
  • PRESET_CONFIGS: use feature labs for workflow, source anchor, and regression risk.
  • Reset Plugins: use feature labs for workflow, source anchor, and regression risk.
  • Reset Premium Detection: use feature labs for workflow, source anchor, and regression risk.
  • Rx DBConfig Error: use feature labs for workflow, source anchor, and regression risk.
  • Rx DBInitialization Error: use feature labs for workflow, source anchor, and regression risk.
  • Set Premium Flag: use feature labs for workflow, source anchor, and regression risk.
  • Wrap Storage With Encryption: use feature labs for workflow, source anchor, and regression risk.

Agent operating rules:

  • Treat package.json as the Dojo version authority.
  • Do not turn feature inventory into user-facing lessons without workflow context.
  • Update this Dojo package when package behavior, docs, examples, or feature inventory changes.
  • Verify downstream packages when package use and connection metadata shows inbound dependencies or references.
  • Never mark publish status passed without successful cloud publish and catalog lookup.

Usage

Use this Dojo skill with package human docs, package-local feature inventory, agent-skillset.md, and the generated course.json in this folder. Keep this manifest version aligned with package.json.

Install

Run this in your project to install via CLI:

fscloud dojo skill install flowstate-dojo-community-epicdm-flowstate-rxdb --target <target> --out ./skills

Replace <target> with your agent target identifier. See the CLI docs for details.