kimchi:convert

Convert Claude Code plugins into OpenCode and Codex formats.

8|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Tromml/kimchi --skill kimchi-convert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kimchi:convert
Source: https://github.com/Tromml/kimchi/tree/main/plugins/kimchi/skills/convert
Command: npx skills add https://github.com/Tromml/kimchi --skill kimchi-convert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires citty, js-yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of adapting Claude Code plugins for use with other AI development platforms like OpenCode and Codex, saving developers significant manual conversion effort.

Core Features & Use Cases

  • Cross-Platform Compatibility: Transforms Claude Code plugin structures into formats compatible with OpenCode and Codex.
  • Bundled CLI Tool: Leverages a dedicated command-line interface (CLI) for the conversion process.
  • Use Case: You have a custom Claude Code plugin and need to integrate its functionality into a project using OpenCode. This Skill handles the conversion, generating the necessary configuration and files for OpenCode.

Quick Start

Use the kimchi:convert skill to convert the current plugin to OpenCode format.

Frequently Asked Questions about kimchi:convert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Claude Code plugins to OpenCode or Codex formats?

You can convert a Claude Code plugin to OpenCode or Codex format by running the bundled converter CLI, which handles path resolution and outputs the compatible configuration files to your specified directory.

Do I need bun runtime to convert Claude Code plugins for OpenCode?

Yes, converting Claude Code plugins for OpenCode requires the bun runtime because the converter CLI checks for bun availability and uses `bun install` to set up dependencies before executing the format transformation.

Can I convert a Claude Code plugin to both OpenCode and Codex formats at the same time?

Yes, the converter CLI supports executing conversion commands for 'both' formats simultaneously, transforming your Claude Code plugin into OpenCode and Codex compatible files in a single run.

What are the known limitations when converting Claude Code plugins to Codex format?

The converter CLI reports known limitations after executing the Claude Code plugin conversion to Codex or OpenCode format, ensuring developers are aware of structural or functional constraints that may not fully transfer across platforms.