reprompter

reprompter is a skill for Claude Code, Codex from AytuncYildizli/reprompter. It costs 267 tokens per session (34,071 once invoked), scanned D, original, MIT.

Ferramenta para transformar pedidos vagos em instruções mais claras para agentes de programação e para pedir a construção de aplicativos, jogos ou sites inteiros.

In plain words
What is it for?
Serve para melhorar prompts, definir requisitos, pedir correções ou funcionalidades específicas e preparar um único pedido para construir um produto completo.
Why use it?
Reduz a ambiguidade dos pedidos e ajuda o agente a entender melhor o resultado esperado antes de começar.

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/aytuncyildizli/reprompter/reprompter
Any agent
npx skills add AytuncYildizli/reprompter --skill reprompter
Clone the repo
git clone --depth 1 https://github.com/AytuncYildizli/reprompter

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 reprompter

README.md
[![agentmods](https://agentmods.dev/badge/skills/aytuncyildizli/reprompter/reprompter.svg)](https://agentmods.dev/skills/aytuncyildizli/reprompter/reprompter)
Your own site
<a href="https://agentmods.dev/skills/aytuncyildizli/reprompter/reprompter"><img src="https://agentmods.dev/badge/skills/aytuncyildizli/reprompter/reprompter.svg" alt="Measured on agentmods" height="20"></a>
Per session 267 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 34,071 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 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.00267 $0.34071
Opus 5 $0.00133 $0.17035
Sonnet 5 $0.00053 $0.06814
Haiku 4.5 $0.00027 $0.03407

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

Security

Grade D, and why

reprompter scanned grade D with 3 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

# curl -sL https://claude.ai/install.sh | bash

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- `/goal` is an experimental alpha feature gated by `features.goals = true` in `~/.codex/config.toml`. The local alpha binary exposes `Usage: /goal <objective>`, `ThreadGoal.objective`, `tokenBudget`, `/goal pause`, `/go

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

# curl -sL https://claude.ai/install.sh | bash
SKILL.md · 2,072 lines

How it starts

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

RePrompter v13.1.0

Your prompt sucks. Let's fix that. Two intents — improve my prompt, or build this whole thing — with /goal, Workflow, team execution and cross-model delivery as places the result can go. v13 (RePrompter v2) restructures six lanes into two intents: a specifiability router picks spec-XML or an autonomous build prompt inside Improve, and Build can run as one prompt or split across a team. Every v12 trigger keeps working.


Two intents

Users learn two sentences. Everything else is machinery underneath them.

Intent Trigger What happens
Improve — "make my prompt better" "reprompt this", "clean up this prompt" Interview → the specifiability router picks the shape: spec-XML when the done-state is enumerable up front (bugfix with a repro, endpoint with a contract, bounded feature), outcome-prose in the One-Shot shape when done can only be judged against a quality bar (whole product, "like X", aesthetic outcome) → score (spec-XML only) → output-format step
Build — "build this whole thing" "one-shot this", "one-shot a X", "tek promptla", "tek seferde", "vibe a game", "build me a whole app/game/site" Plain-language interview (max 4) → done-list brief → execution choice: one prompt (default; finishes in one session, maximal/loop opt-in) or split across a team (the brief seeds Repromptverse: done-list becomes the team's success criteria, the harsh checker becomes the evaluator)

Output formats (Improve): these apply to spec-XML results only — an outcome-prose build brief is delivered as-is (it must not be compressed to /goal or compiled to a workflow, which would discard its staffing plan and checklist). paste (default) · compress to a /goal <objective> command (Codex CLI, Claude Code v2.1.139+, Hermes) · compile to a runnable .workflow.js (Claude Workflow tool) · deliver to another model via headless-relay (post-output step). The /goal and Workflow sections below define these formats; their triggers ("before /goal", "workflow preflight", "compile to workflow", "dynamic workflow", ...) jump straight to Improve with that format.

Read the full file on GitHub · 2,072 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 · 2,072 lines · 267 tokens per session scan D c7af9da4eb06

Subscribe to this mod's changes

reprompter is a skill published in the GitHub repository AytuncYildizli/reprompter (116 stars, last pushed 1mo ago), licensed MIT. It adds 267 tokens to every session and 34,071 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it D with 3 findings (downloads and executes remote code, reads agent configuration directories, makes network calls). 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

prompt-engineer

Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use when designing prompts for new LLM applications, refactoring existing prompts for better accuracy or token efficiency, implementing chain-of-thought or few-shot…

Jeffallan/claude-skills · 93 tokens

enhance-prompt

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

google-labs-code/stitch-skills · 41 tokens

prompt-optimization

Improve a prompt on the evaluations workbench through a measured loop. Score the baseline first, then duplicate the target column, form a hypothesis from failing rows, edit the copy's prompt draft, run, compare pass rate and cost, and repeat until the numbers hold. Use when the user asks to optimize or improve a…

langwatch/langwatch · 105 tokens

prompt-master

Generates optimized prompts for AI tools. Activates only when the user explicitly asks to write, fix, improve, or adapt a prompt for a specific AI tool (LLM, Cursor, Midjourney, image AI, video AI, coding agents, etc.). Does not activate for general conversation, coding tasks, document writing, or other…

nidhinjs/prompt-master · 78 tokens

ideogram4

Prompting patterns for Ideogram 4 text-to-image — best-in-class in-image text rendering and exact color/layout control via structured JSON captions. Use when generating images that need legible on-image text (title cards, thumbnails, logos, signage, CTAs), precise brand colors, or controlled spatial layout. Triggers…

digitalsamba/claude-code-video-toolkit · 99 tokens

hve-builder

Author, review, or validate Copilot prompt-engineering artifacts through independent review, behavior testing, and host checks.

microsoft/hve-core · 27 tokens