MI

migrate-honcho-ts

Upgrades Honcho TypeScript SDK v1.6.0 to v2.1.1. Handles breaking API changes, dependency removal, and method renames.

Install

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

Installs to .claude/skills/migrate-honcho-ts

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 TypeScript SDK code from v1.6.0 to v2.1.1. Use when upgrading @honcho-ai/sdk, fixing breaking changes after upgrade, or when errors mention removed APIs like .core, getConfig, observations, or snake_case properties.
231 chars✓ has a “when” trigger
Advanced

Key capabilities

  • Update SDK dependencies
  • Migrate API calls from .core to .http
  • Rename configuration methods
  • Convert snake_case to camelCase
  • Update streaming patterns
  • Refactor observation terminology to conclusions

How it works

The skill provides a mapping of breaking changes between SDK versions, including API renames, terminology shifts, and structural changes like the removal of the .core dependency.

Inputs & outputs

You give it
Honcho SDK v1.6.0 code
You get back
Honcho SDK v2.1.1 compliant code

When to use migrate-honcho-ts

  • Upgrade @honcho-ai/sdk from v1.6.0 to v2.1.1
  • Fix errors related to removed .core API
  • Rename configuration methods like getConfig to getConfiguration
  • Refactor snake_case properties to camelCase

About migrate-honcho-ts

Updates package dependencies by removing @honcho-ai/core and migrates SDK code to v2.1.1. It automates common breaking changes including configuration method renaming, terminology shifts from Deriver to Queue, and migrating from snake_case to camelCase.

Migrates Honcho TypeScript SDK code from v1.6.0 to v2.0.0. Use when upgrading @honcho-ai/sdk, fixing breaking changes after upgrade, or when errors mention removed APIs like .core, getConfig, observations, or snake_case properties.

When not to use it

  • Projects not using @honcho-ai/sdk

Limitations

  • Requires manual code refactoring based on provided patterns
  • Polling patterns for queue status must be redesigned

How it compares

It automates the identification of breaking changes that would otherwise require manual review of the entire codebase.

Compared to similar skills

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

SkillInstallsUpdatedSafetyDifficulty
migrate-honcho-ts (this skill)14moNo flagsAdvanced
agent-implementer-sparc-coder16moReviewIntermediate
turborepo612moReviewIntermediate
codex-skill125moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

agent-implementer-sparc-coder

ruvnet

Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder

11

turborepo

vercel

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

61191

codex-skill

feiskyer

Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.

12110

typescript

lobehub

TypeScript code style and optimization guidelines. Use when writing TypeScript code (.ts, .tsx, .mts files), reviewing code quality, or implementing type-safe patterns. Triggers on TypeScript development, type safety questions, or code style discussions.

2877

run-nx-generator

nrwl

Run Nx generators with prioritization for workspace-plugin generators. Use this when generating code, scaffolding new features, or automating repetitive tasks in the monorepo.

571

zod-4

prowler-cloud

Zod 4 schema validation patterns. Trigger: When creating or updating Zod v4 schemas for validation/parsing (forms, request payloads, adapters), including v3 -> v4 migration patterns.

1260

Search skills

Search the agent skills registry