AgentStack
SKILL verified Apache-2.0 Self-run

Fetcher Eventbus

skill-ahoo-wang-skills-fetcher-eventbus · by Ahoo-Wang

>

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-ahoo-wang-skills-fetcher-eventbus

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Fetcher Eventbus? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

fetcher-eventbus

Use This Skill When

  • The task mentions event bus, event handlers, broadcasts, or cross-tab communication.
  • The task needs serial versus parallel event execution semantics.
  • The task involves BroadcastChannel, storage fallback messaging, or cross-tab sync.
  • The task needs handler ordering, duplicate-name prevention, or once-only handlers.

Workflow

  1. Choose SerialTypedEventBus when ordering and sequential side effects matter.
  2. Choose ParallelTypedEventBus when handlers are independent and latency matters.
  3. Choose BroadcastTypedEventBus or a cross-tab messenger for browser-tab synchronization.
  4. Give handlers stable names and explicit order values when behavior must be predictable.
  5. Load references/api.md for interface details, messenger fallback behavior, and examples.

Key Practices

  • Use one event type per focused bus unless a multi-type router materially reduces duplication.
  • Treat handler names as identifiers, not labels; duplicate names are rejected.
  • Call cleanup functions or destroy() for long-lived UI and test code.

References

  • references/api.md: Detailed package API, examples, and edge-case guidance. Load it only when the task needs TypedEventBus contracts, event handler fields, serial/parallel/broadcast examples, messenger APIs, and fallback chains.

Related Skills

  • $fetcher-storage: Use when eventing is tied to persistent key-value state.
  • $fetcher-react-hooks: Use when React components subscribe to event buses.
  • $fetcher-cosec-auth: Use when auth token or device storage changes must broadcast.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.