Vibe Tuning
Description
Stop fixing the same AI mistake twice. Methodology + Claude Code skill that turns wrong AI results into permanent improvements.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
vibe-tuning
Stop fixing the same AI mistake twice.
Your AI coding assistant isn't broken. It's uncalibrated.
AI doesn't crash or throw exceptions when it gets things wrong. It produces results based on its understanding of your intent. When the result is wrong, something is miscalibrated - missing context, ambiguous prompt, wrong tool, bad habit. **Every wrong result is a diagnostic signal telling you exactly what to fix.**
`vibe-tuning` is a Claude Code skill that runs a structured postmortem when things go wrong. The AI itself diagnoses the root cause, picks the right fix type, and saves it permanently. The mistake never repeats.
npx skills add AyanbekDos/vibe-tuning
Before / After
**Without vibe-tuning:**
AI pushes personal data to public repo.
Auto-memory saves: "don't push personal data."
Next week: AI pushes .env with API keys.
Auto-memory saves: "don't push .env files."
Next week: AI pushes config with server IPs.
Each symptom gets patched. The root cause is never found.
You're patching holes on a sinking ship.
**With vibe-tuning:**
AI pushes personal data to public repo.
Vibe-tuning: "Why?"
Root cause: I optimize for speed over correctness on irreversible actions.
I never asked what you wanted to publish.
Fix: Before any irreversible action → correctness mode, confirm with user.
Enforce: PreToolUse hook on git push.
One root cause fixed. Three future symptoms prevented.
**The deeper problem no one talks about:**
Even good rules don't work.
You write "always ask before pushing to public repos" in memory.
Claude reads it. Claude "knows" it. Claude ignores it anyway.
Why? Because memory rules are suggestions. The AI treats them
as context, not constraints. There's no enforcement.
Vibe-tuning generates actual enforcement scripts:
- PreToolUse hooks that fire BEFORE dangerous commands
- Checks that physically block the action until confirmed
- Not "please remember" but "you literally cannot skip this
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI