senior-prompt-engineer

Analyze prompts, evaluate RAG systems, and validate agent configurations.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Tonybleything76/more-claude-skills --skill senior-prompt-engineer-tonybleything76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-prompt-engineer
Source: https://github.com/Tonybleything76/more-claude-skills/tree/main/engineering-team/senior-prompt-engineer
Command: npx skills add https://github.com/Tonybleything76/more-claude-skills --skill senior-prompt-engineer-tonybleything76

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires argparse, json, re, sys, pathlib, typing, dataclasses, enum, math, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill tackles the challenge of crafting effective prompts for Large Language Models (LLMs), ensuring optimal performance, clarity, and efficiency in AI interactions.

Core Features & Use Cases

  • Prompt Optimization: Analyzes and refines prompts for better token efficiency, clarity, and structure.
  • RAG Evaluation: Assesses the quality of Retrieval-Augmented Generation systems by measuring context relevance and answer faithfulness.
  • Agent Orchestration: Validates and visualizes agent workflows, configurations, and tool usage.
  • Use Case: A product team needs to build a customer support chatbot. They use this Skill to design, test, and optimize the prompts that guide the chatbot's responses, ensuring accurate and helpful interactions.

Quick Start

Use the senior prompt engineer skill to analyze the prompt in the file 'customer_service_prompt.txt'.

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 LLM prompts for better token efficiency and clarity?

You can optimize LLM prompts by analyzing and refining them for better token efficiency, clarity, and structure. This Skill evaluates prompt components to ensure your AI interactions yield accurate and helpful responses.

What is RAG evaluation and how does it measure retrieval-augmented generation quality?

RAG evaluation assesses the quality of retrieval-augmented generation systems by measuring context relevance and answer faithfulness. This ensures your AI applications retrieve accurate context and generate faithful responses.

How do I validate agent workflows and configurations for agentic AI systems?

You validate agent workflows by using orchestration tools to visualize configurations and tool usage. This verifies that your agentic workflows operate correctly and integrate tools effectively for sophisticated AI applications.

Can I analyze a customer support chatbot prompt from a text file?

Yes, you can analyze a customer support chatbot prompt from a text file. The Skill processes text files like 'customer_service_prompt.txt' to evaluate and refine prompts for accurate chatbot interactions.

What are the limitations of prompt engineering for complex AI workflows?

Prompt engineering optimizes text inputs, RAG evaluation metrics, and agent configuration validation, but does not handle underlying model training or infrastructure scaling. It refines interactions within existing LLM capabilities.