Prompts Library

High-quality prompts designed to unlock creativity, clarity, and practical value. Clone the repo and adapt them for your own use.

Writing

Clarify Your Core Values

Get crystal clear on what matters most to you. This prompt guides deep self-reflection to articulate your core values.

reflectionvaluesclarity

Coding

Debug with Clarity

Systematic approach to debugging. Move from chaos to clarity by understanding the problem before jumping to solutions.

debuggingproblem-solvingcode

Creativity

Brainstorm with Divergence First

Generate breakthrough ideas by embracing wildness first. Quantity before quality, exploration before judgment.

ideationcreativityinnovation

Research

Extract Insight from Research

Transform raw information into actionable insights. Learn to read critically, synthesize patterns, and find what matters.

researchsynthesislearning

Analysis

Analyze Data for Meaning

Go beyond numbers to understand what your data actually means. Find patterns, draw conclusions, and make better decisions.

analyticsinterpretationdecision-making

How to Use These Prompts

1

Clone the Repository

Get the full teemee.one repo on your machine. All prompts are in the /prompts directory.

2

Read & Understand

Each prompt includes purpose, context, and examples. Take time to understand why it's structured the way it is.

3

Adapt for Your Needs

Make it your own. Modify language, add context, adjust the approach. The prompts are starting points, not sacred texts.

4

Share Your Improvements

Found a better version? Improved the approach? Consider contributing back to help the community evolve.

Using Prompts Programmatically

We've created the teemee-prompt-loader tool to help you load and use teemee.one prompts in your code:

from teemee import TeemeeLoader

loader = TeemeeLoader()
prompt = loader.load_prompt("clarify-your-core-values")
print(prompt.content)
View Projects

Ready to Get Started?

Clone teemee.one from GitHub and start using these prompts in your workflow.

Clone on GitHub