atomic

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.0
    publishedInvalid 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

  1. Keep plugin identity in flowstate.plugin.json.
  2. Keep the default React export in src/index.tsx; FlowState host loads it as the plugin component.
  3. Use yarn workspace @example/hello-world-plugin build to verify Vite compilation.
  4. Use yarn workspace @example/hello-world-plugin dev only when an interactive FlowState dev host is intended.

Source Map

FilePurpose
flowstate.plugin.jsonPlugin metadata consumed by the host.
src/index.tsxDefault React component export.
vite.config.tsVite build wiring.

Verification

yarn workspace @example/hello-world-plugin build

Created: 2026-06-29

Package Skill Inventory

@example/hello-world-plugin Skill Inventory

SkillUse When
flowstate-hello-world-pluginCreating, 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 build passed.

Follow-Ups

  • Rebuild generated .flowstate/dojo content 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 ./skills

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