flowstate-epic-flowstate-apps-epicdm-flowstate-app-overwatch
Package-local agent skill for @epicdm/flowstate-app-overwatch.
Tags
Publisher
Versions
1 version published — latest: 1.0.0
- 1.0.0publishedInvalid Date
Skill
flowstate-app-overwatch Package Skill
Package: @epicdm/flowstate-app-overwatch
Repository: epic-flowstate-apps
Path: packages/flowstate-app-overwatch
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 Overwatch
Status: Active
Purpose: Guide agents changing the forward proxy console.
Scope: Plugin, app exports, security pages, and fixture-backed UI.
Trigger: Changes to /apps/overwatch, traffic/rules/credentials/agents pages, or exports.
Input: Package source, prototype context, and host expectations.
Output: Changes preserving route, data model, and console semantics.
Workflow
- Check
src/plugin.ts; idoverwatch, route/apps/overwatch, base path/overwatch. - Use
src/index.tsfor exports. - Use
overwatch-traffic-firewallfor page/model work. - Use
overwatch-security-fixturesfor fixtures or prototypes. - Verify with package scripts.
Created: 2026-06-30
Package Skill Inventory
Skill Inventory: flowstate-app-overwatch
| Skill | Type | Use When | Source |
|---|---|---|---|
flowstate-app-overwatch | Orchestrator | App integration and exports | src/index.ts, src/plugin.ts |
overwatch-traffic-firewall | Workflow/reference | Traffic, rules, credentials, agents, filters | src/data/fixtures.ts, src/pages/overwatch/* |
overwatch-security-fixtures | Reference | Static security data and prototypes | src/data/fixtures.ts, prototype/* |
Review Gate
Package Skills Review: flowstate-app-overwatch
Pass. Skills are grounded in plugin metadata, typed fixtures, and concrete console pages. They do not claim backend firewall operations.
Residual risk: live API integration should get its own skill.
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-overwatch/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-overwatch --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.