From guidewire-pack
Execute first API calls to Guidewire PolicyCenter, ClaimCenter, and BillingCenter. Use when testing initial connectivity, exploring API structure, or making your first insurance data requests. Trigger with phrases like "guidewire hello world", "first guidewire call", "test policycenter api", "guidewire api example".
How this skill is triggered — by the user, by Claude, or both
Slash command
/guidewire-pack:guidewire-hello-worldThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute your first API calls to Guidewire InsuranceSuite Cloud APIs - PolicyCenter, ClaimCenter, and BillingCenter.
Execute your first API calls to Guidewire InsuranceSuite Cloud APIs - PolicyCenter, ClaimCenter, and BillingCenter.
guidewire-install-auth setupTOKEN=$(curl -s -X POST "${GW_HUB_URL}/oauth/token" \
// Gosu script to query PolicyCenter data
All Guidewire Cloud APIs follow this structure:
// Get single resource
For detailed implementation code and configurations, load the reference guide:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Error | Cause | Solution |
|---|---|---|
404 Not Found | Invalid endpoint or resource ID | Verify endpoint path and ID format |
400 Bad Request | Invalid request payload | Check required fields and data types |
422 Unprocessable | Business rule violation | Review validation errors in response |
409 Conflict | Concurrent modification | Retry with updated checksum |
415 Unsupported Media | Wrong content type | Use application/json |
For local development workflow, see guidewire-local-dev-loop.
Basic usage: Apply guidewire hello world to a standard project setup with default configuration options.
Advanced scenario: Customize guidewire hello world for production environments with multiple constraints and team-specific requirements.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
4plugins reuse this skill
First indexed Jul 11, 2026
npx claudepluginhub aiminnovations/claude-code-plugins-plus --plugin guidewire-pack