atomic

flowstate-dojo-platform-epicdm-worker-marketplace-api

Package-local agent skill for @epicdm/worker-marketplace-api.

Tags

Publisher

Versions

1 version published — latest: 1.0.0

  • 1.0.0
    publishedInvalid Date

Skill

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

Package identity:

  • Package: @epicdm/worker-marketplace-api
  • Repository: flowstate-platform
  • Version authority: package.json (1.0.0)
  • Dojo course: flowstate-dojo-platform-epicdm-worker-marketplace-api

How to use the package:

  • Purpose: # @epicdm/worker-marketplace-api Cloudflare Worker powering the FlowState Marketplace API. Handles public marketplace listings, templates, extensions, developer enrollment, publishing, purchases, and reviews.
  • 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:

  • adminFederationRoutes
  • adminRoutes
  • cronRoutes
  • developerAccount
  • developerApps
  • developerSigningKeys
  • developerUploadPutRoutes
  • developerUploadUrlRoutes
  • enrollmentRoutes
  • listingActions
  • publicSigningKeys
  • publishingRoutes
  • purchaseRoutes
  • reviewRoutes
  • vsxDownload
  • vsxExtension
  • vsxRoutes
  • toVsxExtensionResponse
  • toVsxVersionResponse
  • getBaseUrl
  • vsxNamespace
  • vsxQuery
  • vsxReviews
  • VsxFilesSchema
  • VsxExtensionResponseSchema
  • VsxSearchResultSchema
  • VsxNamespaceResponseSchema
  • VsxVersionResponseSchema
  • VsxQueryRequestSchema
  • VsxSearchQuerySchema

Composable feature skilllets:

  • No package-local feature skilllets were captured in the current feature matrix audit.

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-worker-marketplace-api --target <target> --out ./skills

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