Claude Code Plugin
Use Honcho to build with Honcho! The plugin provides claude code persistent memory that survives context wipes and session restarts./honcho-dev:integrate directly after installing.
See the full Claude Code integration guide for setup details.
Agent Skills
We provide agent skills for coding assistants like Claude Code, Cursor, Windsurf, and others.Available Skills
honcho-integration
For new integrations. This skill helps you add Honcho to an existing Python or TypeScript codebase. It provides a guided, interactive experience:- Explores your codebase to understand your language, framework, and existing AI/LLM integrations
- Interviews you about which entities should be peers, your preferred integration pattern, and session structure
- Implements the integration based on your answers—installing the SDK, creating peers, configuring sessions, and wiring up the chat endpoint
- Verifies the setup to ensure everything is configured correctly
/honcho-integration in your coding agent.
migrate-honcho-py / migrate-honcho-ts
For SDK upgrades. Migrates code from v1.6.0 to v2.0.0 (required for Honcho 3.0.0+). Use when upgrading the SDK or seeing errors about removed APIs likeobservations, Representation, .core, or get_config.
Both skills handle: terminology changes (Observation → Conclusion), Representation class removal, method renames, and streaming API updates.
| Python | TypeScript |
|---|---|
/migrate-honcho-py | /migrate-honcho-ts |
AsyncHoncho → .aio accessor | @honcho-ai/core removal |
snake_case → camelCase |