From guidewire-pack
Configures Guidewire App Events for InsuranceSuite entity changes and builds webhook consumers via AWS SQS/SNS for near-real-time event-driven processing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/guidewire-pack:guidewire-webhooks-eventsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guidewire App Events: configure outbound events in GCC for entity changes (claim created, policy issued). Events published to message queue (AWS SQS/SNS). Build event consumers that process InsuranceSuite state changes in near-real-time.
Guidewire App Events: configure outbound events in GCC for entity changes (claim created, policy issued). Events published to message queue (AWS SQS/SNS). Build event consumers that process InsuranceSuite state changes in near-real-time.
For detailed implementation, see: implementation guide
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin guidewire-packMonitors Guidewire InsuranceSuite via GCC for logs, metrics, tracing, batch processes, and API analytics. Exports to Datadog/Splunk; alerts on errors, failures, queues, latency.
Builds event-driven APIs with webhooks, Server-Sent Events, message brokers, event schemas, subscribers, retries, and dead-letter queues.
Designs reliable webhook systems using Stripe patterns: resource.action event naming, JSON envelope payloads, HMAC-SHA256 signing, exponential backoff retries, deduplication, and endpoint implementation.