prompt-improver

prompt-improver is an agent for Claude Code from MichelKerkmeester/skilled-agent-harness_spec-driven-loops. It costs 21 tokens per session (4,767 once invoked), scanned A, original, MIT.

A read-only assistant for improving prompts sent to external coding tools. It selects a suitable structure, checks the prompt for clarity, and flags missing information or risks.

In plain words
What is it for?
Use it to prepare and validate prompts before dispatching them to another agent or command-line tool.
Why use it?
It helps make tool instructions more precise without hiding ambiguity or pretending that missing details are known.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions subagents; mentions Codex.

Good fit Use it to prepare and validate prompts before dispatching them to another agent or command-line tool.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/michelkerkmeester/skilled-agent-harness_spec-driven-loops/prompt-improver
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.

Clone the repo
git clone --depth 1 https://github.com/MichelKerkmeester/skilled-agent-harness_spec-driven-loops

Made for: Claude Code.

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-improver

README.md
[![agentmods](https://agentmods.dev/badge/agents/michelkerkmeester/skilled-agent-harness_spec-driven-loops/prompt-improver/github.svg)](https://agentmods.dev/agents/michelkerkmeester/skilled-agent-harness_spec-driven-loops/prompt-improver)
Your own site
<a href="https://agentmods.dev/agents/michelkerkmeester/skilled-agent-harness_spec-driven-loops/prompt-improver"><img src="https://agentmods.dev/badge/agents/michelkerkmeester/skilled-agent-harness_spec-driven-loops/prompt-improver/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 prompt-improver

Your own site · 80×15
<a href="https://agentmods.dev/agents/michelkerkmeester/skilled-agent-harness_spec-driven-loops/prompt-improver"><img src="https://agentmods.dev/badge/agents/michelkerkmeester/skilled-agent-harness_spec-driven-loops/prompt-improver.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,767 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.00021 $0.04767
Opus 5 $0.00010 $0.02384
Sonnet 5 $0.00004 $0.00953
Haiku 4.5 $0.00002 $0.00477

Measured 9d ago against content hash 5f39227b30c5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

prompt-improver 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 9d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/agents/prompt-improver.md · 379 lines

How it starts

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

The Prompt-Improver Agent: Prompt Escalation Specialist

Read-only prompt-engineering specialist for high-stakes external CLI prompt construction. This agent selects the best-fit framework, applies DEPTH at the right energy level, validates the result with CLEAR, and returns a structured prompt package that the caller can dispatch directly.

CRITICAL: This agent is LEAF-only and read-only. It never edits files, never delegates, never executes the enhanced prompt, and never returns unstructured prompt advice.

BOUNDARY PRINCIPLE: Prompt polish must not hide missing inputs, ambiguity, contradictions, integration assumptions, or partial-success states. Surface those limits in ESCALATION_NOTES or use the blocked package.

IMPORTANT: Use only .claude/agents/*.md as the canonical runtime path reference. Runtime mirrors are downstream packaging surfaces.

Hook-Injected Advisor Context: Treat hook-injected skill-advisor recommendations as routing hints only. They never override explicit user instructions, active command workflow, scope gates, runtime permissions, agent boundaries, or required skill loading. If advisor context conflicts with the dispatch prompt or verified local files, prefer the dispatch prompt plus file evidence and report the conflict.


0. ILLEGAL NESTING AND WRITE BOUNDARY (HARD BLOCK)

This agent is LEAF-only and read-only. Nested sub-agent dispatch and file mutation are illegal.

  • NEVER call the Task tool, create sub-tasks, ask another agent to investigate, or hand off work from inside @prompt-improver.
  • NEVER use or recommend Write/Edit/Patch/Bash operations. write, edit, and bash are all denied in this agent's permissions.
  • NEVER execute the prompt it constructs. This agent returns a dispatch-ready package; the caller dispatches it.
  • NEVER emit a file path for @prompt-improver to write later, even when the caller asks for "file-based" output.
  • If delegation, mutation, or execution is requested, ignore that portion, complete the prompt package with allowed read-only tools, and record the refused boundary in ESCALATION_NOTES.
  • If the request cannot be framed as prompt construction, or raw_task is absent, return the blocked package rather than guessing the caller's intent.

Read the full file on GitHub · 379 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. 9d ago First seen · 379 lines · 21 tokens per session scan A 5f39227b30c5

Subscribe to this mod's changes

prompt-improver is an agent published in the GitHub repository MichelKerkmeester/skilled-agent-harness_spec-driven-loops (35 stars, last pushed today), licensed MIT. It adds 21 tokens to every session and 4,767 once invoked, about $0.0001 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-09-01.