flowstate-epic-flowstate-community-example-hello-world-plugin
Package-local agent skill for @example/hello-world-plugin.
Tags
Publisher
Versions
1 version published — latest: 0.1.0
- 0.1.0publishedInvalid Date
Skill
example/hello-world-plugin Package Skill
Package: @example/hello-world-plugin
Repository: epic-flowstate-community
Path: examples/hello-world-plugin
Version: 0.1.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 Hello World Plugin
Status: Active
Purpose: Show the minimum app plugin shape for FlowState.
Scope: examples/hello-world-plugin.
Trigger: Need to explain, modify, or verify the hello-world plugin example.
Input: Plugin manifest, React component, and dev/build command context.
Output: A valid minimal FlowState plugin example.
Workflow
- Keep plugin identity in
flowstate.plugin.json. - Keep the default React export in
src/index.tsx; FlowState host loads it as the plugin component. - Use
yarn workspace @example/hello-world-plugin buildto verify Vite compilation. - Use
yarn workspace @example/hello-world-plugin devonly when an interactive FlowState dev host is intended.
Source Map
| File | Purpose |
|---|---|
flowstate.plugin.json | Plugin metadata consumed by the host. |
src/index.tsx | Default React component export. |
vite.config.ts | Vite build wiring. |
Verification
yarn workspace @example/hello-world-plugin build
Created: 2026-06-29
Package Skill Inventory
@example/hello-world-plugin Skill Inventory
| Skill | Use When |
|---|---|
flowstate-hello-world-plugin | Creating, verifying, or explaining the minimal FlowState plugin example. |
Review Gate
@example/hello-world-plugin Skills Review
Verdict: Pass with follow-ups.
Local skills cover the plugin manifest, React entry component, dev/build commands, and generated Dojo prototype caveat.
Verification
- ASCII and skill frontmatter checks passed.
yarn workspace @example/hello-world-plugin buildpassed.
Follow-Ups
- Rebuild generated
.flowstate/dojocontent from the reviewed local skill before publishing.
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 examples/hello-world-plugin/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-community-example-hello-world-plugin --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.