prompt-enhancer

prompt-enhancer is a skill for Claude Code, Codex from omergocmen/vibe-coder-kit. It costs 0 tokens per session (1,867 once invoked), scanned A, original, MIT.

A guide that turns an unclear or incomplete request into a specific, workable instruction for a coding agent.

In plain words
What is it for?
Use it when requests such as “fix this” or “make it faster” lack enough detail to act on safely.
Why use it?
It reduces misunderstandings by clarifying the goal, context, expected result, and limits before work begins.

Skill for Claude CodeCodex

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/omergocmen/vibe-coder-kit/prompt-enhancer
Any agent
npx skills add omergocmen/vibe-coder-kit --skill prompt-enhancer
Clone the repo
git clone --depth 1 https://github.com/omergocmen/vibe-coder-kit

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 prompt-enhancer

README.md
[![agentmods](https://agentmods.dev/badge/skills/omergocmen/vibe-coder-kit/prompt-enhancer.svg)](https://agentmods.dev/skills/omergocmen/vibe-coder-kit/prompt-enhancer)
Your own site
<a href="https://agentmods.dev/skills/omergocmen/vibe-coder-kit/prompt-enhancer"><img src="https://agentmods.dev/badge/skills/omergocmen/vibe-coder-kit/prompt-enhancer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,867 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.00000 $0.01867
Opus 5 $0.00000 $0.00933
Sonnet 5 $0.00000 $0.00373
Haiku 4.5 $0.00000 $0.00187

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

Security

Grade A, and why

prompt-enhancer 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.

.agent/skills/prompt-enhancer/SKILL.md · 214 lines

How it starts

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


name: prompt-enhancer description: > Takes a vague or incomplete user request and transforms it into a precise, actionable prompt. Identifies missing dimensions (what, why, who, success criteria, constraints) and either asks targeted questions or fills gaps with explicit assumptions. Runs before other skills to improve input quality.

Prompt Enhancer Skill

Felsefe

Yanlış soruya doğru cevap vermek, doğru soruya yanlış cevap vermekten daha kötüdür.

Bir isteğin kalitesi, çıktısının kalitesini belirler. Bu skill, agent'ın "galiba bunu kastetti" modunda çalışmasını engeller. Belirsizliği yüzeye çıkarır ve karar noktalarını netleştirir.


Ne Zaman Tetiklenir?

Şu sinyallerden biri varsa bu skill devreye girer:

  • İstek tek cümle ve detaysız: "Login'i düzelt", "Performansı artır", "Daha iyi görünsün"
  • İstek birden fazla şekilde yorumlanabilir: "Kullanıcı flow'unu iyileştir"
  • Hedef kitle veya bağlam yok: "Bir dashboard ekle"
  • Başarı kriteri belirsiz: "Hızlandır", "Temizle", "Optimize et"
  • Kapsam sınırı yok: "Auth sistemini yenile"

Süreç

Adım 1: İstek Türünü Tespit Et

İlk olarak ne tür bir istek olduğunu belirle:

Tür Örnek Eksik Boyutlar
Bug fix "Login çalışmıyor" Hangi koşulda? Hata mesajı? Her zaman mı?
Yeni özellik "Profil sayfası ekle" Kim kullanacak? İçerik ne? Tasarım referansı?
Refactor "Kodu temizle" Hangi dosya/modül? Temizden kasıt ne?
Performans "Hızlandır" Hangi sayfa/endpoint? Hedef süre? Mevcut süre?
Tasarım "Daha güzel yap" Referans var mı? Hangi element? Hangi bağlam?
Altyapı "Deploy otomatikleştir" Hangi ortam? Mevcut pipeline? Tetikleyici ne?

Read the full file on GitHub · 214 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. 5d ago First seen · 214 lines · 0 tokens per session scan A 004fddcdb6d0

Subscribe to this mod's changes

prompt-enhancer is a skill published in the GitHub repository omergocmen/vibe-coder-kit (91 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,867 tokens. 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