atomic

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

  1. Check src/plugin.ts; id overwatch, route /apps/overwatch, base path /overwatch.
  2. Use src/index.ts for exports.
  3. Use overwatch-traffic-firewall for page/model work.
  4. Use overwatch-security-fixtures for fixtures or prototypes.
  5. Verify with package scripts.

Created: 2026-06-30

Package Skill Inventory

Skill Inventory: flowstate-app-overwatch

SkillTypeUse WhenSource
flowstate-app-overwatchOrchestratorApp integration and exportssrc/index.ts, src/plugin.ts
overwatch-traffic-firewallWorkflow/referenceTraffic, rules, credentials, agents, filterssrc/data/fixtures.ts, src/pages/overwatch/*
overwatch-security-fixturesReferenceStatic security data and prototypessrc/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 ./skills

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