senior-prompt-engineer

Optimize LLM prompts and design agentic AI system architectures.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/NovaAI-innovation/Infinite-Agency --skill senior-prompt-engineer-novaai-innovation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-prompt-engineer
Source: https://github.com/NovaAI-innovation/Infinite-Agency/tree/main/.qwen/skills/senior-prompt-engineer
Command: npx skills add https://github.com/NovaAI-innovation/Infinite-Agency --skill senior-prompt-engineer-novaai-innovation

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the complex challenge of optimizing Large Language Model (LLM) performance and designing robust AI systems, enabling the creation of production-grade AI products.

Core Features & Use Cases

  • LLM Optimization: Enhance LLM performance through advanced prompt engineering techniques.
  • AI Product Development: Design and build scalable, production-ready AI systems and agentic architectures.
  • Use Case: When developing a new AI-powered customer service chatbot, use this Skill to refine prompts for better response accuracy and to design the underlying agentic system for efficient conversation flow.

Quick Start

Use the senior-prompt-engineer skill to optimize prompts for the 'customer-support-agent' project using the provided configuration file.

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 performance using advanced prompt engineering techniques?

Optimize LLM performance by applying advanced prompt engineering techniques like few-shot learning and chain-of-thought prompting to refine model accuracy. This approach enhances structured outputs and systematically improves response quality for AI products.

What is the best way to design agentic systems for AI product development?

Designing agentic systems for AI product development involves structuring LLM architectures to manage efficient conversation flows and autonomous actions. This method builds scalable, production-ready AI systems tailored for complex workflows.

How does RAG optimization improve LLM system architecture?

RAG optimization improves LLM system architecture by integrating retrieval mechanisms with generation models to ground responses in factual data. This technique reduces hallucinations and increases the reliability of AI outputs.

Can I use prompt design patterns to generate structured outputs with Claude or GPT-4?

Yes, you can use prompt design patterns with Claude or GPT-4 to enforce strict formatting rules and generate structured outputs. These patterns guide the LLM to produce predictable, parseable data formats like JSON.

When do I need few-shot learning in my LLM optimization workflow?

You need few-shot learning in LLM optimization when zero-shot prompts fail to produce the desired output format or reasoning quality. Providing examples within the prompt context aligns model behavior with specific task requirements.

Why does my AI chatbot response accuracy drop during complex conversations?

Chatbot response accuracy drops during complex conversations due to unoptimized prompt design or lacking system architecture. Implementing chain-of-thought prompting and agentic workflow design resolves multi-turn reasoning failures.