From guidewire-pack
Sets up Guidewire Studio local dev loop with Gosu debugging, breakpoints, hot reloads, GUnit tests, and test data loading via Gradle runServer.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin guidewire-packThis skill is limited to using the following tools:
Guidewire Studio (IntelliJ-based): Gosu debugging with breakpoints, hot deploy of Gosu changes, GUnit tests, local test data via sample data loader. Use gradle runServer for local InsuranceSuite instance.
Configures Guidewire CI/CD pipelines with Gradle Gosu compilation, GUnit tests, config builds, and GCC API deployments for GitHub Actions or Jenkins.
Sets up Node.js/TypeScript Groq SDK projects with tsx hot reload, Vitest unit/integration tests, mocking, and singleton client for fast dev loops.
Generates bash scripts for dev server lifecycle (start/stop/status/ports) from detected project structure and package manager (pnpm/bun/yarn/npm/Cargo/Go).
Share bugs, ideas, or general feedback.
Guidewire Studio (IntelliJ-based): Gosu debugging with breakpoints, hot deploy of Gosu changes, GUnit tests, local test data via sample data loader. Use gradle runServer for local InsuranceSuite instance.
For detailed implementation, see: implementation guide