Skip to the content.

prompt-vault

graph TD
    A[Try random prompt] --> B{Does it work?}
    B -->|No| C[Throw it away]
    B -->|Yes| D[Put in vault]
    D --> E[Use it everywhere]
    E --> F[Find edge case where it fails]
    F --> G[Tweak prompt]
    G --> B
    C --> H[Try another random prompt]
    H --> B

Battle-tested prompts that actually work. This is where prompts graduate from “I tried this once” to “I’ve used this 50 times and it still works.”

Contents

good/ - Examples of effective prompts and patterns

bad/ - Examples of ineffective prompts and anti-patterns

repeated-prompts.md - Prompts you find yourself using repeatedly

What goes here

What doesn’t go here