npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@intentsolutionsio/guidewire-pack

v1.0.0

Published

Claude Code skill pack for Guidewire InsuranceSuite - 24 skills covering PolicyCenter, ClaimCenter, BillingCenter, and insurance operations

Readme

Guidewire Skill Pack

24 production-ready Claude Code skills for Guidewire InsuranceSuite -- real Cloud API calls, Gosu patterns, and PolicyCenter/ClaimCenter/BillingCenter workflows.

What This Is

A complete skill pack for building, deploying, and operating Guidewire InsuranceSuite integrations. Every skill contains real Guidewire Cloud API code: OAuth2 authentication via Guidewire Hub, policy lifecycle management, claims processing (FNOL through settlement), and Gosu server-side patterns. Uses actual Cloud API endpoints (/account/v1/accounts, /job/v1/submissions, /claim/v1/claims).

Installation

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

Skills

Standard Skills (S01-S12)

| # | Skill | What It Does | |---|-------|-------------| | S01 | guidewire-install-auth | Guidewire Hub OAuth2, Cloud Console setup, JWT token acquisition | | S02 | guidewire-hello-world | First API calls to PolicyCenter, ClaimCenter, BillingCenter | | S03 | guidewire-local-dev-loop | Guidewire Studio, Gosu debugging, GUnit tests, local server | | S04 | guidewire-sdk-patterns | REST API Client, Jutro Digital SDK, Gosu entity patterns | | S05 | guidewire-core-workflow-a | Policy lifecycle: account -> submission -> quote -> bind -> issue | | S06 | guidewire-core-workflow-b | Claims lifecycle: FNOL -> investigation -> reserve -> payment -> settle | | S07 | guidewire-common-errors | Fix 400/401/403/404/409/422, Gosu exceptions, validation errors | | S08 | guidewire-debug-bundle | Cloud API diagnostics, Gosu stack traces, GCC logs | | S09 | guidewire-rate-limits | Cloud API quotas, batch endpoints, throttling management | | S10 | guidewire-security-basics | OAuth2 JWT, API roles, Gosu secure coding, SAML SSO | | S11 | guidewire-prod-checklist | Configuration promotion, GUnit tests, monitoring setup | | S12 | guidewire-upgrade-migration | Version upgrades, Gosu migration, Cloud environment management |

Pro Skills (P13-P18)

| # | Skill | What It Does | |---|-------|-------------| | P13 | guidewire-ci-integration | Gosu compilation, GUnit tests, configuration deployment pipelines | | P14 | guidewire-deploy-integration | GCC deployment, configuration packages, environment promotion | | P15 | guidewire-webhooks-events | App Events, SQS/SNS consumers, event-driven integration | | P16 | guidewire-performance-tuning | Gosu query optimization, batch processing, JVM tuning | | P17 | guidewire-cost-tuning | License management, compute right-sizing, API optimization | | P18 | guidewire-reference-architecture | Enterprise architecture with Jutro, DataHub, Integration Gateway |

Flagship Skills (F19-F24)

| # | Skill | What It Does | |---|-------|-------------| | F19 | guidewire-multi-env-setup | Dev/staging/prod with GCC configuration promotion | | F20 | guidewire-observability | GCC monitoring, log export, performance dashboards | | F21 | guidewire-incident-runbook | Production triage, batch failure recovery, escalation | | F22 | guidewire-data-handling | Entity management, data migration, GDPR purge rules | | F23 | guidewire-enterprise-rbac | API roles, user permissions, AD/SAML group mapping | | F24 | guidewire-migration-deep-dive | Self-managed to Cloud migration, data migration, cutover |

Key Guidewire Concepts

  • InsuranceSuite: PolicyCenter (policy admin) + ClaimCenter (claims) + BillingCenter (billing)
  • Cloud API: RESTful APIs with Swagger 2.0, OAuth2 JWT auth via Guidewire Hub
  • Gosu: JVM language for server-side business logic (custom rules, workflows, validations)
  • Jutro: React-based Digital Platform for building insurance portals
  • GCC: Guidewire Cloud Console for environment management, deployments, monitoring
  • API Roles: Endpoint-level permissions configured in GCC > Identity & Access

About Guidewire

Guidewire is the leading platform for P&C (Property & Casualty) insurance carriers:

  • PolicyCenter -- Policy administration (quoting, binding, issuance, endorsements)
  • ClaimCenter -- Claims management (FNOL through settlement)
  • BillingCenter -- Premium billing and payment processing
  • Jutro Digital Platform -- Modern frontend framework
  • Cloud Platform -- Managed infrastructure, APIs, and DevOps

Resources

License

MIT