senior-prompt-engineer

Optimize prompt design, RAG retrieval, and multi-agent workflows for LLM deployments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides advanced prompt design and evaluation patterns to build robust, cost-efficient LLM-powered applications, including RAG, agentization, and systematic evaluation.

Core Features & Use Cases

  • Advanced Prompt Patterns: Chain-of-thought, few-shot learning, structured outputs, and role-based prompting
  • RAG System Optimization: Retrieval strategies, embeddings, and indexing for scalable retrieval
  • Agentic Workflows: Multi-agent orchestration, tool calls, and state management

Quick Start

Basic prompts optimization and agent orchestration examples to kick off production-grade AI features.

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 production LLM deployments?

Prompt optimization involves refining prompt design using advanced patterns like chain-of-thought and few-shot learning to improve LLM output quality, cost efficiency, and reliability across Claude, GPT-4, and related models in production environments.

What's the best way to build RAG systems with LLMs?

RAG system optimization combines retrieval strategies, embeddings, and indexing to enhance how language models fetch and use external data, enabling scalable, grounded responses without retraining the underlying model.

How do I set up multi-agent workflows with LLMs?

Multi-agent orchestration involves designing state management, tool calls, and coordination patterns so multiple LLM agents can work together on complex tasks, requiring careful prompt structuring and workflow definition.

Can I use structured outputs with production LLM applications?

Structured outputs enable reliable, parseable responses from LLMs by enforcing specific formats in prompts and orchestration logic, critical for production-grade tooling interfaces and downstream system integration.

How do I evaluate and monitor LLM prompt performance?

Evaluation pipelines measure prompt effectiveness through systematic testing, observability instrumentation, and monitoring integration with vector databases and embedding models to detect quality degradation in production.

What evaluation strategies work for RAG and agentic LLM systems?

RAG and agent evaluation requires testing retrieval quality, response grounding, tool usage correctness, and end-to-end task success using metrics tied to production requirements and user outcomes.