Why Use This This skill provides specialized capabilities for jeremylongshore's codebase.
Use Cases Developing new features in the jeremylongshore repository Refactoring existing code to follow jeremylongshore standards Understanding and working with jeremylongshore's codebase structure
Install Guide 2 steps 1 2 Install inside Ananke
Click Install Skill, paste the link below, then press Install.
https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/lindy-pack/skills/lindy-upgrade-migration Skill Snapshot Auto scan of skill assets. Informational only.
Valid SKILL.md Checks against SKILL.md specification
Source & Community
Updated At Mar 13, 2026, 04:23 AM
Skill Stats
SKILL.md 60 Lines
Total Files 2
Total Size 1.7 KB
License MIT
---
name: lindy-upgrade-migration
description: |
Manage Lindy SDK upgrades and migrate between versions.
Use when upgrading SDK versions, migrating agents,
or handling breaking changes.
Trigger with phrases like "upgrade lindy", "lindy migration",
"lindy breaking changes", "update lindy SDK".
allowed-tools: Read, Write, Edit, Bash(npm:*)
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
compatible-with: claude-code, codex, openclaw
---
# Lindy Upgrade & Migration
## Overview
Guide for safely upgrading Lindy SDK versions and migrating configurations.
## Prerequisites
- Current SDK version identified
- Changelog reviewed for target version
- Backup of current configuration
- Test environment available
## Instructions
### Step 1: Check Current Version
### Step 2: Review Breaking Changes
### Step 3: Update Dependencies
### Step 4: Update Code
### Step 5: Run Migration Tests
For detailed implementation code and configurations, load the reference guide:
`Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)`
## Migration Checklist
## Output
- Updated SDK to target version
- Migrated code patterns
- Passing test suite
- Documented changes
## Error Handling
| Issue | Cause | Solution |
|-------|-------|----------|
| Import error | Named exports changed | Check new import syntax |
| Type error | Interface changed | Update TypeScript types |
| Runtime error | Method signature changed | Check new API |
## Examples
### Automated Migration Script
## Resources
- [Lindy Changelog](https://docs.lindy.ai/changelog)
- [Migration Guide](https://docs.lindy.ai/migration)
- [SDK Reference](https://docs.lindy.ai/sdk)
## Next Steps
Proceed to Pro tier skills for advanced features.