claude-agent-converter

Convert Claude Code subagents into portable Agent Skills format.

2|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/dceoy/ai-coding-agent-skills --skill claude-agent-converter
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-agent-converter
Source: https://github.com/dceoy/ai-coding-agent-skills/tree/main/skills/claude-agent-converter
Command: npx skills add https://github.com/dceoy/ai-coding-agent-skills --skill claude-agent-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of migrating Claude Code subagents to a portable skill format, allowing for reuse across various AI coding runtimes.

Core Features & Use Cases

  • Migrating Subagents: Converts Claude Code subagents to standard Agent Skills format.
  • Extracting Workflows: Extracts reusable workflows from subagent definitions.
  • Portable Skills: Creates portable skills from Claude Code-specific agents.
  • Standardization: Standardizes agent definitions for use with Claude Code, Codex CLI, Cursor CLI, and other runtimes.
  • Use Case: Use this Skill to convert a Claude Code subagent into a skill that can be easily shared and used with different AI coding runtimes.

Quick Start

Convert the subagent 'my-agent' by running the following command: claude-agent-converter --source .claude/agents/my-agent.md

Frequently Asked Questions about claude-agent-converter

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

FAQPage Schema
How do I convert Claude Code subagents to portable Agent Skills format?▼

To convert Claude Code subagents to portable Agent Skills, run the converter script targeting your subagent file path. It extracts and restructures workflows from subagent definitions, ensuring cross-runtime compatibility for various AI coding environments.

What is the difference between a Claude Code subagent and a portable Agent Skill?▼

A Claude Code subagent is specific to the Claude Code environment, while a portable Agent Skill is a standardized format that extracts and restructures workflows for cross-runtime use across AI coding environments like Codex CLI and Cursor CLI.

Can I use converted Agent Skills with other AI coding runtimes like Codex CLI or Cursor CLI?▼

Yes, converted Agent Skills are designed for cross-runtimes compatibility. The tool standardizes subagent definitions, allowing the extracted workflows to be shared and reused across different AI coding environments like Codex CLI and Cursor CLI.

What do I need to migrate a Claude Code subagent to a cross-runtime skill?▼

You need your Claude Code subagent files and the appropriate mode specification for conversion. Point the converter command to your subagent file path to extract reusable workflows and generate a portable skill format.

When do I need to extract workflows from subagent definitions?▼

You need to extract workflows from subagent definitions when you want to migrate Claude Code subagents to a portable skill format for reuse across different AI coding runtimes, rather than being locked into a single environment.