Remove words/terms from your vocab list. Comma-separated for several at once. Usage: /drop <word>[, <word2>, ...]
Scanned 9/6/2026
Install to Claude Code
npx -y skills add OleksandrHavuka/shadowling --skill drop --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Drop?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/oleksandrhavuka-drop)More formats (shields.io, HTML) on the badges page.
---
name: drop
description: "Remove words/terms from your vocab list. Comma-separated for several at once. Usage: /drop <word>[, <word2>, ...]"
context: fork
agent: claude
model: haiku
allowed-tools: Bash(python3 */drop.py*)
---
Remove the given terms from the vocab store.
This skill's entrypoint is `${CLAUDE_SKILL_DIR}/drop.py` (in this skill dir);
invoke it directly so the command starts with `python3` (e.g.
`python3 "${CLAUDE_SKILL_DIR}/drop.py" remove ...`).
Terms (comma-separated): `$ARGUMENTS`
Split `$ARGUMENTS` on commas, trim each, drop empties, then one call:
`python3 "${CLAUDE_SKILL_DIR}/drop.py" remove "<term1>" "<term2>" ...`. Report what was removed
and what was not found.
Do NOT gloss anything in your reply.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!