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".
Scanned 9/10/2026
Install to Claude Code
npx -y skills add micsapp/micstec-skills --skill lindy-upgrade-migration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lindy Upgrade Migration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/micsapp-lindy-upgrade-migration)More formats (shields.io, HTML) on the badges page.
---
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.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!