atomic
flowstate-dojo-platform-epicdm-flowstate-obs
Package-local agent skill for @epicdm/flowstate-obs.
Tags
Publisher
Versions
1 version published — latest: 0.1.0
- 0.1.0publishedInvalid Date
Skill
Use this skill when a task touches packages/worker-obs, imports @epicdm/flowstate-obs, or needs to teach humans/agents how this package works.
Package identity:
- Package: @epicdm/flowstate-obs
- Repository: flowstate-platform
- Version authority: package.json (0.1.0)
- Dojo course: flowstate-dojo-platform-epicdm-flowstate-obs
How to use the package:
- Purpose: FlowState Observe Worker — observability API on Cloudflare Workers
- Start with package-local docs when present.
- Verify details against source and tests before changing behavior.
- Use the Dojo course lessons as the teaching path: setup, mental model, core workflow, integration, feature labs, maintenance.
Public surfaces discovered:
- Env
- AppEnv
- errorLevels
- ErrorLevel
- logLevels
- LogLevel
- errorGroupStatuses
- ErrorGroupStatus
- alertTypes
- AlertType
- alertDestinationTypes
- AlertDestinationType
- projects
- errors
- errorGroups
- sessions
- logMetadata
- alertRules
- ObsStreamingDO
- sha256
- generateErrorId
- generateLogId
- generateSessionId
- generateProjectId
- generateAlertId
- writeJson
- readJson
- appendJsonl
- createErrorSchema
- CreateErrorInput
Composable feature skilllets:
- Alert Destination Types: use feature labs for workflow, source anchor, and regression risk.
- Alert Query Schema: use feature labs for workflow, source anchor, and regression risk.
- Alert Routes: use feature labs for workflow, source anchor, and regression risk.
- Alert Rule Response Schema: use feature labs for workflow, source anchor, and regression risk.
- Alert Rules: use feature labs for workflow, source anchor, and regression risk.
- Alert Types: use feature labs for workflow, source anchor, and regression risk.
- Append Jsonl: use feature labs for workflow, source anchor, and regression risk.
- Authenticate Api Key: use feature labs for workflow, source anchor, and regression risk.
- Authorize Project: use feature labs for workflow, source anchor, and regression risk.
- Breadcrumb Schema: use feature labs for workflow, source anchor, and regression risk.
- Broadcast To Project: use feature labs for workflow, source anchor, and regression risk.
- Compute Fingerprint: use feature labs for workflow, source anchor, and regression risk.
- Create Alert Schema: use feature labs for workflow, source anchor, and regression risk.
- Create Error Schema: use feature labs for workflow, source anchor, and regression risk.
- Create Log Schema: use feature labs for workflow, source anchor, and regression risk.
- Create Project Schema: use feature labs for workflow, source anchor, and regression risk.
- Create Session Schema: use feature labs for workflow, source anchor, and regression risk.
- Dispatch Alert: use feature labs for workflow, source anchor, and regression risk.
- Error Event Response Schema: use feature labs for workflow, source anchor, and regression risk.
- Error Group Statuses: use feature labs for workflow, source anchor, and regression risk.
- Error Groups: use feature labs for workflow, source anchor, and regression risk.
- Error Levels: use feature labs for workflow, source anchor, and regression risk.
- Error Query Schema: use feature labs for workflow, source anchor, and regression risk.
- Error Response Schema: use feature labs for workflow, source anchor, and regression risk.
- Error Routes: use feature labs for workflow, source anchor, and regression risk.
- Error Stats Query Schema: use feature labs for workflow, source anchor, and regression risk.
- Errors: use feature labs for workflow, source anchor, and regression risk.
- Evaluate Alerts: use feature labs for workflow, source anchor, and regression risk.
- Format R2 Key: use feature labs for workflow, source anchor, and regression risk.
- Format Zod Errors: use feature labs for workflow, source anchor, and regression risk.
- Forward To Compliance: use feature labs for workflow, source anchor, and regression risk.
- Generate Alert Id: use feature labs for workflow, source anchor, and regression risk.
- Generate Error Id: use feature labs for workflow, source anchor, and regression risk.
- Generate Log Id: use feature labs for workflow, source anchor, and regression risk.
- Generate Project Id: use feature labs for workflow, source anchor, and regression risk.
- Generate Session Id: use feature labs for workflow, source anchor, and regression risk.
- GET /api/test: use feature labs for workflow, source anchor, and regression risk.
- GET /docs: use feature labs for workflow, source anchor, and regression risk.
- GET /ws: use feature labs for workflow, source anchor, and regression risk.
- Handle Queue Batch: use feature labs for workflow, source anchor, and regression risk.
- 42 additional feature skilllets are listed in dojo-manifest.json and agent-skillset.md.
Agent operating rules:
- Treat package.json as the Dojo version authority.
- Do not turn feature inventory into user-facing lessons without workflow context.
- Update this Dojo package when package behavior, docs, examples, or feature inventory changes.
- Verify downstream packages when package use and connection metadata shows inbound dependencies or references.
- Never mark publish status passed without successful cloud publish and catalog lookup.
Usage
Use this Dojo skill with package human docs, package-local feature inventory, agent-skillset.md, and the generated course.json in this folder. Keep this manifest version aligned with package.json.
Install
Run this in your project to install via CLI:
fscloud dojo skill install flowstate-dojo-platform-epicdm-flowstate-obs --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.