Contribute to

Atlas

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

Share a prompt

Have an effective prompt? Add it to the library.

Edit prompts.json

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

Edit the file

Add your tool or prompt following the existing JSON structure.

3

Open a Pull Request

Submit your changes. We review and merge quickly!

Data structure

Prompt (prompts.json)

{
  "id": "nom-unique",
  "name": "Nom du prompt",
  "llm": ["gpt-4o", "claude-3.5"],
  "category": "dev",
  "labels": ["tag1"],
  "description": "Description...",
  "prompt": "Le prompt complet...",
  "example_input": "Exemple",
  "example_ouput": "Exemple"
}

Ready to contribute?

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