Contribute to the Hive Mind

Help us build the most comprehensive collection of system prompts. Share your best prompt engineering work with the world.

1

Fork the Repository

Clone the repo and create a new branch for your prompt. Use a descriptive name like add-coding-assistant.

2

Create Your File

Add a new markdown file in src/prompts/category/. Use the template on the right.

3

Validate

Run node src/scripts/validate-prompts.js to check for errors.

4

Submit PR

Open a Pull Request describing your prompt. We'll review and merge it!

template.md
---
title: "Prompt Title"
author: "YourGithubHandle"
date: 2023-10-27
model: "GPT-4"
tags: ["coding", "python"]
description: "Brief description for the card"
---

# Your System Prompt Title

The actual system prompt content goes here...
You can use markdown!

Quality Guidelines

High Quality

Prompts should be tested and reliable.

System Prompts

Focus on foundational system instructions.

Categorized

Use correct tags so others can find it.