Open Claude Code and type:
"use /skill-creator and create [skill-name] using the following information:
[PASTE PROMPT HERE]
When you turn this into a skill make sure it has a /references folder for framework docs, an /assets folder for templates and swipe files, and the main SKILL markdown as the router that points to them. Split the prompt's knowledge into the appropriate reference files.
Before generating the skill, evaluate the mega-prompt for compatibility. If the prompt is too short, too narrow, or doesn't have enough structured knowledge to justify a multi-file skill, tell me directly and recommend either keeping it as a standalone prompt or expanding it first. If parts of the prompt would require heavy restructuring to fit the skill format, surface those concerns and ask clarifying questions before proceeding.
Also flag any reference or asset files that cannot be created from text alone. If a swipe file folder would need images, screenshots, audio samples, video references, or other non-text assets, do not generate placeholder files or fake content. Instead, list exactly which assets are missing, describe what each one should contain, and ask me to provide them before finalizing the skill."
One SKILL markdown trying to hold 10,000 words of instructions will choke. Splitting it into reference files keeps each piece focused and lets the model pull only what it needs per task.