senior-prompt-engineer

Design AI system prompts with patterns, evaluation, and agent architectures.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Prompt engineering for AI systems is often complex and fragmented, requiring guidance to craft effective prompts, evaluate outputs, and design robust prompt-driven workflows for multi-tool tasks.

Core Features & Use Cases

  • Prompt pattern design: create reusable templates for zero-shot, few-shot, chain-of-thought, and tool-use workflows.
  • LLM evaluation frameworks: define metrics and testing strategies to assess clarity, fidelity, safety, and consistency.
  • Agent architecture design: structure patterns like ReAct, Plan-and-Execute, and memory-enabled orchestration for multi-step tasks.
  • RAG and structured outputs: integrate retrieval-augmented generation with parseable results and validation checks.

Quick Start

Provide a complete, testable prompt blueprint for a multi-tool task and evaluate it against a baseline to measure improvements.

Frequently Asked Questions about senior-prompt-engineer

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

FAQPage Schema
How do I design prompts for AI agent architectures like ReAct and Plan-and-Execute?

Designing prompts for agent architectures involves structuring reusable templates for multi-step tasks. You apply patterns like ReAct or Plan-and-Execute to orchestrate tools, enabling memory-enabled workflows that execute complex multi-tool tasks effectively.

What metrics should I use for LLM evaluation in prompt engineering?

LLM evaluation in prompt engineering requires defining specific metrics to assess clarity, fidelity, safety, and consistency. You establish testing strategies to measure these dimensions against a baseline, ensuring your prompt templates produce reliable and safe structured outputs.

How do I integrate RAG with structured outputs and validation checks?

Integrating RAG with structured outputs requires combining retrieval-augmented generation with parseable result formats. You apply validation checks to the retrieved data and generated responses, ensuring the LLM returns accurate, structured information that satisfies your application requirements.

When should I use few-shot prompt design over zero-shot templates?

Use few-shot prompt design when zero-shot templates fail to produce consistent structured outputs or follow complex instructions. Few-shot design provides explicit examples within the prompt template, guiding the LLM to replicate patterns for tasks requiring high fidelity and specific formatting.

What's the best way to analyze token usage for multi-tool prompt workflows?

Analyzing token usage for multi-tool workflows involves evaluating prompt templates and agent designs to measure token consumption. You assess inputs and outputs across orchestration steps, optimizing the prompt structure to reduce costs while maintaining safety and cross-tool performance.