langchain-upgrade-migration

Manage LangChain SDK upgrades and migrations.

Content Preview
---
name: langchain-upgrade-migration
description: |
  Manage LangChain SDK upgrades and migrations.
  Use when upgrading LangChain versions, migrating from legacy patterns,
  or updating to new APIs after breaking changes.
  Trigger with phrases like "upgrade langchain", "langchain migration",
  "langchain breaking changes", "update langchain version", "langchain 0.3".
allowed-tools: Read, Write, Edit, Bash(pip:*), Grep
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolution
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/langchain-upgrade-migration.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/langchain-pack/skills/langchain-upgrade-migration/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/langchain-pack/skills/langchain-upgrade-migration/SKILL.md

Related Skills