llm-application-dev

Installation
SKILL.md

LLM Application Development

Prompt Engineering

Structured Prompts

const systemPrompt = `You are a helpful assistant that answers questions about our product.

RULES:
- Only answer questions about our product
- If you don't know, say "I don't know"
- Keep responses concise (under 100 words)
- Never make up information

CONTEXT:
{context}`;

const userPrompt = `Question: {question}`;
Installs
6
GitHub Stars
50
First Seen
Jan 29, 2026
llm-application-dev — hainamchung/agent-assistant