How to Edit and Update Skills
Three ways to update a skill: edit SKILL.md by hand, ask Claude in chat, or use the built-in “Edit with Claude” button in claude.ai.
Three ways to edit a skill
Once a skill is installed you will need to update it as your workflow evolves. All three methods below edit the same SKILL.md file — choose whichever fits how you work.
Option 1: edit by hand
Open the SKILL.md file in any editor, make your changes, and save. Claude picks up the updated skill on the next invocation — no restart needed.
For example, here's a /commit skill being updated to also push to origin:
/commit in Claude Code straight away — Claude loads the file fresh on each invocation, so no reload step is required.Option 2: ask Claude in chat
Open any Claude chat, paste the current SKILL.md content, and tell Claude what to change. Copy the updated content back into the file.
Option 3: “Edit with Claude” in claude.ai
On claude.ai/customize/skills, open any skill and click the ••• menu in the top-right corner. The dropdown gives you five options:
| Menu option | What it does |
|---|---|
| Try in chat | Opens a new chat with the skill already loaded — useful for quick testing before or after an edit. |
| Edit with Claude | Opens a guided Claude chat where you describe the change; Claude updates the SKILL.md content for you. |
| Replace | Upload a new SKILL.md file from your computer to overwrite the current version. |
| Download | Download the current SKILL.md (and any supporting files) as a zip — good for backups or version control. |
| Uninstall | Remove the skill from your account entirely. |
When to use each approach
- Precise one-line tweaks
- Working locally in a terminal
- Skill is version-controlled in Git
- You know exactly what to change
- You have browser open anyway
- Want Claude to rewrite the description
- Iterating on instructions quickly
- Skill doesn't have many supporting files
- Updating a skill installed via claude.ai
- Complex instruction rewrite
- Want changes saved back automatically
- Quickest path when already in claude.ai
/skill-name in Claude Code or click “Try in chat” in claude.ai to confirm the skill behaves as expected before relying on it in your workflow.What's Next
Editing skills is straightforward. Next: a curated list of the most useful skills for developers, ready to adapt for your own projects.