senior-prompt-engineer

Design and optimize complex prompt workflows for LLM agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Prompt engineering patterns, evaluation workflows, and agent design frameworks help AI teams craft robust prompts and reliable agent workflows, reducing hallucinations, token waste, and errant behavior.

Core Features & Use Cases

  • Comprehensive prompt engineering patterns (Zero-shot, Few-shot, CoT, ReAct, Tree of Thoughts)
  • End-to-end evaluation workflows for prompts and RAG, including token efficiency, faithfulness, and safety
  • Agent orchestration primitives and reference architectures for multi-tool and multi-agent workflows
  • Reusable templates and references for design patterns and best practices

Quick Start

Run the prompt_optimizer, rag_evaluator, and agent_orchestrator to analyze, optimize, and validate a sample prompt workflow.

Frequently Asked Questions about senior-prompt-engineer

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

FAQPage Schema
How do I evaluate RAG pipelines for token efficiency and faithfulness?

RAG evaluation involves analyzing token efficiency, faithfulness, and safety using structured workflows. The rag_evaluator script loads prompts, runs analyses, and generates validation reports to measure retrieval accuracy and output reliability.

What are the best prompt engineering patterns for reducing LLM hallucinations?

Prompt engineering patterns like Zero-shot, Few-shot, Chain-of-Thought, ReAct, and Tree of Thoughts reduce hallucinations by structuring reasoning steps. The prompt_optimizer script analyzes and optimizes prompts to ensure robust, cost-efficient outputs.

How do I orchestrate multi-tool LLM agent workflows?

Agent orchestration primitives coordinate multi-tool and multi-agent workflows using reference architectures. The agent_orchestrator script manages tool integration across Claude Code, Codex, and OpenClaw contexts to execute complex agent design frameworks reliably.

Can I use these prompt optimization scripts with my existing Python tooling?

The Python scripts integrate into existing tooling to load prompts and run analyses. Reusable templates and reference documentation accompany the scripts, allowing seamless incorporation into established AI evaluation and agent design pipelines.

When should I use structured output patterns in prompt design?

Structured output patterns are needed when generating validation reports or coordinating multi-agent workflows. They ensure robust, cost-efficient outputs by enforcing format constraints, which is critical for agent orchestration and end-to-end prompt evaluation.

What is the best way to optimize complex prompt workflows for LLM agents?

Optimizing complex prompt workflows requires combining prompt engineering patterns, RAG evaluation, and agent orchestration. Running the prompt_optimizer, rag_evaluator, and agent_orchestrator scripts sequentially analyzes, optimizes, and validates the entire workflow.