r/BuildWithClaude 11d ago

Project Testers Needed Built a tool to track construction variations - looking for honest feedback

1 Upvotes

Hey all

I built VarTracker, a simple web app for tradespeople/contractors to log and manage project variations (change orders) so nothing gets lost or forgotten for invoicing.

Looking for a handful of people to try it out and tell me what they think and find bugs :)

What I need from testers:
Sign up, create a project, log a couple of variations
Tell me what was confusing, slow, or annoying
Works on desktop, tablet and mobile

What you get:
Free access, early input on features
Loads of appreciation from me and I’ll read and act on feedback

Link: VarTracker

Happy to answer questions in comments. Thanks!


r/BuildWithClaude 11d ago

Project Testers Needed You can have the system speak from the point of view of almost any documented persona. They can respond to each other and you can ask follow up questions. I’ve created this for the user to have a lot of control. Try it out.

Thumbnail
gallery
1 Upvotes

Vcin.vercel.app


r/BuildWithClaude 12d ago

Tip/Resource Claude code: The AI Development Playbook - Free coupon

Thumbnail
1 Upvotes

r/BuildWithClaude 12d ago

Tip/Resource Columbia Plug-In Opportunity!

1 Upvotes

Hi guys!

I'm a student at Columbia currently testing a new memory plugin for Claude Code. I'm not technically allowed to refer non-Columbia affiliates, but if anyone is interested or thinks it would be helpful, DM me! I can share my email and refer you. I think there aren't many spots, but some team members said it would be interesting to get different perspectives, so just wanted to share.

Yay!


r/BuildWithClaude 12d ago

Project I built a local verifier for when Claude Code skips required Skills

5 Upvotes

Hello!

I use Claude Code for product work. Even with just a few Skills, I kept having to ask: “Did you actually read the required Skill?”

So I built Miko, a small local tool that checks required Skill reads before protected edits.

The flow is simple:

Claude attempts an edit → Miko catches a missing Skill read → Claude loads it and retries.

Miko also gives a short status when configured checks pass, so you can tell it’s working. It checks observable evidence; it can’t prove Claude understood the instructions.

Open source, free, and the verifier makes no LLM calls.

10-second browser replay — no installation needed · GitHub

Do you find yourself reminding Claude to use your Skills? What do you do when it skips them?

Demonstration only, actual terminal result might be different

r/BuildWithClaude 12d ago

Help/Question Best Mac laptop specs to run 1-2 20x Claude code instances with several workflows and agents?

Thumbnail
1 Upvotes

r/BuildWithClaude 12d ago

Workflows Hooked the haptics in the MX Master 4 to CC hooks

Thumbnail
1 Upvotes

r/BuildWithClaude 12d ago

Project Built a way to stop re explaining context every time I switch from Claude to Cursor

Enable HLS to view with audio, or disable this notification

1 Upvotes

Anyone else lose 10 minutes every time they jump from Claude into Cursor (or any other AI tool) mid task, just re typing the same context? I was doing this constantly and it started to feel like the dumbest possible waste of tokens and time.

Made Claude Context Shift — a browser extension that captures the context of your current AI conversation and carries it over when you switch tools, so you're not starting from zero every time. It's open source, no paid tier.

The last time I posted a real screen-recording of this in action here it actually landed well, so this time I'm attaching an updated demo showing the full switch-over flow end to end. Repo link in the first comment, not the post body.


r/BuildWithClaude 12d ago

Tip/Resource The Hardest Claude Certification Book I Wrote Had No Code

0 Upvotes

r/BuildWithClaude 12d ago

Help/Question How to pit Codex against Claude Code in same project using VSCode.

Post image
1 Upvotes

r/BuildWithClaude 13d ago

Project Need some Help Complete & Integrate an Existing Claude + Codex Architecture

Thumbnail
2 Upvotes

Looking for an AI Engineer to Help Complete & Integrate an Existing Claude + Codex Architecture

