Contribute to

Atlas

Atlas is an open-source project. Every contribution counts!

Share a prompt

Have an effective prompt? Add it to the library.

How to add a prompt

Report an issue

Broken link, error, suggestion? Open an issue.

New issue

How to contribute?

1

Fork the repo

Create a copy of the project on your GitHub account.

2

Add your source

Create a folder under content/, with its meta.json and its two markdown files. The JSON files at the root regenerate on their own.

3

Open a Pull Request

Submit your changes. The registry validation runs in CI.

Data structure

A prompt: content/prompts/<id>/

meta.json - identity, classification, variables

{
  "id": "anti_pitch",
  "category": "business",
  "difficulty": "intermediate",
  "order": 11,
  "labels": ["pitch", "validation"],
  "variables": [{ "name": "PROJECT", "type": "textarea" }]
}

fr.md and en.md - the text, front matter then the prompt

---
name: L'Anti-Pitch
hook: Découvre comment un VC détruirait ton projet en 2 min
description: Simule l'attaque la plus brutale qu'un investisseur ferait.
gains: Les 5 objections VC + les réponses pour te blinder
example_input: "{{PROJECT}}: App de matching freelances, commission 10%"
example_output: |-
  Résumé froid: Malt avec un wrapper IA.
---

Le prompt lui-même, en markdown.

The JSON files at the root of the registry are generated from content/. Never edit them by hand: a pull request that touches them cannot be merged.

Ready to contribute?

Join the community and help build the best AI resource library.