skill-to-prompt

Convert Claude SKILL.md files into ChatGPT Project instruction and knowledge .docx files.

49|19|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/realjaymes/marketingagentskills --skill skill-to-prompt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-to-prompt
Source: https://github.com/realjaymes/marketingagentskills/tree/main/skills/skill-to-prompt
Command: npx skills add https://github.com/realjaymes/marketingagentskills --skill skill-to-prompt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates converting Claude skill directories (SKILL.md + references) into a ChatGPT Project format, eliminating manual rewriting and restructuring of prompts and reference material for ChatGPT's Projects system.

Core Features & Use Cases

  • One-click conversion workflow: Extracts SKILL.md content and references, maps sections to a 9-component prompt formula, and packages a compact prompt instruction and a single consolidated knowledge .docx.
  • Docx generation & standards: Produces a prompt instruction document under 8,000 characters and a single, well-formatted knowledge file following consistent Arial/docx styling rules.
  • Use case: When you need to migrate a Claude skill to a ChatGPT Project, run this Skill to get the instruction text ready for the Instructions field and a complete reference .docx to upload.

Quick Start

Use the skill-to-prompt converter to transform the Claude skill at ~/.claude/skills/copywriting into a ChatGPT Project (prompt instructions + single knowledge .docx).

Frequently Asked Questions about skill-to-prompt

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

FAQPage Schema
How do I convert a Claude skill to a ChatGPT Project?

To convert a Claude skill to a ChatGPT Project, this tool extracts your SKILL.md and reference files, mapping them to a 9-component prompt formula that generates a condensed instruction file and a consolidated knowledge .docx.

What is the character limit for ChatGPT Project prompt instructions?

ChatGPT Project prompt instructions generated by the conversion process are strictly kept under an 8,000 character limit, ensuring the condensed .docx file fits cleanly into the ChatGPT system instructions field.

Can I migrate Claude skill references into a single ChatGPT knowledge file?

Yes, you can migrate Claude skill references into a single ChatGPT knowledge file. The converter consolidates all extracted reference content, scripts, and assets into one well-formatted .docx document for easy upload.

Do I need Node.js to generate docx files for ChatGPT Projects?

You need Node.js to execute the included docx-generator.js script, which handles docx generation and applies consistent Arial formatting standards to your prompt instruction and knowledge files during the conversion.

What's the best way to restructure a SKILL.md file for ChatGPT?

The best way to restructure a SKILL.md file for ChatGPT is to map its existing sections to a structured 9-component prompt formula, automatically condensing the text while preserving core instructions and reference material.

Are there limitations when migrating complex Claude skills with multiple scripts?

When migrating complex Claude skills, the converter treats scripts and assets purely as reference material, consolidating them into a single knowledge .docx rather than preserving them as executable code within the ChatGPT Project environment.