claudeRun a Full Security & Robustness Audit on My AppThe audit nobody does after vibecoding. Find what'll break or get exploited before users do.Coding
claudeStress-Test My App for Scale & FailureIt works with you clicking around. Will it survive 1,000 real users and a bad day?Coding
ChatGPT ImageCrimson MinimalismA refined monochromatic editorial portrait featuring a woman standing motionless in a deep burgundy velvet gown inside a minimalist wine-red studio environment. The composition blends quiet luxury, symmetry, and cinematic restraint into a timeless high-fashion image.Coding
chatgptMake a Test DatasetBuilding something and need fake-but-realistic data? Describe the shape — get a clean sample dataset with believable values and the edge cases to test.Coding
claudeAudit My Dependencies & PackagesThat app you built pulls in hundreds of packages you've never read. Find the risky ones.Coding
chatgptDesign My Database SchemaGet the data model right before it bites you. Describe your app — get tables, relationships, keys, and the design choices you'd regret skipping.Coding
ChatGPTCoding Instructor Mode Teach programming concepts to beginners using clear explanations, step-by-step progression, and practical examples, advancing only when the learner is ready.Coding
ChatGPTImmediate Action HeadlinesGenerate concise, urgency-driven advertising headlines that push users toward a specific action, with controllable business context, audience intent, and conversion goal. Designed for booking, calling, signing up, or other high-intent responses. Coding
chatgptHelp Me Pick the Tech StackDon't pick a stack you'll fight for years. Describe what you're building and your skills — get a real recommendation with trade-offs, not hype.Coding
chatgptContainerize This With Docker"Works on my machine" — famous last words. Describe your app — get a Dockerfile and setup that runs the same everywhere, explained so you understand it.Coding
chatgptPlain English to SQLSay what you want in plain English, get clean SQL back — plus the gotchas (nulls, dupes, slow joins) you'd only find in production at 2am.Coding
chatgptWrite Better Commit Messages"fixed stuff" is not a commit message. Paste your diff or describe the change — get a clear commit message your future team will actually thank you for.Coding
chatgptExplain This Framework FastGot dropped into a framework you've never used? Name it and what you know — get the mental model, the core concepts, and the 20% you need to be productive today.Coding
chatgptTurn Your Idea Into a Real PRDBefore you build anything with AI, get the spec right. This writes the PRD for you.Coding
claudeCode Review for People Who Don't CodeBefore you ship AI-generated code, have it checked by something that won't sugarcoat it.Coding
chatgptRegex Without the HeadacheDescribe what you want to match in plain words. Get the regex, every piece explained, and test cases — so you actually trust it before you ship it.Coding
chatgptRefactor This MessPaste the function you're embarrassed by. Get it cleaner and readable with the exact same behavior — plus a note on what was wrong so you stop doing it.Coding
claudePre-Launch Production Readiness ChecklistBefore you let real users in: the checklist that catches what vibecoding skips.Coding
claudePlan the File Structure Before You CodeMost AI-built apps turn into spaghetti. Get the structure right up front.Coding
claudeRefactor Without Breaking AnythingClean up messy AI-generated code safely — one small change at a time.Coding
claudeCursor: Build a Feature Without Breaking ThingsThe prompt that makes Cursor add a feature cleanly instead of rewriting half your app.Coding
ClaudeTechnical Documentation ModeCreate clear, accurate technical documentation and API references structured for different audiences, with working examples, consistent terminology, and a balance between completeness and readability.Coding
claudeDebug This Error (Paste & Fix)Stuck on an error you don't understand? This gets you unstuck without the lecture.Coding
chatgptComment This Code for Future-MeThe code you'll forget in a month. Paste it — get comments that explain the WHY, not the obvious, so future-you (or your team) isn't lost.Coding
chatgptMigrate This to Something NewPorting code to a new language or framework? Paste it — get the converted version plus the traps that don't translate one-to-one.Coding
chatgptExplain This Codebase Like I Just JoinedDropped into unfamiliar code? Paste it. Get the map — what it does, how it flows, and where the bodies are buried — before you touch a thing.Coding
OtherRoot-Cause Bug HunterStop guessing. Give it the symptom and the code — it ranks the likely causes and tells you the one thing to test next. Diagnoses before it touches a fix.Coding
claudeHarden How My App Stores & Handles DataProtect user data properly — before a leak makes the decision for you.Coding
claudeSystem Design Interview PartnerA mock interviewer that runs you through a real system design round, interrupts like the real thing, and scores you at the end. Brutal on purpose.Coding
claudeFind Exposed Secrets, Keys & CredentialsThe #1 vibecoding mistake: API keys sitting in your code or git history. Hunt them down.Coding
claudeCheck My App Against the OWASP Top 10The standard checklist real engineers use. Run your app through it in plain English.Coding
OtherStaff Engineer Code ReviewPaste your code. It reviews like it's shipping to a million users tomorrow — bugs, security holes, the slow stuff — ranks every issue, and ends with ship or don't. No flattery.Coding
chatgptLeetCode Coach (No Spoilers)Practice coding interviews the right way. Paste the problem — it nudges you toward the solution with hints, only revealing the answer once you've actually tried.Coding
chatgptHack My Own AppFind the holes before someone else does. Paste your code — it runs an OWASP-style security review and tells you what an attacker would try first.Coding
claudeAudit My App's Login & Access ControlThe scariest bug: one user seeing another's data. Check your auth before someone else does.Coding
claudeShip a Landing Page in One PromptA landing page that converts, generated clean and ready to tweak.Coding
claudeBuild a Full App From One Prompt (Lovable / v0)The first prompt to paste into Lovable or v0 so you get something real, not a toy.Coding
chatgptDebug My Failing TestTest's red and you don't know if it's the code or the test. Paste both — get whether the test is wrong, the code is wrong, and exactly what to fix.Coding
chatgptExplain This AlgorithmAn algorithm or concept that won't click? Name it — get it explained with a plain analogy, a walkthrough, the complexity, and when you'd actually use it.Coding
chatgptExplain This Query PlanYour query's slow and the EXPLAIN output is gibberish. Paste it — get what's actually happening, the bottleneck, and the index or rewrite that fixes it.Coding
chatgptCode This From My PseudocodeGot the logic in plain steps but not the syntax? Write it out however you think — get clean, working code in your language, with the logic preserved.Coding
chatgptWrite the Tests I Keep SkippingYou know you should. Paste the function — get the test cases that actually catch bugs, including the edge cases you'd forget at 6pm.Coding
chatgptExplain This Config FileA config file full of settings you're scared to touch. Paste it — get what each part does, which knobs are safe to change, and which will break things.Coding
claudeExplain This Codebase Like I'm NewInherited code you didn't write? Get the map before you touch anything.Coding
claudeAdd Auth to My App (Plain-English Walkthrough)Login and signup without losing a weekend to auth docs.Coding
claudeReview My Error Handling & LoggingGood logs save you at 2am. Bad ones leak data and tell you nothing. Get this right.Coding
chatgptConvert This Data Between FormatsGot data in the wrong shape? Paste it and say what you need — CSV, JSON, SQL, a table — get it converted cleanly, with the structure handled right.Coding
chatgptDecode This Cron ExpressionCron syntax is write-once, understand-never. Describe the schedule you want (or paste the cryptic one) — get the exact expression and what it really runs.Coding
chatgptSet Up My CI/CD PipelineStop deploying by hand and praying. Tell it your stack and host — get a CI/CD setup that tests and ships automatically, with the config and the why.Coding
chatgptMock This API ResponseBuilding against an API that isn't ready? Describe the endpoint — get realistic mock JSON (success and error cases) so you can build the front end now.Coding
chatgptError Message, TranslatedPaste the stack trace that means nothing to you. Get what actually broke, why, and the most likely fix — in plain English.Coding
chatgptWrite Release Notes People ReadShipped an update? Don't bury it in 'various bug fixes.' List what changed — get release notes / a changelog that's clear, scannable, and makes users care.Coding
chatgptTurn This Into a Clean APIDesigning an API and want it to not be a regret in six months? Describe what it does — get clean endpoints, naming, and the edge cases you'd forget.Coding
chatgptMake This Code FasterIt works but it's slow. Paste it — get where the real bottleneck is, the optimized version, and whether the speed-up is even worth the complexity.Coding
chatgptRubber Duck That Talks BackStuck? Explain the problem to it out loud. It asks the questions that make you find your own bug — and only steps in when you're truly stuck.Coding
chatgptWrite a Script to Automate ThisThat boring task you do by hand every week. Describe it — get a script to automate it, with setup steps simple enough that a non-coder can run it.Coding
chatgptWrite My READMEThe thing every dev skips. Tell it what your project does — get a README people can actually follow: what it is, how to run it, and why it exists.Coding
chatgptChoose Between These Two ApproachesStuck between two technical approaches and second-guessing? Lay them out — get the real trade-offs for YOUR situation and a clear recommendation, not 'it depends.'Coding
ChatGPTVibe Coding Brief (Prompt Generator) for RedesigningGenerate a clear, implementation-ready brief that translates a website’s desired look, feel, structure, and behaviour into precise instructions a vibe coding tool can execute quickly and consistently.Coding
chatgptName These VariablesNaming things is half of programming and you're stuck. Paste the code or describe it — get clear, consistent names that make the code read itself.Coding