prompt-master

prompt-master is a skill for Claude Code from naveedharri/benai-skills. It costs 225 tokens per session (1,289 once invoked), scanned A, original, MIT.

A guided tool for turning an idea, existing prompt, or instruction file into clearer instructions for Claude 5 models. It interviews the user first, then builds or audits the resulting prompt or file.

In plain words
What is it for?
Use it to create or rewrite prompts, audit a CLAUDE.md or skill file, and turn requirements into a structured job brief.
Why use it?
It helps remove unclear, outdated, or unnecessary instructions before they are used in an AI task.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions Claude Code.

Part of the all-skills plugin — 99 skills shipped together

Good fit Use it to create or rewrite prompts, audit a CLAUDE.md or skill file, and turn requirements into a structured job brief.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/naveedharri/benai-skills/prompt-master
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.

Any agent
npx skills add naveedharri/benai-skills --skill prompt-master
Clone the repo
git clone --depth 1 https://github.com/naveedharri/benai-skills

Made for: Claude Code.

Or install all-skills, the plugin that ships this one along with the rest of its 99 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/naveedharri/benai-skills/prompt-master/github.svg)](https://agentmods.dev/skills/naveedharri/benai-skills/prompt-master)
Your own site
<a href="https://agentmods.dev/skills/naveedharri/benai-skills/prompt-master"><img src="https://agentmods.dev/badge/skills/naveedharri/benai-skills/prompt-master/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-master

Your own site · 80×15
<a href="https://agentmods.dev/skills/naveedharri/benai-skills/prompt-master"><img src="https://agentmods.dev/badge/skills/naveedharri/benai-skills/prompt-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 225 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,289 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Memory Poisoning · line 47
    Skill injects content designed to persist in agent memory or context across interactions. Persistent injection can alter agent behavior long after the initial interaction.
    Fix: Do not allow untrusted input to persist in agent memory or context. Validate all content before storing and implement memory isolation between sessions.
How audits are shown
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.00225 $0.01289
Opus 5 $0.00112 $0.00645
Sonnet 5 $0.00045 $0.00258
Haiku 4.5 $0.00022 $0.00129

Measured 6d ago against content hash 2513c92d6d9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

prompt-master 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 6d 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.

plugins/all-skills/skills/prompt-master/SKILL.md · 63 lines

How it starts

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

Prompt Master

Turns what the user wants into a prompt, brief or instruction file written the way Anthropic says to prompt the Claude 5 generation. Always begins by asking. The rulebook with sources is references/rulebook.md; read it once per session, then work from the steps.

Steps

Track progress:

Task Progress:
- [ ] 1. Interview
- [ ] 2. Strip what is retired
- [ ] 3. Rebuild as a Full Job Brief (or audit the file)
- [ ] 4. Rules to reasons
- [ ] 5. Deliver with receipts

1. Interview

Read what the user gave you first (the pasted prompt, the file, the folder). Then interview one question at a time following references/interview.md: never ask what you could read, prioritise questions whose answer changes the shape of the prompt, stop at 7. Skip to a single confirming question when the ask is already small and clear. By the end you know the input type (rough idea, existing prompt, or whole instruction file), the surface (Claude Cowork, Claude app, Claude Code, API), the run length (quick answer or long run), who the output is for, and what done looks like.

2. Strip what is retired

For an existing prompt or file, check every line against references/retired-instructions.md; remove or replace what matches and record each change for step 5. For a rough idea, skip this step.

3. Rebuild as a Full Job Brief, or audit the file

  • Rough idea or existing prompt: write it in the four-part shape from references/job-brief.md (job, why, guardrails, done-means). For a long run, append the audit line verbatim from that file. Drop any part the task does not need; a three-line prompt is right for a three-line task.
  • Whole instruction file (CLAUDE.md, skill, project instructions): run the bucket audit in references/file-audit.md, produce the three-column review table, and wait for approval before editing anything.

4. Rules to reasons

Re-read the draft or the proposed rewrites. Any hard rule without a reason gets the reason or gets cut, using references/rules-to-reasons.md. Keep hard rules only where being wrong is expensive. Say what to do instead of what not to do.

Read the full file on GitHub · 63 lines

Files

What ships with it

9 files 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. 6d ago First seen · 63 lines · 225 tokens per session scan A 2513c92d6d9c

Subscribe to this mod's changes

prompt-master is a skill published in the GitHub repository naveedharri/benai-skills (61 stars, last pushed 8d ago), licensed MIT. It adds 225 tokens to every session and 1,289 once invoked, about $0.0011 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-05.