senior-prompt-engineer

Optimize prompts, evaluate RAG systems, and design agent workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires prompt_optimizer.py, rag_evaluator.py, agent_orchestrator.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, refining, and evaluating prompts for Large Language Models (LLMs), and helps in designing complex AI agent systems.

Core Features & Use Cases

  • Prompt Optimization: Analyzes and improves prompt efficiency, clarity, and cost-effectiveness.
  • RAG Evaluation: Assesses the quality of retrieval-augmented generation systems.
  • Agent Orchestration: Visualizes and validates agent workflows and tool configurations.
  • Use Case: A developer needs to improve the accuracy and reduce the token cost of a customer support chatbot's prompt. They use the Prompt Optimizer to analyze the existing prompt, identify areas for improvement, and generate an optimized version.

Quick Start

Use the senior prompt engineer skill to analyze the prompt file 'prompts/my_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 to reduce token usage and improve accuracy?

You can evaluate RAG quality by assessing retrieval-augmented generation systems to measure their accuracy and effectiveness. The Skill provides script-based analysis to validate retrieval outputs and ensure robust AI application performance.

Can I visualize and validate complex agent workflows and tool configurations?

Agent orchestration visualizes and validates agent workflows and tool configurations to ensure robust system design. This allows you to structure complex AI interactions and verify tool integration before deployment.

What is the best way to generate few-shot examples and structured outputs for LLMs?

Generating few-shot examples and structured outputs involves analyzing prompt patterns to create consistent LLM responses. The Skill facilitates structured output generation and token usage analysis to standardize your AI application behavior.

Does this prompt engineering tool require specific script dependencies for evaluation?

The prompt engineering evaluation requires specific script dependencies including prompt_optimizer.py, rag_evaluator.py, and agent_orchestrator.py. These scripts enable structured analysis, visualization, and validation of your AI workflows.

Why do my LLM prompts have high token costs and inconsistent outputs?

High token costs and inconsistent outputs often result from unoptimized prompt structure and lack of structured generation. Analyzing prompt efficiency and implementing few-shot examples can clarify instructions and reduce unnecessary token consumption.