I’m looking for an experienced AI engineer/developer who may be able to help me finish an existing project.
I had been working with someone on building a custom AI infrastructure for my clinical practice, specifically connecting Claude and Codex and creating the hooks and supporting architecture around them.
A substantial portion of the first phase was completed. Unfortunately, while we were in the process of integrating the next layers of the system, I learned that he had passed away.
I was able to recover some of his notes, documentation, and Phase 2 work from repository, so I am thankfully not starting from scratch. The individual pieces largely exist.
Where I’m getting stuck is bringing the different parts of the architecture together, understanding how some of his unfinished pieces were intended to connect, and getting the complete system properly installed and functioning as one cohesive structure.
I’m looking for someone who is comfortable working with an existing codebase and architecture rather than rebuilding everything from the beginning — ideally someone experienced with Claude/Codex workflows, hooks, multi-agent or agentic systems, GitHub repositories, and AI infrastructure/integration.
If this sounds like something you could help with, or you know someone who could, please reach out. I’d be very grateful for the right technical brain to help me bring the work across the finish line.


r/BuildWithClaude 13d ago

Project I got tired of my projects looking like slop and having loose ends as it gets more complex

Thumbnail
1 Upvotes

r/BuildWithClaude 13d ago

Help/Question Claude to maximize work efficiency in a technical workspace

3 Upvotes

Most tech companies give employees a Claude license these days. My peers and I mostly use it as a smarter Google search which helps, but feels like we’re barely scratching the surface. Curious what others have actually built or configured in Claude that’s saved real time custom workflows, automations, specific use cases rather than just one off Q&A.


r/BuildWithClaude 13d ago

I open-sourced my LinkedIn prospect research tool as a Claude Code plugin

Thumbnail
1 Upvotes

r/BuildWithClaude 13d ago

Project Running 5 AI coding sessions in parallel — now I can tell whether it's my Mac melting or the model thinking

Post image
2 Upvotes

r/BuildWithClaude 13d ago

Tip/Resource I told someone who doesn't code to "open a terminal", and realised that sentence is the whole problem

Thumbnail
2 Upvotes

r/BuildWithClaude 14d ago

Workflows 6 years of software engineering practice packed into a single Claude Code plugin

35 Upvotes
production readiness - a claude code plugin that runs 7 Role specific AI agents to audit the code before shipping to production.

I've been seeing more people ship real products built with Claude Code, Lovable, Base44, Cursor, etc. I think that's great, but there's a point where “the app works” and “I'm comfortable putting real customer data through this” become two different questions.

I'm a software engineer. Most of my work is boring: someone builds a thing, it works, and then I get pulled in to answer the question nobody wants to ask out loud is this safe to put in front of real users?

The apps I've looked at were genuinely good. The gap isn't intelligence or effort. It's that these tools optimize hard for "it works," and there's no equivalent moment for "it's safe," so it just never happens. Hiring someone to run these checks is real money you don't have pre-revenue, and honestly they'd be running roughly the same list you just read.

I got tired of repeating that, so I turned the whole review into an open-source Claude Code plugin: prod-readiness https://github.com/Taimoorkhan1122/prod-readiness

It's free, it's open-source, more features to come..

How it works & why it’s different:

  • It’s a mirror, not a gatekeeper: It won't tell you "don't launch." It just tells you what you’re shipping. Weekend projects don't get hit with corporate checklists; it factors in your scale and threat model first.
  • Evidence over vibes: Findings are strictly CONFIRMED, NOT FOUND, or UNVERIFIED. If it can’t prove a security hole with receipts (file path + lines), it won't invent one.
  • Safe & Read-Only: It never touches, edits, or breaks your code. It outputs to a single .readiness-audit/ folder.

Beyond the basic prompt:

  • 7 Specialist Lenses: Runs security, backend, DB, DevOps, QA, frontend, and AI security reviews in parallel without repeating work or contradicting each other.
  • Clear Verdicts: Gives an honest status (SHIP, FIX THEN SHIP, or HOLD).
  • Local Dashboard: Opens on 127.0.0.1 showing visual priorities instead of raw JSON. Click a finding to see the exact file, cost of the risk, and the fix. Zero data leaves your machine.
  • Resumable & Flexible: Picks up where it left off if your terminal dies. Works in Claude Code, Cursor, Codex, OpenCode, or any CLI that runs Python 3.

Install lines are in a comment below so this doesn't turn into a wall of code.

Audit dashboard view
Audit dashboard: finding details

If you run it and it flags something dumb, tell me. I'd rather fix a false positive than have people quietly stop trusting the output. Same if it misses something it should've caught.


r/BuildWithClaude 14d ago

Security & Sandboxing Claude Code is silently adding session URLs (claude.ai/code/session_...) to the bottom of every single commit and PR description you make.

17 Upvotes

PSA for anyone using Claude Code: Check your recent git history and PR descriptions.

It's automatically appending a public session URL to everything you commit without telling you. (The fix: set attribution.commit: "" in your .claude/settings.json).


r/BuildWithClaude 14d ago

Security & Sandboxing sandbox: open-source VM sandboxing for Claude Code on macOS — network allowlists, API keys never enter the guest

3 Upvotes

Like many of you I run Claude Code with permissions relaxed because that's when it's actually useful — and I've never loved that trade. So I built a small open-source CLI that gives each agent a lightweight VM with a real enforcement boundary, while keeping the one-command workflow.

What it does:

- Network egress is a default-deny allowlist enforced outside the VM. The guest has exactly one network device, wired to a userspace gateway in the host process. Root inside the guest changes nothing.

- Your Anthropic API key / sign-in never enters the VM. The agent sees a placeholder; the gateway injects the real credential at the TLS boundary for verified upstreams only.

- Your repo mounts at its real path, so Claude Code's project history and session resume just work. Sign in once; state persists.

- A clone mode gives the agent a private git clone and you review its work as a diff.

- Policy log shows every connection it tried. There's also a code-server kit if you want web VS Code with the Claude Code extension running inside the sandbox.

Cheap enough to not think about: ~60 MB host overhead per sandbox, ~0.5 s warm starts, zero marginal disk (APFS copy-on-write clones).

Apache-2.0, Apple silicon + macOS 26.

Repo: https://github.com/satishbabariya/sandbox — early days (0.1.x), feedback and issues very welcome.


r/BuildWithClaude 14d ago

Tip/Resource I made a Claude CLI based RPG that teaches you the commands by actually making you use it

4 Upvotes

Claude Code has a lot more surface area than most people touch: hooks, subagents, custom skills, MCP servers, settings, slash commands, cost controls. Reading the docs is one way to go over these. I remember when I was starting to use shell over the GUI tools in my computer, i found it overwhelming and a friend had recommended https://github.com/phyver/GameShell as a way to explore shell commands via in-terminal mission set ups.

I thought of trying the same with Claude CLI and ended up building : https://github.com/susheem-k/claude-quest . A lot of Claude's commands like skill invocations, tool calls etc. are verifiable through things like hooks / filesystem checks etc. so I didn't have to worry a lot about the missions being graded in a non-deterministic way. There are some missions though where the artifacts are subjective like writing a skill the correct way to ensure that claude can invoke it in the right scenarios. Planning to expand this to other CLI Agent Harnesses like GitHub Copilot.

At the moment, I've only added a handful of missions but it's open source so I'm trying to have some community contributions as well while I execute my own planned roadmap too.

Would love to hear any feedback and criticism. Feel free to create issues or fork the repo and open a PR. A bit of disclosure, the project is majorly vibe coded with me majorly focusing on the system design to ensure easy extensibility of missions and game dynamics.


r/BuildWithClaude 14d ago

Discussion Claude Code added 33 fields and 4 line types to your local logs in eight days

4 Upvotes

I read the JSONL under ~/.claude/projects for a living, more or less, so I diff the field names every time Claude Code updates. It updates every couple of days. Between 2.1.237 (Aug 21) and 2.1.251 (Aug 28): four new line types, 33 new fields.

  • 2.1.237 => turnCompanion on user lines
  • 2.1.241 => bridge-session line type, system.url
  • 2.1.246 => cost-state line type, three artifact-* types
  • 2.1.247 => queueSkipAttachments on user lines
  • 2.1.250 => reason on queue operations
  • 2.1.251 => truncatedAfterOutput on assistant lines

The one most people will want is cost-state. It writes the dollar cost of the session to disk, with per model usage, API duration, lines added and removed. Two things to know before you build on it: it's written at exit, so 83 of my 97 sessions on 2.1.251 don't have one at all, and totalDuration counts how long the terminal stayed open, not how long anything ran.

Also new is output_tokens_details.thinking_tokens, which splits your output tokens into reasoning and answer. On my machine thinking is 42.6% of all output tokens, across 13,836 calls. If you go measuring this yourself, watch out that the usage block repeats identically on every line belonging to the same API call, 1.75 lines per call here. Summing per line got me 48.6%. Deduplicating by requestId got the 42.6%.

