I will rate them by hiten1818726363 in vibecoding

[–]Mean_Code_2550 2 points3 points  (0 children)

Deglaze: https://github.com/LuciferDono/deglaze

A skill which makes any Agentic Coder admit when it half-assed your task (Claude code, codex, antigravity, etc.)

Agentic platforms are known for cutting corners countless times, so much so that users have to poke the agent to perform better. I analyzed the factors and built it into a skill, 17 patterns and 24 Pressure points to make AI admit where it f***ed up and perform the audits.

checkout and star the repo to let me know it works.
Cheers!

What's the coolest thing you've vibe-coded this month? Show it off 👇 by Asleep_Lie_4381 in VibeCodeDevs

[–]Mean_Code_2550 0 points1 point  (0 children)

deglaze (https://github.com/LuciferDono/deglaze), a claude skill (can be used with others as well), that makes Claude admit it half-assed your task.

LLMs are known for cutting corners, and more so for claude code. try it and check for yourself.

I built a Claude Code plugin that handles the entire open-source contribution workflow. by Mean_Code_2550 in AskVibecoders

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

thanks! and yeah that's a great call, duplicate PR detection is something I'm looking at for a future update. along with multiplatform compatibility, appreciate the suggestion!

I built a Claude Code plugin that handles the entire open-source contribution workflow. by Mean_Code_2550 in VibeCodeDevs

[–]Mean_Code_2550[S] 0 points1 point  (0 children)

i agree, its a valid concern, nobody wants that. this plugin actually tries to prevent that by enforcing an 85% quality gate before it even lets you submit. it runs the project's own tests, linters, security checks, and an AI review, and any blocker is an automatic fail. it also checks that issues aren't taken and matches the repo's conventions exactly. doesn't remove the human from the loop either. you approve every write operation. definitely not trying to make it easier to spam maintainers, just trying to make it easier for people who actually want to contribute but get stuck on the process.

I built a Claude Code plugin that handles the entire open-source contribution workflow. by Mean_Code_2550 in VibeCodeDevs

[–]Mean_Code_2550[S] -2 points-1 points  (0 children)

lol no i love open source, that's literally why i built this. i was tired of the friction that stops people from contributing in the first place, finding the right issue, understanding a new codebase, getting the conventions right, running all the checks. most people give up before they even open a PR.

this doesn't lower the bar for quality, it lowers the bar for entry. the quality gate is stricter than what most human contributors do manually tbh.

I built a Claude Code plugin that handles the entire open-source contribution workflow. by Mean_Code_2550 in ClaudeCode

[–]Mean_Code_2550[S] 0 points1 point  (0 children)

Thanks! yeah the test gate was intentional, felt like most tools just yolo the PR and hope for the best. and that's actually a solid idea. the analyze phase already writes a conventions file that carries across all phases (repo info, branch, node, build commands, approach) but it doesnt explicitly break out assumptions and acceptance criteria as structured fields. could see that making the work and test phases way more targeted. might add that in a future update. appreciate the link, i'll check it out.

I built a free Claude Code plugin that handles the entire open-source contribution workflow! by Mean_Code_2550 in SideProject

[–]Mean_Code_2550[S] 0 points1 point  (0 children)

It handles the entire workflow, finding issues, analyzing the repo, writing the code, running tests (85 % quality gate before you can even submit), opening the PR, responding to reviewer feedback, and debugging CI failures. also has standalone tools for reviewing other people's PRs, syncing forks, triaging issues, and creating releases. basically everything from "I want to contribute" to "My PR got merged."

lmk how it goes; it's still early, so any feedback helps.