MI

migrate-honcho

It updates legacy Honcho code to version 2.1.1 by replacing deprecated methods and migrating to a new async architecture.

Install

mkdir -p .claude/skills/migrate-honcho && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3663" && unzip -o skill.zip -d .claude/skills/migrate-honcho && rm skill.zip

Installs to .claude/skills/migrate-honcho

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Migrates Honcho Python SDK code from v1.6.0 to v2.1.1. Use when upgrading honcho package, fixing breaking changes after upgrade, or when errors mention AsyncHoncho, observations, Representation class, .core property, or get_config methods.
239 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Replace AsyncHoncho with.aio accessors
  • Convert observations to conclusions
  • Refactor representation handling
  • Update configuration getter/setter methods
  • Rewrite chat streams

How it works

It identifies specific deprecated methods (like.core or.get_config) and applies pattern-based search/replace to align with new async-native API structures.

Inputs & outputs

You give it
Legacy v1.6.0 Honcho code snippets.
You get back
Updated v2.1.1 compliant code.

When to use migrate-honcho

  • Upgrade Honcho SDK
  • Resolve breaking changes after upgrade
  • Fix async peer errors

About migrate-honcho

Updates legacy Honcho code by replacing deprecated methods, updating async architecture, and renaming core components to match v2.1.1 specifications.

Migrates Honcho Python SDK code from v1.6.0 to v2.0.0. Use when upgrading honcho package, fixing breaking changes after upgrade, or when errors mention AsyncHoncho, observations, Representation class, .core property, or get_config methods.

When not to use it

  • New projects starting with v2.1.1+
  • Legacy SDK maintenance

Limitations

  • Requires manual validation of streaming logic
  • Cannot migrate complex legacy bespoke logic

How it compares

It focuses on the structural architectural shifts (async handling) rather than just simple function renaming.

Compared to similar skills

migrate-honcho side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
migrate-honcho (this skill)14moNo flagsIntermediate
clojure-write163moNo flagsIntermediate
add-uint-support189moNo flagsIntermediate
python-design-patterns192moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry