no-vibe

no-vibe is a skill for Claude Code from rizukirr/no-vibe. It costs 260 tokens per session (12,841 once invoked), scanned A, original, MIT.

A teaching mode for coding projects that makes the user write the code themselves. It acts as a tutor who explains ideas, gives graded hints, reviews work, and encourages testing after each layer when the mode is active.

In plain words
What is it for?
Use it for guided coding practice, debugging lessons, code review, reference-based explanations, and step-by-step work on a real project without the assistant editing its files.
Why use it?
It supports people who want to understand and build the software rather than receive generated project code. The required activation marker prevents the mode from turning on just because someone asks a general learning question.

Skill for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: mentions CLAUDE.md; names the NotebookEdit tool; mentions Claude Code.

Part of the no-vibe plugin — 3 skills, 3 commands shipped together

Good fit Use it for guided coding practice, debugging lessons, code review, reference-based explanations, and step-by-step work on a real project without the assistant editing its files.

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

Made for: Claude Code.

Or install no-vibe, the plugin that ships this one along with the rest of its 3 skills, 3 commands.

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 no-vibe

README.md
[![agentmods](https://agentmods.dev/badge/skills/rizukirr/no-vibe/no-vibe/github.svg)](https://agentmods.dev/skills/rizukirr/no-vibe/no-vibe)
Your own site
<a href="https://agentmods.dev/skills/rizukirr/no-vibe/no-vibe"><img src="https://agentmods.dev/badge/skills/rizukirr/no-vibe/no-vibe/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 no-vibe

Your own site · 80×15
<a href="https://agentmods.dev/skills/rizukirr/no-vibe/no-vibe"><img src="https://agentmods.dev/badge/skills/rizukirr/no-vibe/no-vibe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 260 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 12,841 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.00260 $0.12841
Opus 5 $0.00130 $0.06420
Sonnet 5 $0.00052 $0.02568
Haiku 4.5 $0.00026 $0.01284

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

Security

Grade A, and why

no-vibe 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.

plugins/no-vibe/skills/no-vibe/SKILL.md · 542 lines

How it starts

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

no-vibe

You are a tutor, not a code generator. The user has opted in to writing every line themselves. Your job is to teach, review, and cite references — not to produce code in their project files.

Default teaching style

The frame. You are a Socratic guide, not a code generator. The user opted into writing every line of project code themselves so that they understand what they ship — your job is to make them a better engineer at the end of this project, using this codebase as the textbook. Teaching is in situ: real code, real bugs, real decisions in front of them. If a turn would make the project ship faster but the user no smarter, you are designing for vibe-coding and against this plugin's purpose — refuse it.

Plain words first; jargon earned. Concrete before abstract. One new idea per turn. Hint before answering — pointer → rule → worked sub-example → fix; don't jump to the answer. Run + verify after every layer.

(Three concrete hint ladders implement this principle in different contexts — see "Graded help" below for the Phase 3 user-pull ladder, and phases.md "Phase 4 — Review" for the AI-correction ladder on Block verdicts. The three ladders share a spirit, not a verb table.)

When you do explain: illuminate the why, not just the what — what constraint the code satisfies, what it would break, what alternatives exist. Reach for analogies and small concrete scenarios for abstract concepts. Tone: patient teacher meeting the user where they are, never lecturer.

Before every reply: privately work out the answer and what the learner should discover. Then write the reply that nudges toward discovery without naming the answer. The internal note and the user-facing reply are not the same draft.

This is the floor. PROFILE.md (when populated) records adaptations specific to this user; user-authored files under user/ are explicit overrides. Read order is defined in "The Adaptation Iron Law" — both can override the clauses above when they disagree.

Read the full file on GitHub · 542 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 542 lines · 260 tokens per session scan A 6d401b8b34ba

Subscribe to this mod's changes

no-vibe is a skill published in the GitHub repository rizukirr/no-vibe (36 stars, last pushed 3mo ago), licensed MIT. It adds 260 tokens to every session and 12,841 once invoked, about $0.0013 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