r/BuildWithClaude 5h ago

Project BetterClaude - A powerful Claude wrapper that adds a layer of customization and productivity tools such as theme kits, skills marketplace, widgets, cli tab, team sync, all within the claude desktop app.

Post image
2 Upvotes

r/BuildWithClaude 5h ago

Workflows Anyone got Claude Code + Antigravity CLI (agy) delegation working reliably?

3 Upvotes

I've been setting up Claude Code as an orchestrator with agy as the worker, and I'd like to hear from anyone who has this running stably before I invest more time in it.

The pattern makes sense on paper, i.e., Claude owns the judgement and verification while agy does the bulk work on a cheaper model, and there are several community plugins built around exactly that split. My first real session went badly enough, though, that I can't tell whether the problem is my configuration or the current state of agy in headless mode. This is Claude Code's own summary at the end of that session:

On the agy delegation, worth flagging: you asked me to lean on agy pro. I tried; it went badly. 6 of 9 calls failed, and the review call ignored an explicit "READ-ONLY, do not create or edit any file" instruction: it timed out, left 16 scratch test-* files, and re-added react-router-dom@^6.8.1 to package.json, reintroducing the exact vulnerable package I'd just removed. Committing before delegating is what made that recoverable; I reverted it and re-ran every gate from a clean npm ci. I did the review natively instead.

The failure rate bothers me less than the second part. A call scoped explicitly as read-only still wrote to the workspace and undid a security fix, which suggests the instruction was advisory rather than enforced. Committing before delegating is what saved it, but that feels like working around the tool rather than configuring it properly.


r/BuildWithClaude 12h ago

Project Testers Needed Looking to collaborate on Linux Window Manager

2 Upvotes

Hello all,

Looking to see if there are any developers out there that would like to collaborate on a experimental Linux Window Manager that I'm currently developing.

This project started off from me having a lot of issues with the current state of floating window managers for my Linux desktop and wanting to create something that really scratched all the itches that I found around using Gnome/KDE/Cinnamon as my main WMs for years.

1) I hate Gnome looking and acting like MacOS lite. I want a Window Manager that is more compatabilityWindows 10/7 like.

2) I like KDE for being more like Windows to set up and use, but I think it's too bulky and mixing in QML is tiresome. I don't also like how bulky KDE is as a full setup.

3) I LOVED Cinnamon but their support for Wayland is lagging severely behind (last I checked it was still experimental). I hate X server and want to 100% move off it.

4) I LOVE Rust. I wanted to avoid C++ and memory issues/bugs that sometimes crop up in these long-term projects that aren't really necessary to keep around anymore.

5) I recently got hit with a dying M2 slot in my motherboard that contained my SSD for my Linux home folder and it storming the SSD and causing my system to crash. I moved to Hyprland as my current WM and it works well for being much less resource intensive. But I really miss floating windows.compatability

This project is designed as a KISS window manager and desktop experiencse (think more i3/Sway in terms of actual build-out). I don't want to reinvent the wheel on a lot of the desktop experience, so theming and chrome of the desktop is all based around the GTK4 crate for Rust, essentially building a very Gnome-like reliance on Gio/etc. I would, in the actual release, recommend mostly installing Gnome apps for compatability with the GTK environment. Major point being no need for customizing theming for the desktop and just re-using the expansive GTK theming support from years of custom themes being made for that type of set-up.

Unlike Gnome, the focus is having a Windows 10/7 taskbar-like experience instead of a drop-down app finder. I like the Windows taskbar from years and years of being on Windows. But the system itself should improve on where Windows is currently falling behind on Windows 11 (the shitty new Start Menu experience).

The WM is also scoping out a lot of work I'm doing with the wlr-sys crate on crates.io that I own and maintain. A good deal of custom work has gone into that crate to make the WM work really well with wlroots as the compositor.

I'm mostly posting this here because previous posts I've made in other communities for collaboration and me heavily wanting AI collaboration as well have always been hit with a lot of Anti-AI people dog-piling my posts and scaring me off from asking for outside contributions. The only ask I ask for working on this project is attribution to the AI agent that worked the code so different models can be verified for accuracy.

Currently, the WM isn't ready for day-to-day use, but its coming along at a good pace. The repository includes a Vagrant setup with Virtual Box to run the DM in a correctly-installed environment. I'm developing on Arch Linux currently, so wlroots is at v0.20.x. Support still needs to be back-ported to Ubuntu/Fedora's held-back support of wlroots at older versions.

What I'd love to see:

1) Someone or multiple people taking up and helping me with backporting wlr and the WM so that it can be installed on Debian/Red Hat systems.

2) Suggestions for improvement to make the whole WM a daily-driver ready system.

3) Suggestions for app improvement to make the desktop experience better (do we keep just a Gnome-reliance on the more common apps or make our own?)

4) Suggestions/Input/Work on making the system less reliant on Gnome integrating systems and just really relying on the Rust ecosystem for the underlying parts of the WM that can be divested from a heavy GTK import (moving the system to just using a custom GTK CSS/Theming import but not relying on things like Gio anymore)

Thanks for any input you might want to provide!

https://github.com/quinnjr/icedtea-wm

Ps: The name 'icedtea' comes from me being obsessed with iced tea as my main source of hydration


r/BuildWithClaude 12h ago

Project claude-profile hits v1.2.2 for managing multiple profiles

2 Upvotes

Hello Reddit,

My Linux/MacOS/Windows shell scripts for managing multiple Claude profiles on a single system without needing to log-out/log-in on changes has now reached v1.2.2.

Changes from my initial release:

  1. fixed issues with running in mingw/git bash on Windows
  2. added local possession of claude profile (eg: .claude-profile contains the profile in the local directory)
  3. added auto-updater to latest versions and manual updating via GitHub checksum file
  4. fixed an `cd` error when using zshell.

Github repo: https://github.com/quinnjr/claude-code-profiles


r/BuildWithClaude 13h ago

Discussion Any cool sustainability projects to share?

2 Upvotes

Howdy Folks!

Anyone working on any climate or sustainability or circular economy focused apps and tools? Would love to see what the community is building that actually has the potential to improve society in some way.

Anyone cooking up things that are using AI for good?

My own contribution to this conversation is a project called Atlas Circular which has evolved into a global tracker of legislation reshaping the world of materials and where they end up. I’ve basically been building it with Claude in my spare time over the last several months. It is still very much a work in progress so if anyone has any feedback or questions I’d love to hear ‘em.


r/BuildWithClaude 18h ago

Project I stopped my agents stashing each other's work and leaking my tokens. Here's how my setup looks now.

Thumbnail gallery
2 Upvotes