guidewire-pack

v1.25.0 by Jeremy Longshore

Complete Guidewire integration skill pack with 24 skills covering InsuranceSuite, PolicyCenter, ClaimCenter, and insurance platform development. Flagship tier vendor pack.

24 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install guidewire-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 10 production-engineer Claude Code skills for Guidewire InsuranceSuite. Each skill addresses real Cloud API failure modes — token storms, checksum 409s, blocked binds, FNOL dedup, secret rotation — not tutorial walk-throughs.

Skills (10) plugin-local skills

guidewire-ci-cd-pipeline View full skill →

Ship Gosu code and configuration changes through Guidewire Cloud Console deployment slots without breaking running policies — Gosu compile + GUnit + lint gates per PR, config-package promotion dev→UAT→prod, schema-change rollouts with rollback hazards documented, canary deploy for high-risk changes, and the rollback decision tree when a release affects already-bound policies.

ReadWriteEditBash(gradle:*)Bash(curl:*)Bash(jq:*)Bash(git:*)GrepGlob
guidewire-core-workflow-a View full skill →

Automate the PolicyCenter account→submission→quote→bind→issue→endorse→renew pipeline including the failure paths — underwriting issues blocking bind, quotes expiring before bind, referrals stuck pending approval, and mid-term endorsements that trigger unexpected premium audit recalculation.

ReadWriteEditBash(curl:*)Bash(jq:*)Grep
guidewire-core-workflow-b View full skill →

Automate the ClaimCenter FNOL→investigation→reserve→payment→settlement→close pipeline including the failure paths — duplicate FNOL from multi-source intake, reserve-must-precede-payment ordering, supervisor-authorization tiers, premature settlement, and reopen-vs-new-claim ambiguity.

ReadWriteEditBash(curl:*)Bash(jq:*)Grep
guidewire-install-auth View full skill →

Authenticate production Guidewire Cloud API integrations and survive the auth-side failures — token expiry storms, scope drift, private-CA PKIX errors, secret rotation.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(java:*)Bash(keytool:*)Bash(openssl:*)Grep
guidewire-local-dev-loop View full skill →

Iterate on Gosu rules and configuration without paying the full 5–15 minute runServer rebuild every time.

ReadWriteEditBash(gradle:*)Bash(java:*)Bash(jdb:*)GrepGlob