TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's Your Cursor Setup?

23 pointsby cloudking3 months ago
What’s your Cursor setup? I&#x27;m curious, what tweaks or integrations have you set up to make your coding flow smoother? Custom prompts, rules, MCP servers etc.<p>Adding rules that describe the project functionality, architecture and folder structure has proved beneficial in reducing mistakes, adding context to tasks. (hint: you can ask the agent to generate these if they don&#x27;t exist)<p>So far I&#x27;ve found one useful MCP https:&#x2F;&#x2F;browsertools.agentdesk.ai&#x2F;installation that helps the agent gather info from the browser during tasks (e.g screenshots, console logs, network errors) to help debug.

1 comment

kalendos3 months ago
Perhaps the most interesting thing I&#x27;ve done is to teach Cursor Agent some tricks like using `uvx` &#x2F; `npx`, or searching the web with `ddgs`.<p>Wrote about it recently (<a href="https:&#x2F;&#x2F;davidgasquez.com&#x2F;cursor-agent-tricks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;davidgasquez.com&#x2F;cursor-agent-tricks&#x2F;</a>) although is now outdated! You can find the latest setup on my Dotfiles repository (<a href="https:&#x2F;&#x2F;github.com&#x2F;davidgasquez&#x2F;dotfiles&#x2F;tree&#x2F;main&#x2F;cursor">https:&#x2F;&#x2F;github.com&#x2F;davidgasquez&#x2F;dotfiles&#x2F;tree&#x2F;main&#x2F;cursor</a>).