atomic

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.0
    publishedInvalid 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

  1. Start at src/index.ts for the public API.
  2. Check src/plugin.ts; id instances, route /settings/instances, base path /settings/instances, useHostRouter: false.
  3. Use instances-peer-connections for RxDB peer reads.
  4. Use instances-invite-sync for invite endpoints and status aggregation.
  5. Verify with typecheck, build, and test scripts when safe.

Red Flags

  • Reading instance_peers directly 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

SkillTypeUse WhenSource
flowstate-app-instancesOrchestratorChanging app integration or exportssrc/index.ts, src/plugin.ts
instances-peer-connectionsWorkflowReading/rendering peer recordssrc/hooks/usePeerConnections.ts, src/types.ts
instances-invite-syncWorkflowInvite endpoints or aggregate statussrc/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 ./skills

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

flowstate-epic-flowstate-apps-epicdm-flowstate-app-instances | dojo.epicflowstate.ai | Epic Dojo