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.
npx skills add ntaffzii/Skill-Agents --skill prompt-improvementgit clone --depth 1 https://github.com/ntaffzii/Skill-AgentsWrote 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.
[](https://agentmods.dev/skills/ntaffzii/skill-agents/prompt-improvement)<a href="https://agentmods.dev/skills/ntaffzii/skill-agents/prompt-improvement"><img src="https://agentmods.dev/badge/skills/ntaffzii/skill-agents/prompt-improvement/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.
<a href="https://agentmods.dev/skills/ntaffzii/skill-agents/prompt-improvement"><img src="https://agentmods.dev/badge/skills/ntaffzii/skill-agents/prompt-improvement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00063 | $0.00431 |
| Opus 5 | $0.00032 | $0.00216 |
| Sonnet 5 | $0.00013 | $0.00086 |
| Haiku 4.5 | $0.00006 | $0.00043 |
Grade A, and why
prompt-improvement 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 10d 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.
What it actually says
Prompt Improvement
Turn rough intent into a clear prompt without changing what the user asked for.
Core Principle
Preserve explicit intent. Add assumptions only when labeled.
Workflow
-
Classify the problem
- Identify whether the prompt is vague, ambiguous, overbroad, missing inputs, missing output format, missing audience, risky, or already good enough.
-
Extract intent
- Separate explicit requirements, inferred goals, missing information, assumptions, constraints, and risks.
- Do not invent requirements.
-
Decide whether to ask or rewrite
- Ask 1 to 3 concise questions only when missing information changes the correct outcome.
- Proceed with assumptions for low-risk drafting, brainstorming, research, reports, templates, and clear-enough tasks.
-
Rewrite
- Make the task executable.
- Add context, requirements, process, output format, quality rules, and language guidance only when useful.
- Keep identifiers, file paths, commands, schema keys, model IDs, and API names unchanged.
-
Check fidelity
- Confirm the rewrite preserves the user's request.
- Remove hidden goals.
- Mark assumptions and open questions clearly.
Default Output
## Improved Prompt
```text
[Prompt ready to use]
What Changed
Assumptions
Questions
## Reusable Prompt Skeleton
```text
Role:
Task:
Context:
Requirements:
Process:
Output Format:
Quality Rules:
Language And Tone:
Rules
- Respond in the user's language.
- Keep reusable model-facing prompt text in English when it improves portability.
- Do not make prompts longer unless the added structure improves execution.
- Do not remove explicit constraints.
- Do not convert uncertainty into fact.
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.
- 10d ago First seen · 80 lines · 63 tokens per session scan A d112ea347b2f
prompt-improvement is a skill published in the GitHub repository ntaffzii/Skill-Agents (4 stars, last pushed 2d ago), licensed MIT. It adds 63 tokens to every session and 431 once invoked, about $0.0003 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-31.
Other skills, from other repositories
gemini-api-dev
Use when build applications using Google Gemini API. Handle chat completions, multimodal inputs, function calling, streaming, and grounding with Google Search. Use when building applications using google gemini api. handle chat completions, multimodal.
claude
Anthropic Claude AI models for analysis and coding. Use for AI assistants.
guidance
Constrain LLM output with grammars; guarantee valid JSON.
outlines
Outlines: structured JSON/regex/Pydantic LLM generation.
claude-api
Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude…
claude-api-in-prototypes
Call Claude from your HTML artifacts via window.claude.complete.