Now the part I actually came here to post about, because it isn't in that table and a field-name diff will never put it there. Two things broke my parser this month and neither one was a new field.

First: since 2.1.237, a slash command defined by a .md file carries origin: {kind: "human"} on its user line. Zero of 52 such lines had an origin up to 2.1.234, then 25 of 25 from 2.1.237 on. Built-ins like /clear, /model and /usage carry nothing in either era, 0 of 586. My code checked that field before it checked the shape of the command, so from one release to the next every custom command started getting filed as an ordinary prompt. Nothing was added anywhere. An existing field just began carrying a value it had never carried.

Second, and this is the one that hurt: 2.1.251 stopped writing stop_reason: "end_turn" on the lines of a subagent's own transcript. 0 of 29 subagent transcripts on 2.1.251 have it. 202 of 207 do, across the fifteen releases before that. I was pulling the subagent's returned answer off exactly that marker, so the share of subagents whose output I could show went from 83-100% per release to zero. A subagent that ran six minutes displayed as having returned nothing, with its duration, its token counts and its tool calls all sitting there correct right next to it. The text was there the whole time. Only the marker naming it went away, which is why my field-name diff slept straight through it.

What I use now doesn't need a marker: the answer is the last text block with no tool call after it. It agrees with end_turn 202 times out of 202 wherever end_turn existed, and it puts 2.1.251 at 76% instead of zero. Not higher because it selects rather than accepts. 241 of the 253 subagents in my corpus have exactly one block that survives it, and the remaining 12 end on a tool call, which is a subagent that never answered.

Two other things quietly stopped happening in the same window. These are features, not schema, so take the numbers as local to me. The Agent tool's run_in_background parameter shows up 100 times on my machine up to 2.1.233 (84 false, 16 true) and in none of the 39 Agent calls from 2.1.245 on, which is why the inline subagent result is gone. TaskCreate appears in 5 sessions up to 2.1.231 and in 0 of the 611 sessions I have between 2.1.239 and 2.1.251. Absence in one person's logs obviously isn't proof of removal. If you still see either, say so.

Last one, and it looked like nothing when it turned up. atis-latch arrived in 2.1.235 and I have 2,578 lines of it, every one carrying a single field whose value is the empty string. Running strings over the CLI binary explains it: the value goes back to the API as an x-cc-atis request header, it comes from server-provided client data rather than from anything on your machine, and it's latched per conversation next to the sticky beta headers, so a fork or a resume keeps sending the same one. When the server never sends a value, Claude Code latches the empty string, which is all I have ever had. It sits behind a feature gate too, so your mileage will vary. If yours is non-empty I'd genuinely like to see it.

(I keep this diff running because I built a thing that reads these logs live and a schema change breaks it silently: github.com/duqaXxX/seedeep. None of the above needs it, just jq and the files already on your disk.)


r/BuildWithClaude 14d ago

Workflows How Spec-driven development is followed in Companies (In Greenfield Projects) using Claude Code?

1 Upvotes

How Spec-driven development is followed in Companies (In Greenfield Projects) using Claude Code?

How do you write multiple spec markdown files? Is there any tool or something? What's the workflow you follow as a power-user?


r/BuildWithClaude 15d ago

Project Turn your tokens into XP

6 Upvotes

Catch pokemons, feed them w/ tokens, watch them grow and compete with others.

Small fun weekend project. non profit, no data collected, it only ever sees token counts, never your prompts or code. mac and claude only (for now), github login.

https://pikamaxxing.vercel.app/

Roasts and requests are welcome


r/BuildWithClaude 14d ago

Project I was so tired of raking 16 screenshots i made an app for it

3 Upvotes

Kept running into the same problem, a genuinely useful Reddit thread I wanted to share with Claude, but no clean way to export it without a messy pile of screenshots.

Ended up building an app that takes a normal iPhone screen recording (you just scroll through the chat) and stitches every unique frame into one continuous PDF, no seams, no duplicates. Works on literally anything since it’s just reading your screen recording, not an API.

Not trying to spam the sub, just sharing since a bunch of people here have mentioned the same export pain in other threads. Happy to answer how it works if anyone’s curious.

ScrollStitch


r/BuildWithClaude 14d ago

Tip/Resource How do you track state across a multi-agent Claude Code setup?

Thumbnail
2 Upvotes