whatisgithub

What is awesome-ai-system-prompts?

dontriskit/awesome-ai-system-prompts — explained in plain English

Analysis updated 2026-06-26

5,881TypeScriptAudience · developerComplexity · 1/5Setup · easy

In one sentence

A curated collection of the hidden system prompts used by popular AI tools like ChatGPT, Claude, and Cline, paired with an educational guide explaining what makes these prompts work.

Mindmap

mindmap
  root((awesome-ai-system-prompts))
    What it does
      Prompt collection
      Educational guide
      Pattern analysis
    AI tools covered
      ChatGPT
      Claude
      Cline
      Bolt
      Notion
    Key principles
      Role definition
      Tool descriptions
      Safety boundaries
      Step-by-step reasoning
    Audience
      AI builders
      Prompt engineers
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Study how top AI products configure their system prompts before building your own AI agent or tool.

USE CASE 2

Copy and adapt real system prompts from tools like Cline or Bolt as a starting point for your own AI-powered product.

USE CASE 3

Learn which prompt engineering patterns are common across production AI systems by comparing them side by side.

What is it built with?

TypeScript

How does it compare?

dontriskit/awesome-ai-system-promptskando-menu/kandocypress-io/cypress-realworld-app
Stars5,8815,8905,891
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasyeasyeasy
Complexity1/52/53/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

So what is it?

This repository is a collection of system prompts from popular AI tools, paired with a guide explaining how those prompts are structured and why certain patterns work. A system prompt is the hidden set of instructions that shapes how an AI assistant behaves before a user ever types anything. Tools like ChatGPT, Claude, Vercel's v0, Manus, and others all rely on carefully written system prompts to define their personality, capabilities, and limits. The main README doubles as an educational document. It walks through eight recurring principles found in well-designed agentic system prompts: defining the AI's role clearly, organizing instructions with structure, describing tools and when to use them, encouraging step-by-step reasoning, making the AI aware of its environment, constraining it to a specific domain, setting safety boundaries, and establishing a consistent tone. Each principle comes with direct excerpts from real prompts in the collection so readers can see concrete examples rather than abstract advice. The target audience is people building AI-powered tools or agents, sometimes called prompt engineers. If you are wiring up an AI model to perform tasks automatically and you want to understand how established products configure their AI, this repository gives you both the raw materials and a framework for thinking about them. Beyond the guide, the repository stores the actual prompt files for systems like Claude, ChatGPT, Cline, Bolt, Windsurf, Notion, and others. These are organized by product name so they can be read and compared side by side. The full README is longer than what was shown.

Copy-paste prompts

Prompt 1
I'm building an AI coding assistant. Using the patterns from this collection, write a system prompt that defines the AI's role, lists its available tools, and sets safety boundaries.
Prompt 2
Compare the system prompts from Claude and ChatGPT in this repo, what are the three biggest structural differences in how they define AI behavior?
Prompt 3
Using the 8 principles from this repo's README, critique and rewrite this system prompt I wrote for my AI agent: [paste your prompt here].
Prompt 4
Based on the agentic prompt patterns in this collection, write a system prompt for an AI that helps product managers write clear user stories.

Frequently asked questions

What is awesome-ai-system-prompts?

A curated collection of the hidden system prompts used by popular AI tools like ChatGPT, Claude, and Cline, paired with an educational guide explaining what makes these prompts work.

What language is awesome-ai-system-prompts written in?

Mainly TypeScript. The stack also includes TypeScript.

How hard is awesome-ai-system-prompts to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is awesome-ai-system-prompts for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.