llm-application-dev

Orchestrate prompts, RAG pipelines, and LLM API integrations for AI applications.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/mkhsu2002/elitefashiontw --skill llm-application-dev-mkhsu2002
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-application-dev
Source: https://github.com/mkhsu2002/elitefashiontw/tree/main/.agent/skills/llm-application-dev
Command: npx skills add https://github.com/mkhsu2002/elitefashiontw --skill llm-application-dev-mkhsu2002

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building AI-powered applications often requires stitching prompts, RAG pipelines, and multi-API integrations together. This Skill provides structured patterns and practical code examples to accelerate development and ensure robust behavior.

Core Features & Use Cases

  • Prompt engineering frameworks, few-shot examples, and chain-of-thought prompts to guide LLMs.
  • RAG patterns and embedding-based retrieval to ground responses with relevant context.
  • API integration templates for OpenAI, Anthropic, and streaming responses to support interactive experiences.

Quick Start

Create a basic LLM-powered assistant that answers product questions by applying a system prompt, few-shot examples, and a simple retrieval step.

Frequently Asked Questions about llm-application-dev

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

FAQPage Schema
How do I build an AI-powered application using LLMs and RAG?

To build an AI-powered application using LLMs and RAG, you orchestrate prompt engineering frameworks with embedding-based retrieval pipelines to ground LLM responses with relevant context. This Skill provides structured patterns and practical code examples for integrating these components.

What is the best way to integrate OpenAI and Anthropic APIs for streaming responses?

The best way to integrate OpenAI and Anthropic APIs for streaming responses is by using structured API integration templates. These templates support interactive experiences by orchestrating multi-API connections alongside your prompt engineering logic.

How does chain-of-thought prompt engineering improve LLM applications?

Chain-of-thought prompt engineering improves LLM applications by providing structured reasoning steps and few-shot examples that guide the LLM to generate more accurate and robust behavior for complex product features.

Can I use this approach to create a chatbot that answers product questions?

Yes, you can use this approach to create a chatbot that answers product questions by applying a system prompt, few-shot examples, and a simple embedding-based retrieval step to ground the LLM responses.

Do I need external dependencies to orchestrate RAG pipelines and multi-API integrations?

You do not need specific external dependencies to orchestrate RAG pipelines and multi-API integrations with this Skill. It provides self-contained structured patterns and practical code examples to ensure robust behavior without relying on external component libraries.