atomic
flowstate-dojo-community-epicdm-flowstate-rag-sync
Package-local agent skill for @epicdm/flowstate-rag-sync.
Tags
Publisher
Versions
1 version published — latest: 1.0.8
- 1.0.8publishedInvalid Date
Skill
Use this skill when a task touches packages/flowstate-rag-sync, imports @epicdm/flowstate-rag-sync, or needs to teach humans/agents how this package works.
Package identity:
- Package: @epicdm/flowstate-rag-sync
- Repository: epic-flowstate-community
- Version authority: package.json (1.0.8)
- Dojo course: flowstate-dojo-community-epicdm-flowstate-rag-sync
How to use the package:
- Purpose: RAG sync service - indexes RxDB documents and AMS memories to SurrealDB
- 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:
- ConnectionConfig
- AdminServer
- ErrorEntry
- PipelineMetrics
- ServiceMetrics
- MetricsSnapshot
- MetricsCollector
- SyncOrchestrator
- AMSMemoryClientConfig
- MemoryEvent
- Memory
- MemoryEventHandler
- AMSMemoryClient
- SurrealDBConfig
- RAGDocument
- VectorSearchOptions
- SearchResult
- SurrealDBClient
- RxDBConfigSchema
- SurrealDBConfigSchema
- RedisConfigSchema
- OllamaConfigSchema
- AMSConfigSchema
- SyncConfigSchema
- ConfigSchema
- RxDBConfig
- RedisConfig
- OllamaConfig
- AMSConfig
- SyncConfig
Composable feature skilllets:
- Admin Server: use feature labs for workflow, source anchor, and regression risk.
- AMSConfig Schema: use feature labs for workflow, source anchor, and regression risk.
- AMSMemory Client: use feature labs for workflow, source anchor, and regression risk.
- COLLECTION_CONFIG: use feature labs for workflow, source anchor, and regression risk.
- Config Schema: use feature labs for workflow, source anchor, and regression risk.
- Document Processor: use feature labs for workflow, source anchor, and regression risk.
- GET /health: use feature labs for workflow, source anchor, and regression risk.
- GET /status: use feature labs for workflow, source anchor, and regression risk.
- Load Config: use feature labs for workflow, source anchor, and regression risk.
- Main: use feature labs for workflow, source anchor, and regression risk.
- Metrics Collector: use feature labs for workflow, source anchor, and regression risk.
- Ollama Config Schema: use feature labs for workflow, source anchor, and regression risk.
- Redis Config Schema: use feature labs for workflow, source anchor, and regression risk.
- Rx DBConfig Schema: use feature labs for workflow, source anchor, and regression risk.
- Surreal DBClient: use feature labs for workflow, source anchor, and regression risk.
- Surreal DBConfig Schema: use feature labs for workflow, source anchor, and regression risk.
- Sync Config Schema: use feature labs for workflow, source anchor, and regression risk.
- Sync Orchestrator: 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-rag-sync --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.