Dev: wipe the six category datasets (incident tables) for a clean test run; keeps config, vocab, and the message store. Usage: /vipe
Scanned 9/6/2026
Install to Claude Code
npx -y skills add OleksandrHavuka/shadowling --skill vipe --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Vipe?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/oleksandrhavuka-vipe)More formats (shields.io, HTML) on the badges page.
---
name: vipe
description: "Dev: wipe the six category datasets (incident tables) for a clean test run; keeps config, vocab, and the message store. Usage: /vipe"
disable-model-invocation: true
allowed-tools: Bash(python3 */sql.py*)
---
Dev utility — empties the six category incident tables so you can re-test from
a clean slate. Keeps `config.json`, the `vocab` table, and the `messages`
store. The wipe goes through `sql.py --write`, which snapshots the database
into `backups/` before each delete — so a mistaken run is always recoverable.
Run EXACTLY these six commands and print their combined output, then STOP:
```
python3 "${CLAUDE_PLUGIN_ROOT}/sql.py" --write "DELETE FROM grammar"
python3 "${CLAUDE_PLUGIN_ROOT}/sql.py" --write "DELETE FROM rephrasing"
python3 "${CLAUDE_PLUGIN_ROOT}/sql.py" --write "DELETE FROM idioms"
python3 "${CLAUDE_PLUGIN_ROOT}/sql.py" --write "DELETE FROM verbs"
python3 "${CLAUDE_PLUGIN_ROOT}/sql.py" --write "DELETE FROM decode"
python3 "${CLAUDE_PLUGIN_ROOT}/sql.py" --write "DELETE FROM friction"
```
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!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.