senior-prompt-engineer

Optimize prompts and evaluate RAG pipelines with Python scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides world-class prompts and structured guidance to optimize LLM performance, design robust prompts, and deliver production-grade AI solutions.

Core Features & Use Cases

  • Prompt architecture patterns for Claude, GPT-4, and other models
  • Few-shot design, chain-of-thought prompts, and evaluation workflows
  • RAG integration, agent orchestration, and system design for AI products
  • Use Case: Rapidly craft prompts that improve accuracy and reduce hallucinations in enterprise chatbots.

Quick Start

Run the included scripts to generate, evaluate, and deploy prompts:

  • python scripts/prompt_optimizer.py --input data/ --output results/
  • python scripts/rag_evaluator.py --input data/ --output results/
  • python scripts/agent_orchestrator.py --input tasks/ --output results/

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 production-grade prompts to reduce hallucinations in LLM chatbots?

Production-grade prompt design uses structured architecture patterns like few-shot design and chain-of-thought to reduce hallucinations. This skill provides structured prompts and evaluation workflows to improve accuracy in enterprise chatbots.

How do I evaluate RAG pipelines for an AI product?

You can evaluate RAG pipelines by running the included rag_evaluator.py script with standard Python tooling. It processes input data to measure retrieval and generation performance, outputting structured results for evaluation.

What is the best way to orchestrate agents for an LLM-powered system?

Agent orchestration for LLM systems is best handled through structured system design. The included agent_orchestrator.py script manages task inputs and orchestrates multi-agent workflows, outputting structured results for production deployment.

Can I use these prompt engineering patterns with both GPT-4 and Claude?

Yes, the prompt architecture patterns apply to both Claude, GPT-4, and other LLMs. The skill provides generalized prompt engineering structures and evaluation pipelines that integrate with existing workflows across different models.

Do I need external dependencies to run the prompt optimization scripts?

No external dependencies are required beyond standard Python libraries. The skill relies on standard Python tooling to run the prompt_optimizer, rag_evaluator, and agent_orchestrator scripts within your existing environment.