jeremylongshore / guidewire-deploy-integration
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-deploy-integration && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3530" && unzip -o skill.zip -d .claude/skills/guidewire-deploy-integration && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/guidewire-deploy-integration/ 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.
Deploy Guidewire InsuranceSuite integrations to Guidewire Cloud Platform. Use when deploying configuration packages, managing releases, or implementing blue-green deployments. Trigger with phrases like "deploy guidewire", "guidewire cloud deployment", "release management", "configuration deployment", "guidewire promotion".
Skill Content
--- name: guidewire-deploy-integration description: | Deploy Guidewire integrations to Cloud Platform with configuration packages and release management. Trigger: "guidewire deploy integration", "deploy-integration". 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 Deploy Integration ## Overview Deploy via GCC: build configuration package with gradle, upload to GCC > Deployments, promote through environments (dev > staging > prod). Use deployment slots for zero-downtime releases. Rollback via GCC if issues detected. 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/)