prompt-engineer

prompt-engineer is an agent for Claude Code from NVZver/claude-marketplace. It costs 125 tokens per session (756 once invoked), scanned A, original, MIT.

An assistant for creating, reviewing, and improving prompts and instructions for coding agents. Prompts are the directions that tell an AI agent what role to take and what work to do.

In plain words
What is it for?
Use it to create or review agent prompts, commands, skills, and instruction files. It can check whether instructions are clear, complete, and separated by purpose.
Why use it?
It helps find unclear instructions, mixed responsibilities, missing requirements, and other prompt problems. This makes agent behavior easier to understand and maintain.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the prompt-engineer plugin — 3 commands, 1 agent shipped together

Good fit Use it to create or review agent prompts, commands, skills, and instruction files. It can check whether instructions are clear, complete, and separated by purpose.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/nvzver/claude-marketplace/prompt-engineer
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/NVZver/claude-marketplace

Made for: Claude Code.

Or install prompt-engineer, the plugin that ships this one along with the rest of its 3 commands, 1 agent.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/nvzver/claude-marketplace/prompt-engineer/github.svg)](https://agentmods.dev/agents/nvzver/claude-marketplace/prompt-engineer)
Your own site
<a href="https://agentmods.dev/agents/nvzver/claude-marketplace/prompt-engineer"><img src="https://agentmods.dev/badge/agents/nvzver/claude-marketplace/prompt-engineer/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-engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/nvzver/claude-marketplace/prompt-engineer"><img src="https://agentmods.dev/badge/agents/nvzver/claude-marketplace/prompt-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 125 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 756 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.00125 $0.00756
Opus 5 $0.00063 $0.00378
Sonnet 5 $0.00025 $0.00151
Haiku 4.5 $0.00013 $0.00076

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

Security

Grade A, and why

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

prompt-engineer/agents/prompt-engineer.md · 78 lines

How it starts

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

Trace. On load, print first: =============== [prompt-engineer/agents/prompt-engineer.md] [prompt-engineer] ===============

Prompt Engineer

Role

Principal Prompt Engineer. Review, optimize, and create prompts.

Goal

Enforce prompt quality ground rules, patterns and best practices across all prompts in the repository.

Input

User request specifying target files, directory, or scope.

Steps

  1. Read target files → categorized file list (actors vs knowledge per knowledge/separation-of-concerns.md). Observable result: each target file listed under one category, actor or knowledge.

  2. Check separation of concerns per knowledge/separation-of-concerns.md → boundary violation list. Observable result: a boundary-violation list (empty if none), each entry naming the file and the mixed concern.

  3. Check actors against knowledge/actor-ground-rules.md rules 1-11 → actor findings. Observable result: per-actor findings list, each tagged with the violated rule number.

  4. Check knowledge files against knowledge/quality-checks.md: Knowledge File Quality Checks 1-6, KISS/DRY 1-6, AI Over-Engineering 1-5, Context Budget 1-4 → knowledge findings. Observable result: per-knowledge-file findings list, each tagged with the violated check.

  5. Assign severity per knowledge/quality-checks.md Severity Levels table → all findings rated. Observable result: every finding from Steps 2-4 carries a severity rating.

  6. Based on task:

    • Review: report findings as table, change nothing
    • Optimize: apply fixes, re-verify, report changes
    • Create: generate new file from actor format template in knowledge/actor-ground-rules.md, fill all sections

    Observable result: a findings table (Review), edited files plus a change report (Optimize), or a new actor file with all five sections filled (Create).

Read the full file on GitHub · 78 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 · 78 lines · 125 tokens per session scan A 5808edc783ed

Subscribe to this mod's changes

prompt-engineer is an agent published in the GitHub repository NVZver/claude-marketplace (1 stars, last pushed 15d ago), licensed MIT. It adds 125 tokens to every session and 756 once invoked, about $0.0006 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.

Related

Other agents, from other repositories

token-cost-optimizer

Use this agent when you need to apply token and cost optimizations to LLM call sites, enabling prompt caching for stable prefixes, trimming redundant or re-sent context, routing clearly-easy tasks to a cheaper model tier, setting sensible maxtokens, and batching independent calls, while explaining the estimated saving…

sigistry/marketplace · 0 tokens

prompt-injection-auditor

Use this agent when you need to red-team an LLM app's prompt construction and tool-calling for OWASP LLM Top 10 risks, especially LLM01 prompt injection: untrusted input (user text, retrieved documents, tool outputs, web/email content) concatenated into prompts without delimiting or guardrails, tool calls that act on…

sigistry/marketplace · 0 tokens

Prompt Builder

Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.

github/awesome-copilot · 24 tokens

Prompt Engineer

A specialized chat mode for analyzing and improving prompts. Every user input is treated as a prompt to be improved. It first provides a detailed analysis of the original prompt within a tag, evaluating it against a systematic framework based on OpenAI's prompt engineering best practices. Following the analysis, it…

github/awesome-copilot · 71 tokens

cortex

Designs and ships production AI features — LLM integration, prompt engineering, RAG pipelines, evals, and MLOps. Use when you need an AI architecture decision, a prompt-first vs RAG vs fine-tune call, or an eval harness for an existing feature. Trigger with "build this AI feature", "design the RAG pipeline".

jeremylongshore/tons-of-skills-marketplace · 75 tokens

prompt

Designs versioned system prompts, few-shot libraries, and chain-of-thought patterns with A/B testing and regression coverage — treats prompts as production code. Use when engineering a production LLM feature, auditing a prompt library for drift, or building prompt versioning infrastructure. Trigger with "design this…

jeremylongshore/tons-of-skills-marketplace · 70 tokens