senior-prompt-engineer

Analyze and optimize LLM prompts with Python scripts.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill senior-prompt-engineer-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-prompt-engineer
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/alireza-senior-prompt-engineer
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill senior-prompt-engineer-mcauduro0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires argparse, json, re, sys, pathlib, typing, dataclasses, enum, math, collections, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, evaluating, and refining prompts for Large Language Models (LLMs), ensuring optimal performance and efficiency.

Core Features & Use Cases

  • Prompt Optimization: Analyzes prompts for clarity, token efficiency, and potential issues, providing actionable suggestions for improvement.
  • LLM Evaluation: Offers tools to assess the quality of LLM outputs, particularly in Retrieval-Augmented Generation (RAG) scenarios.
  • Agentic System Design: Assists in building and validating complex AI agent workflows and architectures.
  • Use Case: Improve a complex LLM prompt to reduce token costs by 20% while increasing response accuracy.

Quick Start

Use the senior prompt engineer skill to analyze the prompt in the file '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 for token efficiency and clarity?

Prompt optimization analyzes your LLM prompts for clarity, token efficiency, and potential issues to provide actionable suggestions. This process helps reduce token costs while increasing response accuracy in your AI workflows.

How do I evaluate LLM outputs in Retrieval-Augmented Generation scenarios?

To evaluate LLM outputs in Retrieval-Augmented Generation scenarios, use dedicated evaluation frameworks that assess the quality of RAG responses. These tools measure how accurately your system retrieves and generates information.

What is the best way to validate complex AI agent architectures?

Validating complex AI agent architectures involves using agentic system design tools that assist in building and validating agent workflows. This approach ensures your agent systems operate reliably and as intended.

Can I analyze a prompt file directly to improve my LLM interactions?

Yes, you can analyze a prompt file directly by providing a text file like 'my_prompt.txt' to the optimization scripts. The tools evaluate the prompt content and return specific recommendations to enhance your LLM interactions.

Do I need Python to build and evaluate agentic workflows?

Yes, you need Python to build and evaluate agentic workflows because the validation scripts rely on standard Python libraries including argparse, json, re, typing, and dataclasses. These dependencies power the architecture validation tools.