vibe-coding

vibe-coding is a skill for Claude Code, Codex from changoo89/claude-pilot. It costs 38 tokens per session (432 once invoked), scanned A, original, MIT.

A set of code-writing rules for keeping functions, files, and nested logic small and easy for people and coding agents to read.

In plain words
What is it for?
Use it while generating or reviewing code to encourage single-purpose functions, simple solutions, early returns, and clear names.
Why use it?
It helps prevent duplicated, deeply nested, or overcomplicated code that is harder to understand and maintain.

Skill for Claude CodeCodex

Part of the claude-pilot plugin — 32 skills, 11 commands, 14 agents, 2 MCP servers shipped together

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.

agentmods
npx agentmods add skills/changoo89/claude-pilot/vibe-coding
Any agent
npx skills add changoo89/claude-pilot --skill vibe-coding
Clone the repo
git clone --depth 1 https://github.com/changoo89/claude-pilot

Made for: Claude Code, Codex.

Or install claude-pilot, the plugin that ships this one along with the rest of its 32 skills, 11 commands, 14 agents, 2 MCP servers.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/changoo89/claude-pilot/vibe-coding.svg)](https://agentmods.dev/skills/changoo89/claude-pilot/vibe-coding)
Your own site
<a href="https://agentmods.dev/skills/changoo89/claude-pilot/vibe-coding"><img src="https://agentmods.dev/badge/skills/changoo89/claude-pilot/vibe-coding.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 432 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00038 $0.00432
Opus 5 $0.00019 $0.00216
Sonnet 5 $0.00008 $0.00086
Haiku 4.5 $0.00004 $0.00043

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

Security

Grade A, and why

vibe-coding 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 5d 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.

.claude/skills/vibe-coding/SKILL.md · 40 lines

What it actually says

SKILL: Vibe Coding (Code Quality Standards)

Purpose: Enforce LLM-readable code standards for maintainable code Target: Coder Agent during Green/Refactor phases

Quick Reference

Target Limit Action
Function ≤50 lines Split functions
File ≤200 lines Extract modules
Nesting ≤3 levels Early return

Principles

  • SRP: One function = one responsibility
  • DRY: No duplicate code blocks, extract common logic
  • KISS: Simplest solution that works, avoid over-engineering
  • Early Return: Return early to reduce nesting, keep happy path at top
  • Self-Documenting Code: Names reveal intent, no unnecessary comments (see REFERENCE.md)
  • Single Abstraction Level: Functions operate at one conceptual level (see REFERENCE.md)
  • Principle of Least Surprise: Predictable behavior, no hidden side effects (see REFERENCE.md)

AI Rules

Enforce during ALL code generation:

  • Functions ≤50 lines, Files ≤200 lines, Nesting ≤3 levels
  • SRP, DRY, KISS, Early Return pattern

Further Reading

Internal: @.claude/skills/vibe-coding/REFERENCE.md - SOLID principles, refactoring patterns | @.claude/skills/tdd/SKILL.md - Red-Green-Refactor

External: Clean Code | Refactoring

Files

What ships with it

1 file 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. 5d ago First seen · 40 lines · 38 tokens per session scan A b8413d8e1213

Subscribe to this mod's changes

vibe-coding is a skill published in the GitHub repository changoo89/claude-pilot (20 stars, last pushed 6mo ago), licensed MIT. It adds 38 tokens to every session and 432 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

ai-ml-development

AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.

travisjneuman/.claude · 43 tokens

ai-policy-generator

AI governance policy creation for nonprofits and enterprises with frameworks, risk assessment, ethical guidelines, and compliance templates. Use when drafting AI usage policies, responsible AI frameworks, or organizational AI governance documents.

travisjneuman/.claude · 42 tokens

data-science

Data science and analytics expertise for statistical analysis, machine learning pipelines, data governance, business intelligence, predictive modeling, and analytics strategy. Use when building ML models, analyzing data, creating dashboards, or designing data architectures.

travisjneuman/.claude · 47 tokens

data-engineering

ETL/ELT pipelines, data warehousing (BigQuery, Snowflake, Redshift), stream processing (Kafka, Spark Streaming), orchestration (Airflow, Dagster, Prefect), dbt transformations, and data lake architecture. Use when building data pipelines, designing warehouse schemas, or implementing real-time data processing.

travisjneuman/.claude · 70 tokens

data-pipeline

ETL/ELT pipeline design. Trigger when the user wants to create data flows, transformations, or orchestration.

christopherlouet/claude-base · 28 tokens

evaluating-llms-harness

Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.

sangrokjung/claude-forge · 85 tokens