cross-hub-dispatcher-validator

Validates SignalAction contract and CrossHubActionDispatcher wiring across action types and target hubs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BruceTyndall/socelle-global --skill cross-hub-dispatcher-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-hub-dispatcher-validator
Source: https://github.com/BruceTyndall/socelle-global/tree/main/.agents/skills/cross-hub-dispatcher-validator
Command: npx skills add https://github.com/BruceTyndall/socelle-global --skill cross-hub-dispatcher-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures the integrity of the SignalAction contract and the correct wiring of the CrossHubActionDispatcher across different action types and target hubs, preventing integration errors.

Core Features & Use Cases

  • Contract Validation: Verifies that all necessary fields exist within the SignalAction contract.
  • Dispatcher Wiring Check: Confirms that all required action_type variants are correctly handled by the CrossHubActionDispatcher.
  • Use Case: After modifying the CrossHubActionDispatcher.tsx component or related action types, use this skill to automatically verify that no breaking changes were introduced and that all signal-to-action flows remain functional.

Quick Start

Run the cross-hub-dispatcher-validator skill to verify the SignalAction contract and CrossHubActionDispatcher wiring.

Frequently Asked Questions about cross-hub-dispatcher-validator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a SignalAction contract in a TypeScript React application?

To validate a SignalAction contract in a TypeScript React application, run this Skill to verify that all necessary fields exist within the contract and ensure the signal-to-action flow remains functional after code modifications.

What is the best way to check CrossHubActionDispatcher wiring across action types?

Checking CrossHubActionDispatcher wiring requires confirming that all required action_type variants are correctly handled across target hubs, preventing integration errors. This Skill automates that verification process for your React components.

How do I verify dispatcher wiring after modifying CrossHubActionDispatcher.tsx?

After modifying CrossHubActionDispatcher.tsx, run this Skill to automatically verify that no breaking changes were introduced. It checks the dispatcher wiring and validates the SignalAction contract to prevent integration errors.

Does this dispatcher validation work without external dependencies?

Yes, this dispatcher validation works entirely through its internal scripts without requiring any external dependencies, allowing you to verify your SignalAction contract and CrossHubActionDispatcher wiring directly.

When do I need to validate signal-to-action flow code in SOCELLE-WEB?

You need to validate signal-to-action flow code in SOCELLE-WEB whenever you modify the CrossHubActionDispatcher component or related action types, ensuring all required action_type variants are handled correctly across target hubs.

Why does my CrossHubActionDispatcher throw integration errors after updates?

CrossHubActionDispatcher integration errors often occur when required action_type variants are not correctly handled across target hubs or when SignalAction contract fields are missing. Run this validation to identify and prevent these breaking changes.