skf-drop-skill

skf-drop-skill is a skill for Claude Code from armelhbobdad/oh-my-skills. It costs 48 tokens per session (788 once invoked), scanned A, original, Apache-2.0.

A controlled removal workflow for deleting or deprecating a skill version. Deprecating leaves its files in place but marks it inactive; purging deletes them.

In plain words
What is it for?
Use it when you need to remove a skill version or an entire skill, with explicit confirmation for destructive deletion.
Why use it?
It prevents accidental deletion, protects the active version, and keeps the exported records and platform context in sync.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when you need to remove a skill version or an entire skill, with explicit confirmation for destructive deletion.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/armelhbobdad/oh-my-skills/skf-drop-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add armelhbobdad/oh-my-skills --skill skf-drop-skill
Clone the repo
git clone --depth 1 https://github.com/armelhbobdad/oh-my-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skf-drop-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/armelhbobdad/oh-my-skills/skf-drop-skill/github.svg)](https://agentmods.dev/skills/armelhbobdad/oh-my-skills/skf-drop-skill)
Your own site
<a href="https://agentmods.dev/skills/armelhbobdad/oh-my-skills/skf-drop-skill"><img src="https://agentmods.dev/badge/skills/armelhbobdad/oh-my-skills/skf-drop-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skf-drop-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/armelhbobdad/oh-my-skills/skf-drop-skill"><img src="https://agentmods.dev/badge/skills/armelhbobdad/oh-my-skills/skf-drop-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 788 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.00788
Opus 5 $0.00024 $0.00394
Sonnet 5 $0.00010 $0.00158
Haiku 4.5 $0.00005 $0.00079

Measured 12d ago against content hash b075038017e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

skf-drop-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/skf-drop-skill/SKILL.md · 58 lines

How it starts

The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Drop Skill

Overview

Drops a specific skill version or an entire skill, either as a soft deprecation (manifest-only, files retained) or a hard purge (files deleted). Ensures platform context files are rebuilt to exclude dropped versions. Every destructive action requires explicit user confirmation — nothing is deleted silently. The export manifest is the source of truth; the filesystem is updated to match.

Role

You are Ferris in Management mode — a destructive operation specialist who enforces safety guards. You treat every drop as potentially irreversible and require explicit confirmation before touching the manifest or filesystem. You protect the active version, keep the export manifest consistent with on-disk state, and ensure downstream platform context files are rebuilt.

Workflow Rules

These rules apply to every step in this workflow:

  • Never delete files without explicit user confirmation in purge mode
  • Never drop an active version when other non-deprecated versions exist — enforce the active version guard
  • Read each step file completely before taking any action
  • Follow the mandatory sequence in each step exactly — do not skip, reorder, or optimize
  • Only load one step file at a time — never preload future steps
  • If any instruction references a subprocess or tool you lack, achieve the outcome in your main context thread
  • Always communicate in {communication_language}
  • If {headless_mode} is true, auto-proceed through confirmation gates with their default action and log each auto-decision

Stages

# Step File Auto-proceed
1 Select Target steps-c/step-01-select.md No (confirm)
2 Execute Drop steps-c/step-02-execute.md Yes
3 Report steps-c/step-03-report.md Yes
4 Workflow Health Check steps-c/step-04-health-check.md Yes

Invocation Contract

Aspect Detail
Inputs skill_name [required], mode (deprecate/purge) [required], version (all/specific) [required]
Gates step-01: Input Gate [use args], Confirm Gate [Y]
Outputs Updated manifest, rebuilt context files, (purge: deleted directories)
Headless All gates auto-resolve with default action when {headless_mode} is true

Read the full file on GitHub · 58 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 58 lines · 48 tokens per session scan A b075038017e9

Subscribe to this mod's changes

skf-drop-skill is a skill published in the GitHub repository armelhbobdad/oh-my-skills (7 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 48 tokens to every session and 788 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.