senior-prompt-engineer

Optimize prompts for LLM systems including Claude and GPT-4 deployments.

Updated Oct 27, 2025
One-click install
npx skills add https://github.com/alex-tgk/claude-init --skill senior-prompt-engineer-alex-tgk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-prompt-engineer
Source: https://github.com/alex-tgk/claude-init/tree/main/.claude/skills/senior-prompt-engineer
Command: npx skills add https://github.com/alex-tgk/claude-init --skill senior-prompt-engineer-alex-tgk

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides world-class expertise in prompt engineering, LLM optimization, and AI product development. It helps users design, evaluate, and deploy advanced AI systems, ensuring optimal performance, structured outputs, and scalable architectures.

Core Features & Use Cases

  • Prompt Optimizer: Optimize prompts for LLM performance and desired outputs.
  • RAG Evaluator: Evaluate and fine-tune Retrieval-Augmented Generation (RAG) systems.
  • Agent Orchestrator: Design and deploy complex agentic AI systems.
  • Use Case: Optimize a prompt for a customer service chatbot to reduce hallucinations, then evaluate its RAG system's accuracy, and finally, orchestrate multiple agents for a complex task like market analysis.

Quick Start

Use the senior-prompt-engineer skill to optimize the prompt for a new content generation feature.

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 LLM performance and reduce hallucinations?

Prompt optimization involves restructuring queries, adding context constraints, and applying chain-of-thought patterns to improve LLM accuracy. This skill provides techniques for Claude, GPT-4, and other production models to minimize hallucinations and ensure consistent outputs across deployments.

What's the best way to evaluate and improve RAG systems?

RAG evaluation assesses retrieval accuracy and response quality in Retrieval-Augmented Generation pipelines. This skill teaches methods to fine-tune retrieval components, validate source relevance, and measure end-to-end system performance before production deployment.

How do I design and deploy agentic AI systems?

Agent orchestration structures multi-step workflows where LLMs coordinate tool calls and decisions. This skill covers agent design patterns, state management, fallback strategies, and deployment integration with Python tooling for scalable, observable AI products.

Can I use prompt engineering techniques with Claude and GPT-4 in production?

Yes. This skill applies production-grade prompt design, few-shot configuration, and performance tuning directly to Claude, GPT-4, and other commercial LLMs, with built-in monitoring, security, and scalability for enterprise deployments.

What prerequisites do I need before optimizing LLM prompts at scale?

You need access to an LLM API, baseline performance metrics, and structured test datasets. This skill assumes Python environment familiarity and requires defined success criteria—response latency, accuracy targets, or cost constraints—before optimization begins.

Why does structured output matter in agentic workflows?

Structured outputs ensure agents parse responses correctly, reducing downstream errors and enabling reliable tool integration. This skill teaches schema design and validation techniques to enforce predictable outputs across multi-agent systems.