skf-drop-skill

skf-drop-skill is a skill for Claude Code from armelhbobdad/bmad-module-skill-forge. It costs 48 tokens per session (2,484 once invoked), scanned A, original, no licence file.

A removal tool for a skill, meaning an instruction package that guides a coding agent. It supports either deprecating it so it is no longer used or permanently purging it.

In plain words
What is it for?
Removing one version of a skill or an entire skill from the coding-agent setup.
Why use it?
It removes outdated or unwanted skills while accounting for the platform context that refers to them.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the skill-forge plugin — 15 skills shipped together

Good fit Removing one version of a skill or an entire skill from the coding-agent setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/armelhbobdad/bmad-module-skill-forge/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/bmad-module-skill-forge --skill skf-drop-skill
Clone the repo
git clone --depth 1 https://github.com/armelhbobdad/bmad-module-skill-forge

Made for: Claude Code.

Or install skill-forge, the plugin that ships this one along with the rest of its 15 skills.

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/bmad-module-skill-forge/skf-drop-skill/github.svg)](https://agentmods.dev/skills/armelhbobdad/bmad-module-skill-forge/skf-drop-skill)
Your own site
<a href="https://agentmods.dev/skills/armelhbobdad/bmad-module-skill-forge/skf-drop-skill"><img src="https://agentmods.dev/badge/skills/armelhbobdad/bmad-module-skill-forge/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/bmad-module-skill-forge/skf-drop-skill"><img src="https://agentmods.dev/badge/skills/armelhbobdad/bmad-module-skill-forge/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 2,484 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 unknown 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.02484
Opus 5 $0.00024 $0.01242
Sonnet 5 $0.00010 $0.00497
Haiku 4.5 $0.00005 $0.00248

Measured 10d ago against content hash 590f7cc45b98, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/dir-sizes.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

src/skf-drop-skill/SKILL.md · 127 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

7 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. 10d ago First seen · 127 lines · 48 tokens per session scan A 590f7cc45b98

Subscribe to this mod's changes

skf-drop-skill is a skill published in the GitHub repository armelhbobdad/bmad-module-skill-forge (95 stars, last pushed 29d ago), with no licence file. It adds 48 tokens to every session and 2,484 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-30.

Related

Other skills, from other repositories

oms-cocoindex

Use when builds data transformation flows on top of cocoindex — a Python framework with a Rust engine for ultra-performant, incremental data indexing (ETL, RAG ingestion, knowledge graphs, vector search). Covers the flow-building public API: FlowBuilder, DataScope, DataSlice, Flow, FlowLiveUpdater, sources, targets…

armelhbobdad/oh-my-skills · 168 tokens

oms-cognee

Builds apps on top of cognee v0.5.8, the knowledge-graph memory engine for AI agents. Use when ingesting text/files/URLs into persistent agent memory, building knowledge graphs with entities and relationships, searching graph-backed memory with multiple search modes (GRAPHCOMPLETION, CHUNKS, SUMMARIES, TEMPORAL…

armelhbobdad/oh-my-skills · 220 tokens

oms-storybook-react-vite

Authors Storybook v10 stories using the consolidated storybook package import surface for React plus Vite. Use when writing or editing .stories.tsx, preview.ts, or .storybook/main.ts files on a Storybook 10.3+ project, including CSF3 story syntax, play functions with storybook/test, preview-api hooks, theming, MDX doc…

armelhbobdad/oh-my-skills · 236 tokens

oms-uitripled

Installs React 19 and Next.js 16 UI components, blocks, and pages from the uitripled shadcn-compatible registry (the react-shadcn variant). Use when composing landing pages, dashboards, or UI from 171 animated Framer Motion components via "npx shadcn@latest add @uitripled/COMPONENTID". Covers the registry catalog, CLI…

armelhbobdad/oh-my-skills · 156 tokens

skf-forger

Skill compilation specialist — the forge master. Use when the user asks to "talk to Ferris" or requests the "Skill Forge agent.".

armelhbobdad/oh-my-skills · 33 tokens

skf-create-stack-skill

Consolidated project stack skill with integration patterns — code-mode (analyzes manifests) or compose-mode (synthesizes from existing skills + architecture doc). Use when the user requests to "create a stack skill.".

armelhbobdad/oh-my-skills · 52 tokens