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.0publishedInvalid 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
- Read
src/index.tsfor public API. - Check
src/plugin.ts; idmarketing, route/apps/marketing, base path/marketing. - Use
marketing-crud-hooksforuseRecordspatterns. - Use
marketing-offer-validationbefore changing forms or offer math. - Verify with typecheck, build, and test scripts.
Created: 2026-06-30
Package Skill Inventory
Skill Inventory: flowstate-app-marketing
| Skill | Type | Use When | Source |
|---|---|---|---|
flowstate-app-marketing | Orchestrator | App integration and exports | src/index.ts, src/plugin.ts |
marketing-crud-hooks | Workflow | Collection hooks and mutations | src/hooks/use*CRUD.ts |
marketing-offer-validation | Reference | Form schemas and offer calculations | src/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 ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.