Skip to content

Latest commit

 

History

History

README.md

title Quick Start Reference

Quick Start Reference

Basic Prompt

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

Your prompt content here...

Instruction Template

---
title: "Instruction Name"
type: "setup|usage|best-practices"
difficulty: "beginner|intermediate|advanced"
time_required: "X minutes"
prerequisites: "What you need"
---

Step-by-step instructions...

Mode Template

---
title: "Mode Name"
mode_type: "development|research|documentation|troubleshooting"
ai_model: "Recommended model"
context_length: "Recommended size"
best_for: "Use case"
---

Mode configuration and usage...

Thought Template

---
title: "Thought Title"
thought_type: "reflection|experiment|idea"
date: 2024-01-01
status: "draft|active|completed"
related_tools: ["tool1", "tool2"]
---

Your insights and findings...

File Naming

  • Use lowercase with hyphens: my-awesome-prompt.md
  • Be descriptive: code-review-assistant.md not helper.md
  • Include category: technical-documentation-writer.md

Categories

Prompts: coding, writing, analysis, creative, productivity Instructions: setup, usage, best-practices Modes: development, research, documentation, troubleshooting Thoughts: reflection, experiment, idea