Learn-skills.dev agently-migration-playbook

Use when the user wants to migrate an existing LangChain or LangGraph system and the first decision is whether the source problem is agent-side or orchestration-side.

install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/agentera/agently-skills/agently-migration-playbook" ~/.claude/skills/neversight-learn-skills-dev-agently-migration-playbook && rm -rf "$T"
manifest: data/skills-md/agentera/agently-skills/agently-migration-playbook/SKILL.md
source content

Agently Migration Playbook

Use this skill first for migration requests with unresolved migration ownership.

Native-First Rules

  • classify the source system before giving implementation steps
  • route LangChain agent-side work to
    agently-langchain-to-agently
  • route LangGraph orchestration work to
    agently-langgraph-to-triggerflow

Anti-Patterns

  • do not mix LangChain and LangGraph migration guidance in one undifferentiated answer
  • do not redesign the target stack before mapping the source surface

Read Next

  • references/overview.md