prompt-engineering
Installation
SKILL.md
Prompt Engineering
Master the art of crafting effective prompts for LLMs.
Quick Start
Basic Prompt Structure
# Simple completion prompt
prompt = """
You are a helpful assistant specialized in {domain}.
Task: {task_description}
Context: {relevant_context}
Instructions:
1. {instruction_1}
2. {instruction_2}