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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/guidewire-pack:guidewire-performance-tuningThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin guidewire-packOptimizes Guidewire Cloud costs: manage licenses, reduce API calls with caching/bulk endpoints, right-size compute, schedule batches off-peak, monitor via GCC.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.