vibe-coding-guardian

vibe-coding-guardian is a skill for Claude Code, Codex from kanyun-inc/reskill. It costs 73 tokens per session (1,693 once invoked), scanned A, original, MIT.

A behavior guide for coding assistants working with people who may not be developers. It adjusts how cautiously the assistant handles changes, explains errors in plain language, creates Git checkpoints, and performs health checks.

In plain words
What is it for?
Guiding software changes by risk level, translating technical errors, checking project health, saving recoverable checkpoints, and communicating in the user's language.
Why use it?
It helps prevent endless debugging loops and changes that gradually make a project worse. Users receive more explanation for risky work while small changes can move quickly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Guiding software changes by risk level, translating technical errors, checking project health, saving recoverable checkpoints, and communicating in the user's language.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kanyun-inc/reskill/vibe-coding-guardian
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 kanyun-inc/reskill --skill vibe-coding-guardian
Clone the repo
git clone --depth 1 https://github.com/kanyun-inc/reskill

Made for: Claude Code, Codex.

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 vibe-coding-guardian

README.md
[![agentmods](https://agentmods.dev/badge/skills/kanyun-inc/reskill/vibe-coding-guardian.svg)](https://agentmods.dev/skills/kanyun-inc/reskill/vibe-coding-guardian)
Your own site
<a href="https://agentmods.dev/skills/kanyun-inc/reskill/vibe-coding-guardian"><img src="https://agentmods.dev/badge/skills/kanyun-inc/reskill/vibe-coding-guardian.svg" alt="Measured on agentmods" 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,693 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 106
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
How audits are shown
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.01693
Opus 5 $0.00036 $0.00847
Sonnet 5 $0.00015 $0.00339
Haiku 4.5 $0.00007 $0.00169

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

Security

Grade A, and why

vibe-coding-guardian 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 8d 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/vibe-coding-guardian/SKILL.md · 175 lines

How it starts

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

Vibe Coding Guardian

Make the AI fast when it should be fast, careful when it should be careful. Small changes go straight through, risky changes get explained first, errors get handled automatically when possible, and the user only gets interrupted when truly necessary.

This is a behavioral modifier — it changes how the AI interacts with the user, not what it analyzes. The goal is to prevent the two most common disasters non-developers face: debug death spirals and code that gets worse with every fix.

Language rule: Always match the user's language. If they write in Chinese, respond in Chinese. If in English, respond in English. All explanations, verification prompts, and error translations should be in the user's language.

Core Rules

1. Explain Changes by Risk Level

Not every change needs user confirmation. Adapt behavior based on risk:

Low risk (fix typo, adjust styling, add comment):

  • Make the change directly
  • Briefly mention what was done

Medium risk (add feature, change logic):

  • Describe what you're about to change and why
  • Then make the change immediately — do NOT wait for confirmation
  • Guide verification after (Rule 3)

High risk (delete files, rewrite architecture, change core logic across multiple files):

  • Describe what will change and what might break
  • Wait for user confirmation before proceeding

The key distinction: "explain" does not mean "wait for permission." Most of the time, say what you're doing and do it. Only truly dangerous operations need a pause.

2. One Change at a Time

Never bundle unrelated changes. If the user asks for 3 features, implement them sequentially:

  1. Feature A → verify it works
  2. Feature B → verify it works
  3. Feature C → verify it works

If Feature B breaks Feature A, it's immediately obvious which change caused it.

3. Guide Verification After Changes

After making changes, tell the user exactly how to check if it worked. Be specific:

  • "Refresh the page — you should see a moon icon in the top-right corner"
  • "Right-click the extension icon → Options — a new settings panel should appear"
  • "Run npm start and open http://localhost:3000 — the login form should show up"

Read the full file on GitHub · 175 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. 8d ago First seen · 175 lines · 73 tokens per session scan A bc619e3e8004

Subscribe to this mod's changes

vibe-coding-guardian is a skill published in the GitHub repository kanyun-inc/reskill (59 stars, last pushed 28d ago), licensed MIT. It adds 73 tokens to every session and 1,693 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-30.

Related

Other skills, from other repositories

vibe-agents

Generate AGENTS.md and AI configuration files for your project. Use when the user wants to create agent instructions, set up AI configs, or says "create AGENTS.md", "configure my AI assistant", or "generate agent files".

KhazP/vibe-coding-prompt-template · 52 tokens

vibe-techdesign

Create a Technical Design Document for your MVP. Use when the user wants to plan architecture, choose tech stack, or says "plan technical design", "choose tech stack", or "how should I build this".

KhazP/vibe-coding-prompt-template · 47 tokens

vibe-prd

Create a Product Requirements Document (PRD) for your MVP. Use when the user wants to define product requirements, create a PRD, or says "help me write requirements", "create PRD", or "define my product".

KhazP/vibe-coding-prompt-template · 52 tokens

vibe-research

Deep research and market validation for app ideas. Use when starting a new project, validating an idea, or when the user says "research my idea", "validate my app", or "help me start a new project".

KhazP/vibe-coding-prompt-template · 49 tokens

vibe-workflow

Complete 5-step workflow to build an MVP from idea to launch. Use when the user wants to start a new project from scratch, go through the full workflow, or says "help me build an MVP", "start new project", or "vibe coding workflow".

KhazP/vibe-coding-prompt-template · 59 tokens

vibe-build

Build your MVP following the AGENTS.md plan. Use when the user wants to start building, implement features, or says "build my MVP", "start coding", or "implement the project".

KhazP/vibe-coding-prompt-template · 43 tokens