flowstate-epic-flowstate-apps-epicdm-flowstate-app-process
Package-local agent skill for @epicdm/flowstate-app-process.
Tags
Publisher
Versions
1 version published — latest: 1.0.0
- 1.0.0publishedInvalid Date
Skill
flowstate-app-process Package Skill
Package: @epicdm/flowstate-app-process
Repository: epic-flowstate-apps
Path: packages/flowstate-app-process
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 Process
Status: Active
Purpose: Guide agents changing the process viewer/editor.
Scope: Plugin, exports, hooks, flow transforms, editor behavior, and approval service.
Trigger: Changes to /apps/process, process viewer/editor behavior, ReactFlow rendering, or exports.
Input: Package source and process collection models.
Output: Changes preserving plugin metadata and process semantics.
Workflow
- Check
src/plugin.ts; idprocess, route/apps/process, base path/process. - Check
src/index.tsbefore changing exports. - Use
process-flow-transformfor visualization data. - Use
process-editor-approvalsfor editing and approvals. - Verify with build/test; use repo-level typecheck only when needed.
Created: 2026-06-30
Package Skill Inventory
Skill Inventory: flowstate-app-process
| Skill | Type | Use When | Source |
|---|---|---|---|
flowstate-app-process | Orchestrator | Process app integration and exports | src/index.ts, src/plugin.ts |
process-flow-transform | Workflow/reference | ReactFlow nodes, edges, conditions, subprocesses | src/utils/flowTransform.ts |
process-editor-approvals | Workflow | Editor commands, auto-save, undo/redo, approvals | src/hooks/useProcessEditor.ts, src/services/approvalService.ts |
Review Gate
Package Skills Review: flowstate-app-process
Pass. Skills focus on the reusable process workflows: visualization, command-backed editing, and approvals. Verification reflects package scripts.
Residual risk: broad editor changes should include integration tests across hooks, utils, and collection schemas.
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-process/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-process --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.