Prompt Templates Reference

Quick reference for creating effective AI prompts with consistent structure and metadata.

Basic Prompt Template

---
title: "Descriptive Prompt Name"
category: "coding|writing|analysis|creative|productivity"
description: "Brief description of what this prompt does"
tags: ["tag1", "tag2", "tag3"]
use_case: "When to use this prompt"
---

Your prompt content goes here...

Include clear instructions, context, and format specifications.

Category Guidelines

Coding Prompts

Writing Prompts

Analysis Prompts

Creative Prompts

Productivity Prompts

Advanced Prompt Structure

---
title: "Advanced Prompt Name"
category: "primary-category"
description: "Detailed description with specific outcomes"
tags: ["specific", "searchable", "keywords"]
use_case: "Specific scenarios when this is most effective"
ai_model: "Recommended AI model (optional)"
context_length: "Suggested context window size (optional)"
difficulty: "beginner|intermediate|advanced (optional)"
---

## Context Setting
Brief explanation of the AI's role and expertise.

## Task Instructions
Clear, specific instructions for the AI.

## Output Format
Detailed specification of desired response structure.

## Examples (Optional)
Sample inputs and expected outputs.

## Variations (Optional)
Alternative versions or customizations.

Effective Prompt Patterns

Role-Based Prompts

You are a [specific role] with expertise in [domain].
Your task is to [specific action] focusing on [key aspects].

Structured Output Prompts

Please provide your response in the following format:
1. Section One: [description]
2. Section Two: [description]
3. Section Three: [description]

Iterative Prompts

Let's work through this step by step:
1. First, analyze [aspect one]
2. Then, consider [aspect two]  
3. Finally, synthesize [final output]

Context-Rich Prompts

Given the following context:
- [Background information]
- [Constraints and requirements]
- [Success criteria]

Please [specific task request].

Metadata Best Practices

Titles

Descriptions

Tags

Use Cases

Common Patterns

category: "coding"
tags: ["programming-language", "task-type", "complexity-level"]
use_case: "When working with [specific technology] for [specific purpose]"

Documentation Prompts

category: "writing"
tags: ["documentation-type", "audience", "format"]
use_case: "When creating [doc-type] for [audience] using [format]"

Analysis Prompts

category: "analysis"
tags: ["analysis-type", "domain", "methodology"]
use_case: "When you need to [analyze-what] for [purpose]"

Quality Checklist

Before adding a new prompt, verify:

Examples Repository

For complete examples of each prompt type, see: