claude-command-converter

Convert Claude Code commands into portable SKILL.md files.

120|25|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/dceoy/speckit-agent-skills --skill claude-command-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-command-converter
Source: https://github.com/dceoy/speckit-agent-skills/tree/main/skills/claude-command-converter
Command: npx skills add https://github.com/dceoy/speckit-agent-skills --skill claude-command-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Migrates Claude Code commands into portable, runtime-agnostic skills that work across Claude Code, Codex CLI, Copilot, and other runtimes.

Core Features & Use Cases

  • Migration: Transform existing .claude/commands/.md into skills//SKILL.md to standardize definitions.
  • Portability: Create self-contained skill folders that work across runtimes.
  • Guided conversion: Preserve metadata while removing runtime-specific references.

Quick Start

Run the Claude command converter on a sample .claude/commands/<name>.md to generate skills/<name>/SKILL.md and inspect the result.

Frequently Asked Questions about claude-command-converter

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

FAQPage Schema
How do I convert Claude Code commands into portable skills?

To convert Claude Code commands into portable skills, apply the converter to .claude/commands/*.md files to generate skills/<skill-name>/SKILL.md. The process preserves workflow logic while removing runtime-specific constructs for cross-runtime use.

What is a portable, runtime-agnostic agent skill?

A portable, runtime-agnostic agent skill is a self-contained SKILL.md definition that works across Claude Code, Codex CLI, Copilot, and other runtimes. It uses standard frontmatter with name and description instead of runtime-specific constructs.

Does converting Claude commands to skills preserve the original workflow?

Yes, converting Claude commands to skills preserves the original workflow. The transformation retains core processing logic and metadata while stripping runtime-specific references to ensure cross-runtime portability.

Can I use converted skills across Claude Code, Codex CLI, and Copilot?

Yes, converted skills work across Claude Code, Codex CLI, Copilot, and other runtimes. The conversion removes runtime-specific constructs and generates a standardized SKILL.md format for cross-runtime compatibility.

What frontmatter is required in a generated SKILL.md file?

A generated SKILL.md file requires frontmatter containing name and description fields. This standardized metadata replaces runtime-specific constructs while preserving the original command workflow.

When do I need to migrate .claude/commands files to the skills format?

You need to migrate .claude/commands files to the skills format when standardizing command definitions for use across multiple runtimes like Codex CLI or Copilot, rather than remaining restricted to Claude Code alone.