flowstate-epic-flowstate-apps-epicdm-flowstate-app-instances
Package-local agent skill for @epicdm/flowstate-app-instances.
Tags
Publisher
Versions
1 version published — latest: 1.0.0
- 1.0.0publishedInvalid Date
Skill
flowstate-app-instances Package Skill
Package: @epicdm/flowstate-app-instances
Repository: epic-flowstate-apps
Path: packages/flowstate-app-instances
Version: 1.0.0
Use this published Dojo skill as the package-level entrypoint. For detailed workflows, use the package-local skills listed below.
Primary Package Workflow
FlowState App Instances
Status: Active
Purpose: Guide agents working on peer instance management.
Scope: Plugin, app, exports, peer hooks, and settings pages.
Trigger: Changes to /settings/instances, app-shell registration, or exported sync APIs.
Input: Package source and host route expectations.
Output: Changes that preserve the plugin contract and peer data flow.
Workflow
- Start at
src/index.tsfor the public API. - Check
src/plugin.ts; idinstances, route/settings/instances, base path/settings/instances,useHostRouter: false. - Use
instances-peer-connectionsfor RxDB peer reads. - Use
instances-invite-syncfor invite endpoints and status aggregation. - Verify with typecheck, build, and test scripts when safe.
Red Flags
- Reading
instance_peersdirectly in page components. - Changing route/base path without host navigation review.
- Treating server invite endpoints as optional local state.
Created: 2026-06-30
Package Skill Inventory
Skill Inventory: flowstate-app-instances
| Skill | Type | Use When | Source |
|---|---|---|---|
flowstate-app-instances | Orchestrator | Changing app integration or exports | src/index.ts, src/plugin.ts |
instances-peer-connections | Workflow | Reading/rendering peer records | src/hooks/usePeerConnections.ts, src/types.ts |
instances-invite-sync | Workflow | Invite endpoints or aggregate status | src/hooks/useInviteCode.ts, src/hooks/useSyncStatus.ts |
Use the orchestrator skill first, then the focused skill matching the data path.
Review Gate
Package Skills Review: flowstate-app-instances
Pass. The skills are source-backed, workflow-focused, and limited to packages/flowstate-app-instances/.flowstate/skills.
Residual risk: the package test script is a placeholder, so real behavior confidence depends on typecheck/build until tests are added.
Usage
Start with this skill to understand the package purpose, then use the package-local focused skills for specific workflows. Keep this Dojo version aligned with packages/flowstate-app-instances/package.json. Do not treat generated feature lists as lessons; use workflow evidence from CODE-REVIEW.md, SKILL-INVENTORY.md, and REVIEW.md.
Install
Run this in your project to install via CLI:
fscloud dojo skill install flowstate-epic-flowstate-apps-epicdm-flowstate-app-instances --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.