jeremylongshore / guidewire-sdk-patterns
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/guidewire-sdk-patterns && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3525" && unzip -o skill.zip -d .claude/skills/guidewire-sdk-patterns && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/guidewire-sdk-patterns/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Master Guidewire SDK patterns including Digital SDK, REST API Client, and Gosu best practices. Use when implementing integrations, building frontends with Jutro, or writing server-side Gosu code. Trigger with phrases like "guidewire sdk", "digital sdk", "jutro sdk", "guidewire patterns", "gosu best practices", "rest api client".
Skill Content
--- name: guidewire-sdk-patterns description: | Master Guidewire SDK patterns: REST API Client, Jutro Digital SDK, and Gosu best practices. Trigger: "guidewire sdk patterns", "sdk-patterns". allowed-tools: Read, Write, Edit, Bash(curl:*), Bash(gradle:*), Grep version: 1.0.0 license: MIT author: Jeremy Longshore <jeremy@intentsolutions.io> tags: [saas, insurance, guidewire] compatible-with: claude-code --- # Guidewire Sdk Patterns ## Overview REST API Client for external integrations, Jutro Digital SDK for React frontends consuming Cloud APIs, Gosu patterns for server-side business logic (entity queries, validation rules, workflows). Use GW REST API Client library for type-safe API calls. For detailed implementation, see: [implementation guide](references/implementation-guide.md) ## Resources - [Guidewire Developer Portal](https://developer.guidewire.com/) - [Cloud API Reference](https://docs.guidewire.com/cloud/pc/202503/apiref/) - [Guidewire Cloud Console](https://gcc.guidewire.com) - [Gosu Language Guide](https://gosu-lang.github.io/)