senior-prompt-engineer

Optimize LLM prompts and evaluate RAG systems for production AI systems.

24.2k|3.4k|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/alirezarezvani/claude-skills --skill senior-prompt-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-prompt-engineer
Source: https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/senior-prompt-engineer
Command: npx skills add https://github.com/alirezarezvani/claude-skills --skill senior-prompt-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires langchain, llama-index, dspy, torch, tensorflow, scikit-learn, xgboost, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Prompt engineers constantly iterate on prompts, evaluate LLM performance, and design complex agentic systems. This Skill automates these intricate tasks, enabling you to rapidly develop, optimize, and deploy production-grade AI products and intelligent agents.

Core Features & Use Cases

  • Prompt Optimizer: Automatically refine and optimize prompts for better LLM performance and structured outputs.
  • RAG Evaluator: Assess the effectiveness of Retrieval-Augmented Generation (RAG) systems and identify areas for improvement.
  • Agent Orchestrator: Design, configure, and deploy sophisticated AI agentic systems.
  • Use Case: Use the Prompt Optimizer to automatically A/B test different prompt variations for a critical LLM application, identifying the most effective prompt to improve response quality and reduce latency.

Quick Start

Core Tool 1

python scripts/prompt_optimizer.py --input data/ --output results/

Core Tool 2

python scripts/rag_evaluator.py --target project/ --analyze

Frequently Asked Questions about senior-prompt-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize prompts for better LLM performance in production?

Prompt optimization refines and tests prompt variations to improve LLM response quality, accuracy, and latency. This Skill automates A/B testing different prompts, evaluates performance against production targets, and identifies the most effective patterns for your application without manual iteration.

Can I evaluate and improve my RAG system's effectiveness?

RAG evaluation assesses retrieval-augmented generation systems by measuring retrieval accuracy, response quality, and relevance. This Skill provides automated evaluation tools that identify performance gaps and improvement areas across your RAG pipeline.

How do I design and deploy AI agents with Claude and other LLMs?

Agent orchestration involves configuring multi-step workflows where LLMs make decisions and take actions. This Skill helps you design, configure, and deploy sophisticated agentic systems with production-grade observability, security, and reliability across inference and deployment.

Does this work with LLM frameworks like LangChain and LlamaIndex?

Yes. This Skill integrates with LangChain, LlamaIndex, and DSPy to optimize prompts and agentic patterns across these frameworks, enabling production-grade development with consistent performance monitoring and compliance checks.

What production requirements does this enforce for AI systems?

Production-grade requirements include performance targets, scalability constraints, security patterns, compliance standards, observability for monitoring, and reliable development practices across code, testing, CI/CD pipelines, and deployment workflows.

Can I use this for LLM optimization across inference, evaluation, and monitoring?

Yes. This Skill covers the complete LLM lifecycle: prompt optimization for inference, evaluation of system performance, and monitoring in production to ensure consistent quality and identify optimization opportunities over time.