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.zipInstalls 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.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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| migrate-honcho-ts (this skill) | 1 | 4mo | No flags | Advanced |
| agent-implementer-sparc-coder | 1 | 6mo | Review | Intermediate |
| turborepo | 61 | 2mo | Review | Intermediate |
| codex-skill | 12 | 5mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by plastic-labs
View all by plastic-labs →You might also like
agent-implementer-sparc-coder
ruvnet
Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder
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.
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.
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.
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.
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.