uninstalling-sublime-skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited uninstalling-sublime-skills (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Remove every symlink pointing into this repo from the Claude Code and Codex skill/command directories.
scripts/uninstall.fish walks ~/.claude/skills/, ~/.claude/commands/, and ~/.codex/skills/, and removes any symlink whose target resolves under $SUBLIME_SKILLS_HOME.
Unlike a "remove what the current repo defines" approach, the target-scan catches orphans — symlinks left over from past renames or deletions whose basenames no longer match anything in the repo. Anything else is left alone: non-Sublime symlinks, real directories (like an independently-installed technical-writing/), the repo itself, and the SUBLIME_SKILLS_HOME env var line in ~/.config/fish/config.fish.
"$SUBLIME_SKILLS_HOME/scripts/uninstall.fish"Expected output (counts vary with what was installed):
Claude Code: removed 40 skill symlink(s), 2 command symlink(s).
Codex: removed 40 skill symlink(s).
Note: the env var line in ~/.config/fish/config.fish is unchanged — remove it manually if uninstalling fully.If SUBLIME_SKILLS_HOME isn't set, the script exits with a hint — it needs the var to know which symlinks belong to Sublime-Skills.
For a full uninstall, also remind the user to remove the set -gx SUBLIME_SKILLS_HOME ... line from ~/.config/fish/config.fish manually.
installing-sublime-skills — installs / refreshes the symlinks. Use that one for drift caused by renames or new skills (install handles those on its own — uninstall is only for removal).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.