High-quality prompts designed to unlock creativity, clarity, and practical value. Clone the repo and adapt them for your own use.
Writing
Get crystal clear on what matters most to you. This prompt guides deep self-reflection to articulate your core values.
Coding
Systematic approach to debugging. Move from chaos to clarity by understanding the problem before jumping to solutions.
Creativity
Generate breakthrough ideas by embracing wildness first. Quantity before quality, exploration before judgment.
Research
Transform raw information into actionable insights. Learn to read critically, synthesize patterns, and find what matters.
Analysis
Go beyond numbers to understand what your data actually means. Find patterns, draw conclusions, and make better decisions.
Get the full teemee.one repo on your machine. All prompts are in the /prompts directory.
Each prompt includes purpose, context, and examples. Take time to understand why it's structured the way it is.
Make it your own. Modify language, add context, adjust the approach. The prompts are starting points, not sacred texts.
Found a better version? Improved the approach? Consider contributing back to help the community evolve.
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 ProjectsClone teemee.one from GitHub and start using these prompts in your workflow.
Clone on GitHub