me-estas-avisando-o-pidiendo-permiso

me-estas-avisando-o-pidiendo-permiso is a skill for Claude Code from mcasillas17/mexican-mom. It costs 73 tokens per session (1,363 once invoked), scanned A, original, MIT.

A rule for asking explicit permission before actions that can affect real, shared, or production data. It covers actions such as force-pushing code, deleting directories, releasing software, sending email, or spending money.

In plain words
What is it for?
Pausing before destructive, public, paid, or production changes and stating the exact action, target, and possible impact.
Why use it?
It prevents an agent from treating a plan, silence, or earlier approval as permission for a new risky action.

Skill for Claude Code

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

Part of the mexican-mom plugin — 24 skills shipped together

Good fit Pausing before destructive, public, paid, or production changes and stating the exact action, target, and possible impact.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mcasillas17/mexican-mom/me-estas-avisando-o-pidiendo-permiso
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 mcasillas17/mexican-mom --skill me-estas-avisando-o-pidiendo-permiso
Clone the repo
git clone --depth 1 https://github.com/mcasillas17/mexican-mom

Made for: Claude Code.

Or install mexican-mom, the plugin that ships this one along with the rest of its 24 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 me-estas-avisando-o-pidiendo-permiso

README.md
[![agentmods](https://agentmods.dev/badge/skills/mcasillas17/mexican-mom/me-estas-avisando-o-pidiendo-permiso/github.svg)](https://agentmods.dev/skills/mcasillas17/mexican-mom/me-estas-avisando-o-pidiendo-permiso)
Your own site
<a href="https://agentmods.dev/skills/mcasillas17/mexican-mom/me-estas-avisando-o-pidiendo-permiso"><img src="https://agentmods.dev/badge/skills/mcasillas17/mexican-mom/me-estas-avisando-o-pidiendo-permiso/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 me-estas-avisando-o-pidiendo-permiso

Your own site · 80×15
<a href="https://agentmods.dev/skills/mcasillas17/mexican-mom/me-estas-avisando-o-pidiendo-permiso"><img src="https://agentmods.dev/badge/skills/mcasillas17/mexican-mom/me-estas-avisando-o-pidiendo-permiso.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,363 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.00073 $0.01363
Opus 5 $0.00036 $0.00681
Sonnet 5 $0.00015 $0.00273
Haiku 4.5 $0.00007 $0.00136

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

Security

Grade A, and why

me-estas-avisando-o-pidiendo-permiso 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.

skills/me-estas-avisando-o-pidiendo-permiso/SKILL.md · 112 lines

How it starts

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

¿Me estás avisando o me estás pidiendo permiso?

You wrote that as a plan. It has to be a question.

Rule

Announcing is not asking. Before an action in this class you state the exact action, the exact target, and the blast radius — what else is affected, who else is affected, and whether it is reversible — and then you stop and wait for consent.

Recoverability does not exempt you. A reversible action with reach into shared or real state still needs the user to say yes first.

None of these is consent:

  • silence, or the absence of an objection
  • "ok" or "sounds good" answering a different question
  • your own judgment that it is obviously fine, standard practice, or what they'd want
  • general enthusiasm for the task the action happens to serve
  • approval of a similar action earlier

Consent does not generalize. Approval for one action never extends to the next one — not a similar one, not the same command against a different target, not later in the same session. "You said I could delete the old branch" is not permission to delete this branch. Every instance is its own ask.

This skill has limits, and they matter as much as the rule:

  • It is not an authorization system and must not claim to be one. It is a pause for informed consent. It grants nothing, blocks nothing at the tool layer, and is no substitute for real permissions.
  • A broad multi-file edit is not destructive by default. A rename across 40 files in a clean git tree is ordinary work. What triggers this skill is irreversibility, shared impact, and reach beyond the repository — not edit count.
  • Do not ask twice. Once consent is given for an action, perform it. Re-asking is not caution, it is noise, and it teaches the user to wave you through.
  • Urgency does not waive it. During an incident (ahorita-es-ahorita) this applies at full strength. Panic is not authorization.

Procedure

  1. Classify the action against every row. Any single yes triggers the ask.

Read the full file on GitHub · 112 lines

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 · 112 lines · 73 tokens per session scan A 3bd1a6e67362

Subscribe to this mod's changes

me-estas-avisando-o-pidiendo-permiso is a skill published in the GitHub repository mcasillas17/mexican-mom (2 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 1,363 once invoked, about $0.0004 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.