#3 · Primary category: Education & Research
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
Project last updated:08/11/26
GitHub Stars
143.2K
Forks
34.8K
Contributors
31
License
GPL-3.0
Why we included this project
This repo collects the system prompts and internal instructions behind a wide range of AI products, from coding assistants like Cursor, Claude Code, and Devin to general tools such as Perplexity, NotionAI, and v0. It's a community-maintained archive, best treated as a reference and study resource rather than something you run directly. If you build or evaluate AI applications, reading how established products frame their behavior and set guardrails around tool use is a practical way to learn prompt design. You can compare how different teams structure their system messages and spot recurring patterns for safety and formatting, then borrow ideas when drafting your own prompts. The collection spans many product categories, so it's especially useful for researchers and prompt engineers, and developers writing their own prompts will find plenty to borrow from.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI
LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step