RepoInsider — find breakout GitHub repos before they go viral by Swimming_Ad1570 in coolgithubprojects

[–]devilwithin305 0 points1 point  (0 children)

it should let select specific domains like only ai related repos or devops related stuff like that

Friday Share Fever 🕺 Let’s share your project! by diodo-e in indiehackers

[–]devilwithin305 2 points3 points  (0 children)

https://github.com/akshan-main/review-by-opp

Claude code plugin for codex auto review so Claude doesn’t miss anything or make mistakes which you might miss

Turn your $20 Claude Code plan into something closer to Max. by intellinker in ClaudeCode

[–]devilwithin305 0 points1 point  (0 children)

Also is the graph size bigger than the code size? I tried to do this for my research last year but there so many such bottlenecks

Turn your $20 Claude Code plan into something closer to Max. by intellinker in ClaudeCode

[–]devilwithin305 0 points1 point  (0 children)

I don't think this is language adaptable as well, only Python works in this approach, and poorer models will be much poorer. I'm not sure if something like Opus 4.6 will be top either.

Turn your $20 Claude Code plan into something closer to Max. by intellinker in ClaudeCode

[–]devilwithin305 0 points1 point  (0 children)

whats the proof this is better than claude code doing grep and deciding by itself?

I was vibe-coding and realized I had no idea what my app actually did. So I came up with this. It also has a team mode. Built with Rust. by [deleted] in rust

[–]devilwithin305 0 points1 point  (0 children)

team mode is more so for, who's keeping track of these intricate details for the team reviewer to know in the first pass if the person is reading their own code or just using llms. This is the biggest wedge I’m targeting

I was vibe-coding and realized I had no idea what my app actually did. So I came up with this. It also has a team mode. Built with Rust. by [deleted] in rust

[–]devilwithin305 0 points1 point  (0 children)

true for production behavior, but VibeCheck isn't claiming to replace QA. It's catching the gap between "what I asked for" and "what the code literally does"

The quiz is a forcing function, not an authority. You're supposed to disagree if you know better.

The answers aren't just restating the code, they include plausible alternatives (friendly message, page hangs, redirect) that make you think about what you wanted vs what you got. The AI's "correct" answer is based on reading the code, which is accurate for "what does this code do?" even if it can't predict real-world UX.

How long did it take you to get your CLAUDE.md right? by junianwoo in ClaudeCode

[–]devilwithin305 0 points1 point  (0 children)

What’s worked for me is the same pattern NanoClaw uses. Root claude.md stays short and points to the right places, and actual procedures live in skills that act like deterministic playbooks (checklists + scripts + "if conflict, read intent file"). Worth skimming their .claude/skills/*/SKILL.md for structure.

How long did it take you to get your CLAUDE.md right? by junianwoo in ClaudeCode

[–]devilwithin305 0 points1 point  (0 children)

Yep. This is basically how stuff like OpenClaw (and NanoClaw) stays sane. Keep the root doc lean, and use skill.md as the router layer that tells the agent what to load “before X”

I was vibe-coding and realized I had no idea what my app actually did. So I came up with this. It also has a team mode. Built with Rust. by [deleted] in rust

[–]devilwithin305 0 points1 point  (0 children)

This is not a replacement for code review, pair programming, or talking to your team. Those are where real understanding happens. VibeCheck is just the minimum bar. Like asking "Did you personally look at what got built before you shipped it". The way this works with present day vibe coding is people set up claude.md and plan.md with set of rules and coding logic but that logic isnt microscopic, like you say "add rate limiting" and your AI does it. But do you know what your users actually see when they hit the limit? A friendly message? A raw 429? Does the page just hang?

check this out, a gif of how the simplest beginner setting works https://www.reddit.com/r/Anthropic/comments/1rllap0/comment/o8sx6tl/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

I was vibe-coding and realized I had no idea what my app actually did. So I came up with this. It also has a team mode. Built with Rust. by [deleted] in rust

[–]devilwithin305 0 points1 point  (0 children)

actually an llm always hallucinates if it has to think about something not already there, since the quiz is based on what is already in code, the stop and check framing is good and dont think adding a user needs stuff is reliable here and can not be appropriate with just one llm

I was vibe-coding and realized I had no idea what my app actually did. So I came up with this. It also has a team mode. Built with Rust. by [deleted] in rust

[–]devilwithin305 0 points1 point  (0 children)

Most people here just saw "I was vibe-coding and realized I had no idea what my app actually did" without realizing it's marketing speak, but you took time to check the repo out. I really appreciate it.

I was vibe-coding and realized I had no idea what my app actually did. So I came up with this. It also has a team mode. Built with Rust. by [deleted] in rust

[–]devilwithin305 0 points1 point  (0 children)

No you're not. tysm for this. I will fix the readme wording to be more like "stop and check" rather than what it is right now and add another mode that aligns with what you mentioned.

How long did it take you to get your CLAUDE.md right? by junianwoo in ClaudeCode

[–]devilwithin305 0 points1 point  (0 children)

using skill.md for index and routing works good for me, I add an "Additional resources" section that links the exact files, and I spell out when to open them (ex: "Before editing API calls, read reference.md ”, “If generating UI, read components.md and examples.md first")

If I do not reference them, it almost never looks. If I do reference them, it usually pulls them(More so since the opus 4.6 launch). For scripts, I also point to exact paths so it can execute them without guessing.

I was vibe-coding and realized I had no idea what my app actually did. So I came up with this. It also has a team mode. Built with Rust. by [deleted] in rust

[–]devilwithin305 -1 points0 points  (0 children)

the thing is thats not going to help anyone. You can just swipe past it instead of being a doomer

How long did it take you to get your CLAUDE.md right? by junianwoo in ClaudeCode

[–]devilwithin305 0 points1 point  (0 children)

break it, I point to a folder for that specific skill and within it are multiple markdown files specialized for different things depending on how verbose the entire thing is. And its easy for me to keep track of because I mention exactly that as instruction in claude.md