A curated collection of AI prompts, easily searchable and shareable. Built with Jekyll and hosted on GitHub Pages.
This repository contains a collection of AI prompts that can be filtered by tags and easily copied to clipboard. Each prompt is stored as a markdown file with frontmatter metadata.
- 🔍 Tag-based filtering
- 📋 One-click prompt copying
- 📱 Responsive design
- 🎨 Clean, minimalist interface
Create a new markdown file in the _prompts
directory with the following format:
---
title: "Prompt Title"
author:
name: "Author Name"
url: "https://optional-author-url.com"
tags: [tag1, tag2]
date: YYYY-MM-DD
---
Your prompt content goes here
.
├── _layouts/
│ └── default.html
├── _prompts/
│ └── *.md
├── _config.yml
├── index.md
└── README.md
Please see our Contribution Guide to learn how to contribute.
MIT License © 2024 ERNI - Swiss Software Engineering
Please see our Code of Conduct
Check https://repobeats.axiom.co/ for the right URL
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!