From guidewire-pack
Optimizes Guidewire performance via Gosu query tuning, batch processing, caching, and JVM heap configuration. Useful for slow queries or high-latency issues.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin guidewire-packThis skill is limited to using the following tools:
Optimize Gosu queries: use Query API with proper filters (avoid loading all entities), batch processing with BatchProcessBase, cache frequently accessed reference data, tune JVM heap via GCC. Monitor via GCC > Performance dashboard.
Optimizes Guidewire Cloud costs: manage licenses, reduce API calls with caching/bulk endpoints, right-size compute, schedule batches off-peak, monitor via GCC.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Optimize Gosu queries: use Query API with proper filters (avoid loading all entities), batch processing with BatchProcessBase, cache frequently accessed reference data, tune JVM heap via GCC. Monitor via GCC > Performance dashboard.
For detailed implementation, see: implementation guide