Prompt Library
43 prompts written to be edited, not pasted blindly. Every one has clearly marked variables, tips for getting good output, and β where relevant β a note on when it's the wrong tool.
CodingPopular
Understand unfamiliar code fast
Explains what code does and why it's structured that way, flagging what looks risky.
1 variable
CodingPopular
Debug without guessing
Forces hypotheses ranked by likelihood, each with a way to test it β instead of a confident wrong answer.
5 variables
Coding
Get a real code review, not praise
Asks for problems ordered by severity, with the 'looks good!' response ruled out.
3 variables
Coding
Build and understand a regex
Produces a regex with a piece-by-piece breakdown and its failure cases.
4 variables
Coding
Write tests that would actually catch bugs
Produces tests focused on failure modes rather than restating the happy path.
3 variables
Coding
Plan a refactor before touching anything
Produces an ordered, individually-safe refactor plan rather than one large rewrite.
3 variables