Skip to content

meltmagic/prompts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🧠 prompts

MeltMagic Logo

A centralized repository for storing, organizing, and evolving prompt templates used across MeltMagic Agency's LLM-powered tools and services.

GitHub: MeltMagic

🌟 Features

  • πŸ“„ Store prompts in clean, version-controlled Markdown format
  • 🧱 Modular organization for reuse across different projects
  • πŸ” Optimized for clarity, editability, and prompt chaining
  • πŸ“š Supports categorization by use-case, model, and context
  • βœ… Easy integration with LLM pipelines (OpenAI, Claude, etc.)

πŸ“‚ Repository Structure

prompts/
β”œβ”€β”€ README.md
β”œβ”€β”€ _template.md                # Prompt authoring guide
β”œβ”€β”€ general/                    # Universal utility prompts
β”‚   β”œβ”€β”€ summarizer.md
β”‚   └── rewriter.md
β”œβ”€β”€ product/                    # Product-specific flows
β”‚   β”œβ”€β”€ onboarding.md
β”‚   └── feature_request.md
β”œβ”€β”€ technical/                  # Developer/engineering use-cases
β”‚   β”œβ”€β”€ api_doc_generator.md
β”‚   └── bug_report_classifier.md
└── marketing/                  # Copywriting, branding, SEO
    β”œβ”€β”€ tagline_creator.md
    └── persona_refiner.md

πŸ› οΈ How to Use

Each Markdown file follows a consistent prompt schema for easy reading and integration. Here's a sample structure:

# πŸ“Œ Prompt: Tagline Creator

## 🧠 Purpose
Craft punchy taglines for a product or campaign based on brand values and tone.

## 🧾 Prompt
> "Create a catchy tagline for a product that [description]. The tone should be [tone]."

## πŸ§ͺ Example Inputs
- Product: β€œAI-powered meeting notes”
- Tone: β€œFriendly and helpful”

## βœ… Output Example
> β€œNever Miss a Beat – Your Meetings, Summarized”

## πŸ”§ Notes
Use with GPT-4 or Claude 3 Opus for best results.

✍️ Contributing Guidelines

  • Follow the _template.md format
  • Use clear, declarative prompt language
  • Include example inputs and outputs
  • Commit with descriptive messages (feat:, fix:, chore:)

🧩 Integration Ideas

These prompts can be used in:

  • MeltMagic’s internal tooling
  • Marketing automation pipelines
  • Customer onboarding bots
  • Developer support assistants

πŸ“„ License

MIT


Maintained by the team at MeltMagic Agency πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published