Skip to content

Instantly share code, notes, and snippets.

View albeorla's full-sized avatar
🎯
Focusing

Albert Orlando albeorla

🎯
Focusing
View GitHub Profile
---
name: quote-responder
description: Convert paragraphs or messages into quoted response templates for inline replies. Use when the user provides a message from someone else and wants to create a point-by-point response using blockquote format. Triggers on requests like "convert this to quotes", "make this quotable", "help me respond to this", or when the user shares a message and asks to format it for replying.
---
# Quote Responder
Transform incoming messages into a quoted response template where each distinct thought or question becomes a separate blockquote line, ready for the user to add their replies.
## Output Format
@albeorla
albeorla / README.md
Created April 3, 2024 03:03 — forked from disler/README.md
Use these Prompt Chains to build HIGH QUALITY AI Agents (Agentic Building Blocks)

Setup

  1. Create a new directory with these three files (requirements.txt, main.py, README.md)
  2. python -m venv venv
  3. source venv/bin/activate
  4. pip install -r requirements.txt
  5. python main.py
  6. Update main() to run the example prompt chains