diff --git a/.optimize-cache.json b/.optimize-cache.json index 43eb0fa549..2573835524 100644 --- a/.optimize-cache.json +++ b/.optimize-cache.json @@ -88,6 +88,7 @@ "images/blog/10-open-source-alternatives-to-popular-software-for-startups/Typesense.png": "9487a55e01fa138583067914b37c810103616147d31feaef7aa7a5aa25b8afa0", "images/blog/10-open-source-alternatives-to-popular-software-for-startups/Webstudio.png": "e73e63de846c31686fcb05c01c19f7117bb869ee7992326af3207c33e227f848", "images/blog/15-git-cli-tips/cover.png": "701de0be53919ffbf09bca6e1f8f8f21491cb1238060058cc48e8bd55a266aee", + "images/blog/5-claude-hacks-you-need-to-try-right-now/cover.png": "c144874bf9b2dbce69e1e56caaf6b8f6f8e00ea8c35d00ead7f77fd4602335a4", "images/blog/5-MCP-startup-ideas-to-build-in-2025/cover-image.png": "deab6b0d8461c224bac8094872544cb4ba3833ea238f2f395f7b09ba928d064b", "images/blog/5-vs-code-extensions-that-replace-entire-dev-tools/blackbox.png": "57aa779e54f0ca6874c92ab59f719b1a9f19c23bde32dae1984430f881d53888", "images/blog/5-vs-code-extensions-that-replace-entire-dev-tools/cover.png": "b48e8c43ca1a95a0e645936552f5ac0a4a2db16fc5ee84848e5339b92024bf18", diff --git a/src/routes/blog/post/5-claude-hacks-you-need-to-try-right-now/+page.markdoc b/src/routes/blog/post/5-claude-hacks-you-need-to-try-right-now/+page.markdoc new file mode 100644 index 0000000000..756dac055b --- /dev/null +++ b/src/routes/blog/post/5-claude-hacks-you-need-to-try-right-now/+page.markdoc @@ -0,0 +1,91 @@ +--- +layout: post +title: 5 Claude hacks you need to try right now +description: Master Claude with 5 powerful hacks that improve your prompts, workflows, and outputs. Learn how to use briefs, projects, artifacts, and more to get better results fast. +date: 2026-04-17 +cover: /images/blog/5-claude-hacks-you-need-to-try-right-now/cover.png +timeToRead: 5 +author: aishwari +category: ai +featured: false +--- + +You can spot someone who's good at Claude within about ten seconds of watching them work. They barely type. They skip the elaborate prompts, the over-explaining, the second-guessing. Just five specific moves that almost nobody teaches. + +These are those five moves. If you've been using Claude for a while and feel like you've plateaued, the Claude hacks below are the gap between the outputs you're getting and the outputs you could be getting. + +**What you'll learn:** + +- Why briefs beat prompts +- How to use Claude Projects properly +- The interview-yourself technique +- Building custom tools with artifacts +- The screenshot-first workflow + +# 1. Write briefs, not prompts + +Most people treat Claude like a smarter Google. One question in, one answer out. Fine for trivia. Falls apart the moment you want something with taste attached. + +The shift: stop writing prompts, start writing briefs. A brief gives Claude what any competent freelancer would ask for before starting work. + +- Who the output is for +- What tone or format you want +- What you've already tried +- What a *bad* version would look like + +That last one is the real unlock, and almost nobody does it. "Don't make it sound like a LinkedIn post" does more work than three paragraphs describing the tone you actually want. Claude is exceptionally good at steering away from things you name explicitly. + +**Prompt:** *"Write a product update email about our new search feature."* + +**Brief:** *"Write a product update email about our new search feature. Audience: technical paying customers. Tone: direct, no marketing fluff. A bad version would start with 'We're excited to announce…' or use the word 'revolutionize.' Under 150 words."* + +Same ask. One gives you filler, the other gives you something you can actually send. + +# 2. Use Claude Projects to stop repeating yourself + +If you keep pasting the same context into every new chat (your codebase, your writing style, your brand voice, your product docs), you're doing it wrong. Claude Projects holds persistent context that every chat inside it inherits automatically. Set it once, benefit forever. + +A few projects worth building today: + +- **Code review** loaded with your team's style guide and past PR feedback +- **Writing** with brand voice, good examples, and the phrases you keep having to remove +- **Support** with product docs, FAQs, and tone guidelines +- **Research** that compounds across every question you ask + +Ten minutes to set up, hours saved every week. The trick: treat the Project description like documentation for a new hire, not a throwaway prompt. + +# 3. Let Claude interview you + +This is the most underrated Claude hack on the list, and it looks backwards at first. + +When you're stuck on something fuzzy (a spec, a strategic call, an architectural decision), don't ask Claude for the answer. Ask it to ask *you* questions. + +*"I'm trying to figure out [X]. Instead of giving me an answer, ask me five questions that will help me think about this more clearly. Start with the most important one."* + +What comes back is sharper than anything you would have written on your own. Claude surfaces constraints you hadn't named and assumptions you were making unconsciously. Answer the questions, then ask Claude to synthesize it all into the doc you actually needed. Your thinking. Claude's structure. + +# 4. Build custom tools with artifacts in 30 seconds + +Artifacts quietly replaces entire categories of software you used to search for. A JSON diff viewer, a regex tester, a timezone converter, a CSV to Markdown tool? Ask Claude to build it. You'll have it working in seconds, without wading through ad-filled search results or hitting signup walls. + +The real power is iteration. "Add dark mode." "Copy to clipboard on click." "Remember my last five inputs." Each tweak is one sentence, and the tool shapes itself around how *you* work, not the generic assumptions of some random web app. + +# 5. Screenshot first, describe later + +Claude is multimodal and most people forget it. When you're debugging a UI issue, matching a design, or staring at a confusing error, stop describing and screenshot instead. + +The visual context answers questions you wouldn't have known to ask. It works for broken layouts, chart interpretation, whiteboard photos, error panels, handwritten notes, and full PDFs. Anything you'd otherwise start explaining with *"so basically it looks like…"* + +Bonus: annotate the screenshot before sending it. A red circle around the part you actually care about saves a whole round trip. + +# The common thread + +Every one of these Claude hacks works for the same reason. They give Claude better context. Good context in, useful output out. Everything else is details. + +The same principle applies to what you're building. Your app is only as good as the foundation under it, and if you're shipping fast, the last thing you want is to rebuild auth, databases, storage, and realtime sync from scratch every time. + +That's the gap Appwrite fills. It's an open source backend platform that handles the parts of your stack that don't need to be custom, so you can focus on the parts that do. Auth with 30+ login methods, databases without managing infrastructure, storage, Functions, and Realtime subscriptions ready to use. Self hosting if you want full control. + +Claude handles the thinking. Appwrite handles the platform. Pick one hack from above and try it this week, pair it with a few [Claude Code tips and best practices](https://appwrite.io/blog/post/claude-code-tips-tricks) for the terminal side of your workflow, then start your next project on Appwrite and skip the backend work entirely. + +[Get started on Appwrite Cloud →](https://cloud.appwrite.io/) diff --git a/static/images/blog/5-claude-hacks-you-need-to-try-right-now/cover.png b/static/images/blog/5-claude-hacks-you-need-to-try-right-now/cover.png new file mode 100644 index 0000000000..489ab6c1f6 Binary files /dev/null and b/static/images/blog/5-claude-hacks-you-need-to-try-right-now/cover.png differ