atomic

flowstate-epic-flowstate-apps-epicdm-flowstate-app-marketing

Package-local agent skill for @epicdm/flowstate-app-marketing.

Tags

Publisher

Versions

1 version published — latest: 1.0.0

  • 1.0.0
    publishedInvalid Date

Skill

flowstate-app-marketing Package Skill

Package: @epicdm/flowstate-app-marketing Repository: epic-flowstate-apps Path: packages/flowstate-app-marketing 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 Marketing

Status: Active
Purpose: Guide agents through the Marketing micro-app.
Scope: Plugin, exports, dashboard, offers, campaigns, lead magnets, audiences, hooks, schemas, and utilities.
Trigger: Changes to /apps/marketing, package exports, marketing pages, or app-shell registration.
Input: Package source and host app context.
Output: Changes preserving route, exports, validation, and collection access patterns.


Workflow

  1. Read src/index.ts for public API.
  2. Check src/plugin.ts; id marketing, route /apps/marketing, base path /marketing.
  3. Use marketing-crud-hooks for useRecords patterns.
  4. Use marketing-offer-validation before changing forms or offer math.
  5. Verify with typecheck, build, and test scripts.

Created: 2026-06-30

Package Skill Inventory

Skill Inventory: flowstate-app-marketing

SkillTypeUse WhenSource
flowstate-app-marketingOrchestratorApp integration and exportssrc/index.ts, src/plugin.ts
marketing-crud-hooksWorkflowCollection hooks and mutationssrc/hooks/use*CRUD.ts
marketing-offer-validationReferenceForm schemas and offer calculationssrc/schemas/*, src/utils/offerCalculations.ts

Review Gate

Package Skills Review: flowstate-app-marketing

Pass. Skills are anchored in exports, hooks, Zod schemas, and offer calculation utilities. Writes are limited to this package .flowstate/skills.

Residual risk: package tests are placeholders.

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

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