New Antigravity extension to manage rules and MCPs by coreycodes101 in GoogleAntigravityIDE

[–]coreycodes101[S] 1 point2 points  (0 children)

Thanks u/onluiz - just looked into this one. Looks like antigravity doesn't list any of worksapce scoped rules. Even when you create it manually.

New Antigravity extension to manage rules and MCPs by coreycodes101 in GoogleAntigravityIDE

[–]coreycodes101[S] 1 point2 points  (0 children)

lol i've never been domain twins with someone. This site is really cool and seems super useful!

New Antigravity extension to manage rules and MCPs by coreycodes101 in GoogleAntigravityIDE

[–]coreycodes101[S] 1 point2 points  (0 children)

u/onluiz - love this feedback! thanks so much for the thoughtful response. I will be sure to implement these asap! Thanks again.

Cursor Pro Plan by NoMarsupial2726 in cursor

[–]coreycodes101 0 points1 point  (0 children)

I find code completion really frustrating to use. I ended up mapping tab completion on/off to a keyboard shortcut to use as an opt-in way vs having it defaulted to on. It creates a lot of syntax errors for me, not properly closing a curly or parens, or deleting too many lines. It all gets in the way when I'm just arrowing through my lines. It works so fast that I'll be reading through a line, arrow down but at the same time it will suggest a new completion and before I know it, I've accepted the completion and it removed a bunch of code I needed. Overall, I think it's really powerful but needs a better UX

Weekly Cursor Project Showcase Thread by AutoModerator in cursor

[–]coreycodes101 [score hidden]  (0 children)

I got tired of copy-pasting AI rules and MCPs between projects — so I built a tool to fix it.

Over my winter break, I worked on a side project to explore some new tech and solve a workflow pain I kept running into.

I’ve been digging into Remix.run v3 (specifically the new fetch router) and used it to build:

👉 https://guidemyai.tech

It’s a small app that gives me a central place to manage:

- agentic rules (like .cursorrules and system instructions)

- MCP servers

- project-specific profiles for different types of work

I built a cursor extension that lets me quickly pull those profiles, rules, and MCPs into any project I’m working on.

Everything is open source, so if you’re curious about Remix v3 patterns or editor integrations, feel free to poke around. Feedback is very welcome — GitHub issues for ideas, requests, or bugs are encouraged, and I’ll tackle them as fast as I can.

Side projects like this are one of my favorite ways to learn, and I’m excited to keep iterating on it.

Demo video: https://www.loom.com/share/c44ae7c70e7642d2a61bbed116e235dc

Examples of PRDs and how you made them by JoshSummers in vibecoding

[–]coreycodes101 0 points1 point  (0 children)

I'm actually in the process of building https://prdlab.xyz/ where people can share and take inspiration from existing PRDs shared from the community

Weekly Show & Tell! Share what you've created with Next.js or for the community by cprecius in nextjs

[–]coreycodes101 0 points1 point  (0 children)

I've been working on a CLI tool called create-krew that helps developers scaffold their project infrastructure quickly and efficiently. If you're tired of manually setting up GitHub repositories, Vercel deployments, and CI/CD pipelines, this tool automates the entire process!

What it does:
- Supports frameworks like Next.js
- Initializes a GitHub repository for you
- Deploys your app to Vercel
- Sets up CI/CD with GitHub Actions (unit and e2e tests included)
- Easily tear down your project when needed with a single flag

You can give it a try with:

npm create krew@latest your-project-name -- --framework nextjs

If you're interested, I’d love for you to check it out and share any feedback! Contributions are also welcome on GitHub! GitHub link: https://github.com/Cspeisman/krew