uninstalling-sublime-skills

Remove Sublime-Skills symlinks from Claude Code and Codex directories.

Updated May 19, 2026
One-click install
npx skills add https://github.com/Emrebener/Sublime-Skills --skill uninstalling-sublime-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninstalling-sublime-skills
Source: https://github.com/Emrebener/Sublime-Skills/tree/main/.claude/skills/uninstalling-sublime-skills
Command: npx skills add https://github.com/Emrebener/Sublime-Skills --skill uninstalling-sublime-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Removes stale or unwanted Sublime-Skills symlinks from your Claude Code and Codex skill/command directories without deleting the repo itself.

Core Features & Use Cases

  • Symlink-only uninstall: Deletes only symlinks that resolve under $SUBLIME_SKILLS_HOME, leaving non-Sublime symlinks and real directories untouched.
  • Orphan cleanup: Also removes leftover symlinks from past renames or deletions where the link target still resolves under $SUBLIME_SKILLS_HOME.
  • Safe leave-behinds: Preserves the repo checkout, the $SUBLIME_SKILLS_HOME environment variable, and anything not belonging to Sublime-Skills.

Quick Start

Run the uninstall script by instructing the agent to execute "$SUBLIME_SKILLS_HOME/scripts/uninstall.fish" to remove all Sublime-Skills symlinks from ~/.claude/{skills,commands}/ and ~/.codex/skills/.

Frequently Asked Questions about uninstalling-sublime-skills

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

FAQPage Schema
How do I remove Sublime-Skills symlinks from Claude Code and Codex directories?

To remove Sublime-Skills symlinks, execute the uninstall script located at $SUBLIME_SKILLS_HOME/scripts/uninstall.fish, which deletes linked entries from ~/.claude/{skills,commands}/ and ~/.codex/skills/ without touching the repository itself.

What is the safest way to clean up orphaned symlinks in Claude Code skill directories?

Cleaning up orphaned symlinks safely requires removing only links that resolve under the $SUBLIME_SKILLS_HOME path, ensuring unrelated symlinks and real directories in your agent harness environment remain completely intact.

Does uninstalling Sublime-Skills delete the source repository or environment variables?

Uninstalling Sublime-Skills does not delete the repository checkout or the $SUBLIME_SKILLS_HOME environment variable, as the process strictly targets and removes only the symlinks pointing to that path.

How do I uninstall Codex skills without affecting non-Sublime symlinks?

You can uninstall Codex skills by running the provided uninstall script, which specifically identifies and deletes only symlinks resolving under $SUBLIME_SKILLS_HOME while leaving all other symlinks in ~/.codex/skills/ untouched.

Why do I have stale symlinks in my ~/.claude/commands/ directory after renaming skills?

Stale symlinks in ~/.claude/commands/ occur from prior renames or deletions where the link target still resolves under $SUBLIME_SKILLS_HOME, requiring the uninstall script to clean up these orphaned references.