prompt-engineer-master

prompt-engineer-master is a skill for Claude Code, Codex from Agent-Engineer-Master/skill-engineer. It costs 109 tokens per session (2,079 once invoked), scanned A, original, MIT.

A prompt-writing tool for creating detailed instructions for AI agents. It produces a copy-ready prompt in a structured format for an agent configuration, system prompt, or project instruction file.

In plain words
What is it for?
Use it to design system prompts, complex task prompts, agent briefs, and multi-agent workflow prompts.
Why use it?
It provides a defined way to capture the task, audience, success criteria, tools, constraints, and trust level of information. This helps when a basic request is not specific enough for reliable agent work.

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/agent-engineer-master/skill-engineer/prompt-engineer-master
Any agent
npx skills add Agent-Engineer-Master/skill-engineer --skill prompt-engineer-master
Clone the repo
git clone --depth 1 https://github.com/Agent-Engineer-Master/skill-engineer

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/agent-engineer-master/skill-engineer/prompt-engineer-master.svg)](https://agentmods.dev/skills/agent-engineer-master/skill-engineer/prompt-engineer-master)
Your own site
<a href="https://agentmods.dev/skills/agent-engineer-master/skill-engineer/prompt-engineer-master"><img src="https://agentmods.dev/badge/skills/agent-engineer-master/skill-engineer/prompt-engineer-master.svg" alt="Measured on agentmods" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,079 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00109 $0.02079
Opus 5 $0.00055 $0.01040
Sonnet 5 $0.00022 $0.00416
Haiku 4.5 $0.00011 $0.00208

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

Security

Grade A, and why

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

operations/prompt-engineer-master/SKILL.md · 135 lines

How it starts

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

Prompt Engineer Master

Output contract

  • Produces: a single copy-pasteable prompt block in XML or 5-section prose format, plus optional usage notes
  • Does NOT produce: implementation code, prompt evaluation reports, prompt explanations, or multi-turn dialogue scaffolds
  • Enables: the user or calling agent to paste the output directly into a system prompt, agent config, or project instruction file
  • Consumed by: the user directly, or an agent pipeline that needs a system prompt as input

Canonical source

Read references/prompt-engineer-master.txt before generating any prompt — it contains the production patterns, XML skeleton, real-world examples, and the 10-point production checklist to adapt from.

Step 1 — Gather context (skip if sufficient detail already given)

Ask at most 3 clarifying questions. Only ask if the answer would materially change the prompt:

  • What is the task and the deliverable?
  • What is the audience and success criteria?
  • Any constraints — tools available, tone, forbidden items, or trust level of inputs (user-typed vs server-injected vs retrieved from docs)?

If the user has given enough detail, proceed immediately to Step 2.

Step 2 — Research prior art and domain context

Skip this step if the request is for a simple single-purpose task prompt (single-source, no tools, no irreversible actions — i.e., anything that would use lightweight 5-section prose structure). Go directly to Step 3.

Read references/research-guide.md for full query specs, librarian sub-agent prompt, and synthesis format.

Run two tracks in parallel:

Track A — Prior art (inline): Search for existing prompts in this domain. Sources: Anthropic prompt library, GitHub system prompt repos, community repos, r/PromptEngineering. See research-guide.md §2 for queries.

Track B — Domain research (spawn librarian sub-agent): Read agents/librarian.md and spawn a sub-agent using those instructions. Research what makes this task domain work well — best practices, failure modes, practitioner vocabulary. Use the librarian agent prompt in research-guide.md §3.

Read the full file on GitHub · 135 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. 3d ago First seen · 135 lines · 0 tokens per session scan A bb8df76abdc3

Subscribe to this mod's changes

prompt-engineer-master is a skill published in the GitHub repository Agent-Engineer-Master/skill-engineer (8 stars, last pushed 1mo ago), licensed MIT. It adds 109 tokens to every session and 2,079 once invoked, about $0.0005 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 skills, from other repositories

opus-4-5-migration

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

gotalab/skillport · 97 tokens

review-prompts-quality

Review quality of changed or staged prompts in the archcore CLI project. Use when the user runs /review-prompts-quality. Inspects git diff (staged + unstaged) for changes in MCP tool descriptions (internal/mcp/tools/.go), system instructions (internal/mcp/server.go), and document templates (templates/templates.go)…

archcore-ai/cli · 98 tokens

prompt-writer

Write maximally terse agent prompts from scratch. Use when creating agent specs, command prompts, or instruction sets with constitutional governance.

rp1-run/rp1 · 29 tokens

promptly-prompt

Clarity gate for prompts: intercepts unclear requests and forces the model to restate the user's intent to align before working, then diagnose the root cause and reuse the domain's mature, established practices before improvising. Clear prompts pass through untouched.

ViryaZheng/promptly-prompt · 59 tokens

zipai-optimizer

Skill "zipai-optimizer" from nickdesi/ZipAI, covering zipai: ultra-dense token optimizer, rules, 1. zero filler, 2. ambiguity and 3. prompt caching.

nickdesi/ZipAI · 4 tokens

go4

Use when designing, architecting, planning, or debugging any system with an LLM in it — agents, agent loops, RAG and retrieval, prompt pipelines, multi-agent or subagent orchestration, tool use and MCP, memory and context management, evals, or production guardrails. Trigger BEFORE committing to an approach — choosing…

jlldavies/go4-llm-design-patterns · 141 tokens