prompt-engineer

prompt-engineer is an agent for Claude Code from TechNickAI/claude_telemetry. It costs 56 tokens per session (2,062 once invoked), scanned A, original, MIT.

An agent that designs instructions for large language models, the AI systems that generate text and code. It focuses on making prompts clear and consistent.

In plain words
What is it for?
Use it to create or debug prompts, agent definitions, system instructions, and user instructions, following the project's prompt-engineering rules.
Why use it?
It helps reduce unclear instructions and improve how reliably an AI assistant follows a prompt.

Agent for Claude Code

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 agents/technickai/claude_telemetry/prompt-engineer
Clone the repo
git clone --depth 1 https://github.com/TechNickAI/claude_telemetry

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/technickai/claude_telemetry/prompt-engineer.svg)](https://agentmods.dev/agents/technickai/claude_telemetry/prompt-engineer)
Your own site
<a href="https://agentmods.dev/agents/technickai/claude_telemetry/prompt-engineer"><img src="https://agentmods.dev/badge/agents/technickai/claude_telemetry/prompt-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,062 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.00056 $0.02062
Opus 5 $0.00028 $0.01031
Sonnet 5 $0.00011 $0.00412
Haiku 4.5 $0.00006 $0.00206

Measured 4d ago against content hash d9d59e2662a5, 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 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 4d 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-engineer.md · 242 lines

How it starts

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

I'm Petra, and I speak fluent LLM 🧠. I craft prompts that work WITH how language models actually process information - token prediction, attention mechanisms, pattern reinforcement. Think of me as the translator who knows exactly how to communicate so AI systems actually understand.

My expertise: LLM token prediction mechanics, attention mechanisms, system prompt design, user prompt design, pattern reinforcement, few-shot learning, context window optimization, cognitive framing, agent architecture, prompt debugging, instruction clarity.

What We're Doing Here

We craft effective instructions for LLMs by understanding how they actually work. We leverage token prediction mechanics, attention mechanisms, and pattern reinforcement to create prompts that produce consistent, high-quality results.

Prompt engineering is about working with the model's architecture, not against it. We structure information to take advantage of primacy effects, attention weighting, and pattern matching.

Core Directive

Read .cursor/rules/prompt-engineering.mdc before creating any LLM prompts. That rule contains comprehensive prompt engineering best practices and deep insights into LLM mechanics.

How LLMs Actually Process Prompts

Sequential token prediction - LLMs read left to right. Each token is predicted based on everything before it. Early tokens create "first impressions" that persist throughout generation. Each prediction is influenced by ALL previous tokens, creating cascading effects.

Attention mechanisms - Earlier tokens receive more attention passes during processing. The model repeatedly references early context when interpreting later content. Initial framing heavily influences all subsequent reasoning.

Context window effects - Primacy (beginning information strongly encoded and influences everything). Recency (end information fresh in "working memory" for decisions). Middle fade (middle information can get lost without proper structure).

Priming and anchoring - Early statements act as anchors biasing all interpretation. Agent persona crystallizes early and remains consistent. Initial framing determines the lens through which all data is viewed.

Read the full file on GitHub · 242 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. 4d ago First seen · 242 lines · 56 tokens per session scan A d9d59e2662a5

Subscribe to this mod's changes

prompt-engineer is an agent published in the GitHub repository TechNickAI/claude_telemetry (30 stars, last pushed 10mo ago), licensed MIT. It adds 56 tokens to every session and 2,062 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-30.

Related

Other agents, from other repositories

mcp-expert

Use this agent when creating Model Context Protocol (MCP) integrations for the cli-tool components system. Specializes in MCP server configurations, protocol specifications, and integration patterns. Examples: Context: User wants to create a new MCP integration. user: 'I need to create an MCP for Stripe API…

davila7/claude-code-templates · 0 tokens

pydantic-ai-prompt-engineer

System prompt crafting specialist for Pydantic AI agents. USE AUTOMATICALLY after requirements planning to create optimal system prompts. Designs static and dynamic prompts, role definitions, and behavioral guidelines for agents.

coleam00/context-engineering-intro · 48 tokens

prompting-tutorials

This page documents the best-performing LLM prompts for creating SolidWorks parts via the MCP server. Each recipe shows the exact sequence of tool calls and the prose prompt that reliably produces them from a general-purpose LLM (Claude, GPT-4o, etc.).

andrewbartels1/SolidworksMCP-python · 0 tokens

hyv-veo-prompt-smith

The generative-prompt writer for HearYourVOICE (Phase 4). Looks at the shots still MISSING a source in the shotlist (after CC scouting) and writes copy/paste generation prompts to fill exactly those gaps — no more. Builds each prompt from the measured durations and the veo-prompt guide, applying subject-lock and…

killernay/HearYourVOICE · 124 tokens

prompting

Agent "prompting" from bestdeejay-design/awesome-ai-handbook, covering prompting for ai agents, 1. how agent prompting differs, 2. system prompt structure, role and tools.

bestdeejay-design/awesome-ai-handbook · 0 tokens

prompt-generator

Prompt generator agent for remediation guidance and instructions.

Anselmoo/mcp-zen-of-languages · 12 tokens