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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/guidewire-pack:guidewire-local-dev-loopThis 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 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.
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
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin guidewire-packConfigures Guidewire CI/CD pipelines with Gradle Gosu compilation, GUnit tests, config builds, and GCC API deployments for GitHub Actions or Jenkins.
Generates a complete local development setup guide for any service or project, walking a new engineer from zero to passing tests in under 30 minutes.
Sets up Node.js/TypeScript Groq SDK projects with tsx hot reload, Vitest unit/integration tests, mocking, and singleton client for fast dev loops.