atomic

flowstate-dojo-platform-epicdm-flowstate-provisioning

Package-local agent skill for @epicdm/flowstate-provisioning.

Tags

Publisher

Versions

1 version published — latest: 0.1.0

  • 0.1.0
    publishedInvalid Date

Skill

Use this skill when a task touches packages/worker-provisioning, imports @epicdm/flowstate-provisioning, or needs to teach humans/agents how this package works.

Package identity:

  • Package: @epicdm/flowstate-provisioning
  • Repository: flowstate-platform
  • Version authority: package.json (0.1.0)
  • Dojo course: flowstate-dojo-platform-epicdm-flowstate-provisioning

How to use the package:

  • Purpose: FlowState Provisioning Worker — Queue consumer for infrastructure management
  • 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:

  • CfApiResponse
  • CfApiClient
  • createCfClient
  • createD1Database
  • executeD1SQL
  • DispatchDeployConfig
  • createDispatchNamespace
  • deployToDispatchNamespace
  • deleteFromDispatchNamespace
  • createCnameRecord
  • deleteDnsRecord
  • createKvNamespace
  • deleteKvNamespace
  • VectorizeIndexResult
  • createVectorizeIndex
  • deleteVectorizeIndex
  • WorkerBinding
  • WorkerRoute
  • WorkerDeployConfig
  • deployWorker
  • disableWorkerRoute
  • deleteWorker
  • checkExpiredSubscriptions
  • initializeCreditBucket
  • handleDelete
  • handleProvision
  • handleResume
  • handleSuspend
  • TENANT_WORKER_BUNDLE
  • SeedTenantInput

Composable feature skilllets:

  • Check Expired Subscriptions: use feature labs for workflow, source anchor, and regression risk.
  • Create Cf Client: use feature labs for workflow, source anchor, and regression risk.
  • Create Cname Record: use feature labs for workflow, source anchor, and regression risk.
  • Create D1 Database: use feature labs for workflow, source anchor, and regression risk.
  • Create Dispatch Namespace: use feature labs for workflow, source anchor, and regression risk.
  • Create Kv Namespace: use feature labs for workflow, source anchor, and regression risk.
  • Create Vectorize Index: use feature labs for workflow, source anchor, and regression risk.
  • Delete Dns Record: use feature labs for workflow, source anchor, and regression risk.
  • Delete From Dispatch Namespace: use feature labs for workflow, source anchor, and regression risk.
  • Delete Kv Namespace: use feature labs for workflow, source anchor, and regression risk.
  • Delete Vectorize Index: use feature labs for workflow, source anchor, and regression risk.
  • Delete Worker: use feature labs for workflow, source anchor, and regression risk.
  • Deploy To Dispatch Namespace: use feature labs for workflow, source anchor, and regression risk.
  • Deploy Worker: use feature labs for workflow, source anchor, and regression risk.
  • Disable Worker Route: use feature labs for workflow, source anchor, and regression risk.
  • Execute D1 SQL: use feature labs for workflow, source anchor, and regression risk.
  • Handle Delete: use feature labs for workflow, source anchor, and regression risk.
  • Handle Provision: use feature labs for workflow, source anchor, and regression risk.
  • Handle Resume: use feature labs for workflow, source anchor, and regression risk.
  • Handle Suspend: use feature labs for workflow, source anchor, and regression risk.
  • Initialize Credit Bucket: use feature labs for workflow, source anchor, and regression risk.
  • Seed Tenant Data: use feature labs for workflow, source anchor, and regression risk.
  • TENANT_SCHEMA_SQL: use feature labs for workflow, source anchor, and regression risk.
  • TENANT_WORKER_BUNDLE: use feature labs for workflow, source anchor, and regression risk.
  • wrangler.toml manifest: use feature labs for workflow, source anchor, and regression risk.

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-provisioning --target <target> --out ./skills

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