← Back to list

julien-skill-renamer
by theflysurfer
Personal marketplace for developing and sharing custom Claude skills
⭐ 1🍴 0📅 Jan 21, 2026
SKILL.md
name: julien-skill-renamer description: "Rename a skill across the marketplace. Use when: user wants to rename a skill, change skill name, or refactor skill naming." license: Apache-2.0 metadata: author: "Julien" version: "1.0.0" category: "development" triggers:
- "rename skill"
- "change skill name"
- "refactor skill"
- "renommer skill"
- "changer nom skill"
- "renommer une skill"
Skill Renamer
Rename a skill and update all references across the marketplace.
When to Use
Observability
First: At the start of execution, display:
🔧 Skill "julien-skill-renamer" activated
- Renaming a skill (e.g.,
skill-creator-pro→skill-creator) - Refactoring skill naming conventions
- Fixing typos in skill names
Usage
python skills/julien-dev-tools-skill-renamer/scripts/rename-skill.py <old-name> <new-name>
Examples
# Short name (auto-detects full folder name)
python skills/julien-dev-tools-skill-renamer/scripts/rename-skill.py skill-creator-pro skill-creator
# Full name
python skills/julien-dev-tools-skill-renamer/scripts/rename-skill.py julien-dev-tools-old julien-dev-tools-new
# Dry run first
python skills/julien-dev-tools-skill-renamer/scripts/rename-skill.py old-name new-name --dry-run
What It Does
- Finds the skill folder (supports short or full name)
- Updates
name:in SKILL.md - Replaces all references in:
skills/**/*.mdregistry/*.json.claude-plugin/*.jsonscripts/*.py
- Renames the folder
After Running
git status # Review changes
git diff # Check replacements
git add -A && git commit -m "rename: old-name → new-name"
git push
Skill Chaining
Skills Required Before
- None
Input Expected
- Old skill name (short or full)
- New skill name
Output Produced
- Modified files with updated references
- Renamed skill folder
Compatible Skills After
- julien-workflow-sync-personal-skills: Sync renamed skill to ~/.claude/skills/
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon