A centralized repository for storing, organizing, and evolving prompt templates used across MeltMagic Agency's LLM-powered tools and services.
- π 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.)
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.mdEach 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.- Follow the
_template.mdformat - Use clear, declarative prompt language
- Include example inputs and outputs
- Commit with descriptive messages (
feat:,fix:,chore:)
These prompts can be used in:
- MeltMagicβs internal tooling
- Marketing automation pipelines
- Customer onboarding bots
- Developer support assistants
MIT
Maintained by the team at MeltMagic Agency π