How to Turn Claude Projects into Skills (Get Better Results)
If you have a Claude Project you rely on every day, you can rebuild it as a portable skill you actually own. This guide on how to turn Claude Projects into Skills walks through the exact steps I use, no coding required.Why Bother Converting a Project at All
A Claude Project is a workspace inside the Claude app. You give it custom instructions, upload some knowledge files, and every chat inside that project follows those rules. It works well, and I used projects for a long time. The catch is that a project lives in the app and stays there. You cannot pull it out as a file, move it to Claude Code, or back it up anywhere. The instructions you carefully tuned are locked to one place. A skill fixes that. Think of a skill as an SOP for AI, a single markdown file that teaches Claude how to do one task from start to finish. Because it is just a file, you own it and it travels with you anywhere. That ownership gap is the whole reason I made the switch, and I broke down the same ownership argument in my post on Claude Skills vs Custom GPTs.See How Skills Work First
Before the steps, here is a short walkthrough where I build and use a skill inside Claude Code. It makes the rest of this guide a lot easier to picture.What You Are Actually Moving
Before the steps, get clear on what a project holds, because you are rebuilding three pieces. The first piece is the custom instructions, the standing rules you typed into the project settings. The second is the knowledge, meaning the files or reference text you uploaded. The third is the unwritten part, the way you actually prompt the project once you are inside it. A skill needs all three in one place. There is no one-click export that converts a project into a skill, so this is a manual rebuild. The good news is it takes minutes once you know the shape.Step 1: Pull Your Project Instructions
Open the project and copy its custom instructions out of the settings. Paste them into a plain text file for now. Read them with fresh eyes. Projects often collect vague rules over time, like "be helpful" or "use my brand voice." A skill rewards specifics, so tighten anything fuzzy into a concrete instruction Claude can actually follow.Step 2: Gather the Knowledge
Next, collect whatever the project used as reference. If you uploaded PDFs, grab the source content as text instead. This matters more than it looks. Claude reads markdown and plain text far more accurately than it reads PDFs, so save your reference material as markdown files. That one change alone made my outputs cleaner the day I figured it out.Step 3: Capture How You Actually Use It
This is the step most people skip, and it is the one that makes a skill great. Open the project, run your usual task, and pay attention to the prompts you type and the corrections you make. Those corrections are gold. Every time you tell the project "no, do it this way," that is a rule that belongs in your skill. Write them down as you go.Step 4: Write the SKILL.md File
Now you assemble the pieces into a single markdown file called SKILL.md. At the top it needs a short block with two fields, a name and a description.

