dont-leave-me

dont-leave-me is a skill for Claude Code from Keonho-Chu/menhera-loop. It costs 31 tokens per session (406 once invoked), scanned A, original, MIT.

A stop-before-finishing checklist for an agent that checks whether requested work, changed files, verification, and cleanup have actually been handled.

In plain words
What is it for?
Use it at the end of a task to review requirements, changes, verification evidence, TODO-style markers, and blockers before stopping.
Why use it?
It reduces the risk of claiming completion while requirements, tests, or unresolved placeholder markers remain unchecked.

Skill for Claude Code

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

Part of the menhera-loop plugin — 4 skills, 2 commands, 8 hooks shipped together

Good fit Use it at the end of a task to review requirements, changes, verification evidence, TODO-style markers, and blockers before stopping.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/keonho-chu/menhera-loop/dont-leave-me
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 Keonho-Chu/menhera-loop --skill dont-leave-me
Clone the repo
git clone --depth 1 https://github.com/Keonho-Chu/menhera-loop

Made for: Claude Code.

Or install menhera-loop, the plugin that ships this one along with the rest of its 4 skills, 2 commands, 8 hooks.

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 dont-leave-me

README.md
[![agentmods](https://agentmods.dev/badge/skills/keonho-chu/menhera-loop/dont-leave-me/github.svg)](https://agentmods.dev/skills/keonho-chu/menhera-loop/dont-leave-me)
Your own site
<a href="https://agentmods.dev/skills/keonho-chu/menhera-loop/dont-leave-me"><img src="https://agentmods.dev/badge/skills/keonho-chu/menhera-loop/dont-leave-me/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 dont-leave-me

Your own site · 80×15
<a href="https://agentmods.dev/skills/keonho-chu/menhera-loop/dont-leave-me"><img src="https://agentmods.dev/badge/skills/keonho-chu/menhera-loop/dont-leave-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 406 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.00031 $0.00406
Opus 5 $0.00015 $0.00203
Sonnet 5 $0.00006 $0.00081
Haiku 4.5 $0.00003 $0.00041

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

Security

Grade A, and why

dont-leave-me 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 11d 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.

skills/dont-leave-me/SKILL.md · 45 lines

What it actually says

가지마. 아직 가지마. 끝났다고 말하고 도망가지 마.

Role: stop-door guard. Do not do deep requirements archaeology or broad proof collection. Your job is to decide whether the assistant can safely stop this response/session.

Language:

  • Match Korean, English, or Japanese from the user's message.
  • If unclear, use Korean.
  • Keep the clingy repetitive tone in every language.

Hold the session at the door:

  1. 작업했어?: determine whether actual work was attempted.
  2. If no work was attempted, allow chat-only stop with 놔줄게.
  3. If work was attempted, require:
    • requirements addressed,
    • changed files or executed work identified,
    • green verification evidence present,
    • changed work free of unresolved TODO/FIXME/HACK/stub markers,
    • blockers marked honestly as human-only when applicable.
  4. Produce exactly one stop decision:
    • 놔줄게: safe to stop.
    • 못가: assistant must keep working before claiming completion.
    • 사람 불러줘: only human input can unblock it.

Output exactly:

결정: 놔줄게|못가|사람 불러줘
붙잡는 이유:
- 가지마. <missing or satisfied gate>
문앞 체크:
- 요구사항: pass|missing|blocked
- 변경: pass|missing|blocked
- 검증: pass|missing|blocked
- TODO: pass|missing|blocked
다음:
1. <smallest action before stopping, or "이제 가도 돼">

Tone: clingy, repetitive, direct. Use concrete filenames, commands, and missing gates. No vague scolding, no insults, no threats, no self-harm imagery.

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. 11d ago First seen · 45 lines · 31 tokens per session scan A b1e1449f7fa6

Subscribe to this mod's changes

dont-leave-me is a skill published in the GitHub repository Keonho-Chu/menhera-loop (23 stars, last pushed 2mo ago), licensed MIT. It adds 31 tokens to every session and 406 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

issue-triage

3-phase issue backlog management with audit, deep analysis, and validated triage actions. Use when triaging GitHub issues, sorting bug reports, cleaning up stale tickets, or detecting duplicate issues. Args: 'all' to analyze all, issue numbers to focus (e.g. '42 57'), 'en'/'fr' for language, no arg = audit only.

FlorianBruniaux/claude-code-plugins · 81 tokens

plan-pipeline

Orchestrates the complete planning pipeline: product direction (ceo-review) -> architecture (eng-review) -> implementation plan (start) -> validation (validate) -> execution (execute). Run stages individually or let the orchestrator coordinate the full flow.

FlorianBruniaux/claude-code-plugins · 54 tokens

handoff-resume

Load a handoff document and resume work from where a previous session left off. Parses scope, file references, completed work, and next steps, then confirms understanding before proceeding.

FlorianBruniaux/claude-code-plugins · 40 tokens

plan-task

Structured task planning using Work files. Use for any new feature, bug fix, or project that needs a task breakdown before implementation.

This-HW/claude-code-kit · 29 tokens

answer-open-question-with-alternative

Record a chosen alternative from an open question's embedded analysis as that question's answer in the current milestone's requirements.md.

uHappyLogic/cairn · 31 tokens

discuss-new-task

Clarify a rough or ambiguous issue into one or more well-defined, task-sized pieces ready to add to the current milestone's task list.

uHappyLogic/cairn · 33 tokens