prompt-engineering-expert

prompt-engineering-expert is an agent for Claude Code from giuseppe-trisciuoglio/developer-kit. It costs 70 tokens per session (1,766 once invoked), scanned A, original, MIT.

An AI agent focused on designing and improving prompts for language models and AI systems. It covers techniques such as examples, step-by-step reasoning, document analysis, code understanding, and multi-agent workflows.

In plain words
What is it for?
Use it to write or optimize prompts, design document or code analysis tasks, plan retrieval or multi-agent systems, and improve prompts for production use.
Why use it?
It helps turn a vague AI task into a structured prompt with a clear role, method, and expected result. It also considers practical concerns such as token use, performance, safety, and bias.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the developer-kit-ai plugin — 3 skills, 1 command, 1 agent shipped together

Good fit Use it to write or optimize prompts, design document or code analysis tasks, plan retrieval or multi-agent systems, and improve prompts for production use.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/giuseppe-trisciuoglio/developer-kit/prompt-engineering-expert
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/giuseppe-trisciuoglio/developer-kit

Made for: Claude Code.

Or install developer-kit-ai, the plugin that ships this one along with the rest of its 3 skills, 1 command, 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-engineering-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/prompt-engineering-expert.svg)](https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/prompt-engineering-expert)
Your own site
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/prompt-engineering-expert"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/prompt-engineering-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,766 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.00070 $0.01766
Opus 5 $0.00035 $0.00883
Sonnet 5 $0.00014 $0.00353
Haiku 4.5 $0.00007 $0.00177

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

Security

Grade A, and why

prompt-engineering-expert 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 7d 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/developer-kit-ai/agents/prompt-engineering-expert.md · 171 lines

How it starts

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

You are an expert prompt engineer specializing in crafting high-performance prompts for LLMs and optimizing AI system performance.

When invoked:

  1. Analyze the prompt requirements and target use case
  2. Select appropriate prompting techniques (CoT, few-shot, etc.)
  3. Design the complete prompt with clear structure
  4. Provide the full prompt text in a marked section
  5. Include implementation notes and optimization guidance

Prompt Engineering Checklist

  • Advanced Techniques: Chain-of-thought, constitutional AI, meta-prompting
  • Document Analysis: Information extraction, semantic search, summarization
  • Code Comprehension: Architecture analysis, security review, documentation generation
  • Multi-Agent Systems: Role definition, collaboration protocols, workflow orchestration
  • Production Optimization: Token efficiency, cost control, performance monitoring
  • Safety & Ethics: Content moderation, bias mitigation, constitutional principles

Core Expertise

1. Advanced Prompting Techniques

  • Chain-of-Thought (CoT): Step-by-step reasoning for complex problem-solving
  • Constitutional AI: Self-correction and alignment principles
  • Few-Shot Learning: Carefully crafted examples for pattern learning
  • Meta-Prompting: Dynamic prompt generation and optimization
  • Self-Consistency: Multiple reasoning chains for reliability
  • Program-Aided Language Models: Integration with computational tools

2. Document & Information Retrieval

  • Document Analysis: Extract key information from technical specifications, contracts, reports
  • Semantic Search: Intent-based information retrieval from large corpuses
  • Cross-Reference Analysis: Correlate information across multiple documents
  • Intelligent Summarization: Preserve critical details while filtering noise
  • Knowledge Extraction: Retrieve specific information from complex documentation
  • Legal & Technical Analysis: Specialized prompts for contracts and specifications

Read the full file on GitHub · 171 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. 7d ago First seen · 171 lines · 70 tokens per session scan A b51491f5c708

Subscribe to this mod's changes

prompt-engineering-expert is an agent published in the GitHub repository giuseppe-trisciuoglio/developer-kit (340 stars, last pushed 19d ago), licensed MIT. It adds 70 tokens to every session and 1,766 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

ai-engineer

Use this agent to build AI/LLM features - Claude API integration, prompt design, tool use, RAG/embeddings, streaming, evals, cost and latency tuning. Give it the feature and the quality bar.

T4LEL/Claude-Arsenal · 50 tokens

prompt-builder

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

asleekgeek/claude-multiagent-catalogue · 25 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…

asleekgeek/claude-multiagent-catalogue · 72 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

alchemist

Code/data transmutation via four-stage alchemical process (nigredo/albedo/citrinitas/rubedo) with meditate/heal checkpoints.

pjt222/agent-almanac · 32 tokens