senior-prompt-engineer

Optimize LLM prompts and evaluate AI outputs with Python scripts.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/amanhsn/flyerbuild --skill senior-prompt-engineer-amanhsn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-prompt-engineer
Source: https://github.com/amanhsn/flyerbuild/tree/main/.cursor/skills/senior-prompt-engineer
Command: npx skills add https://github.com/amanhsn/flyerbuild --skill senior-prompt-engineer-amanhsn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, 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, accuracy, and efficiency in AI interactions.

Core Features & Use Cases

  • Prompt Optimization: Refine existing prompts for better clarity, conciseness, and token efficiency.
  • LLM Output Evaluation: Assess the quality, faithfulness, and relevance of LLM-generated responses.
  • Agentic System Design: Build and validate complex AI workflows using patterns like ReAct and Plan-Execute.
  • Use Case: You've developed a customer service chatbot, but its responses are sometimes irrelevant or too verbose. Use this Skill to analyze and optimize the prompts driving the chatbot, leading to more helpful and concise customer 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?

Prompt optimization refines existing LLM prompts to improve clarity, conciseness, and token efficiency. This Skill analyzes your prompt text to identify areas for refinement, ensuring optimal performance and accuracy in AI interactions.

What is the best way to evaluate LLM outputs and RAG responses for faithfulness?

Evaluating LLM outputs involves assessing the quality, faithfulness, and relevance of AI-generated responses. This Skill provides capabilities to evaluate RAG systems, helping you validate that responses are accurate and contextually appropriate.

How do I design complex agentic systems and AI workflows?

Designing agentic systems involves building and validating complex AI workflows using patterns like ReAct and Plan-Execute. This Skill supports agent workflow visualization using Python scripts to structure and test your AI development.

Can I analyze and refine prompts stored in text files for customer service chatbots?

Yes, you can analyze prompts stored in text files like 'customer_service_prompt.txt'. The Skill processes these files to evaluate and optimize the prompts driving your chatbot, leading to more helpful and concise customer interactions.

Why does my customer service chatbot return irrelevant or verbose LLM responses?

Irrelevant or verbose LLM responses often stem from unoptimized prompts. This Skill analyzes and refines the prompts driving your chatbot, addressing these specific issues to produce more helpful, concise, and accurate customer interactions.

Do I need Python dependencies to visualize agent workflows and evaluate prompts?

Yes, visualizing agent workflows and evaluating prompts requires Python scripts and dependencies like pypdf, pdfplumber, and pdf2image. These libraries support the internal processing logic for analyzing your prompt files.