ResourcesBy Baptiste O'Donovan2 min
5 Free GitHub Repos to Install Before Your AI Writes More Code
Resources
- SkillSpector, free, Apache-2.0 licensed
- Reticle, free to use, source-available
- Chisle, free, MIT licensed
- UI Skills, free, MIT licensed
- Anti-Slop, free, MIT licensed, for TypeScript and JavaScript
Most AI coding agents fail in the same five ways.
They install skills nobody checked. They say "done" when the feature is broken. They ramble and burn tokens. They build UI that looks like every other AI-built site. And they write lazy code that slips straight into your project.
Each of these five free GitHub repos fixes one of those failures. Install them before your agent writes another line. Below is what each one does, the numbers behind it, and every link.
What does each repo fix?
SkillSpector: scan a skill before you install it
SkillSpector is NVIDIA's own scanner, with over 18,000 stars on GitHub. Point it at any skill before you install it. It checks 71 vulnerability patterns, including data exfiltration, so nothing you add quietly leaks your API keys.
Reticle: check that "done" really means done
When your agent says a feature is finished, Reticle opens your real app, tests it, and hands you the exact file and line to fix. Broken features stop shipping looking finished.
Chisle: stop paying for filler
Chisle stops your agent rambling and building things you never asked for. In its own published benchmark, it used 44% of a bare model's output tokens on coding tasks. That is less than half the tokens you pay for.
UI Skills: give your agent a design engineer's playbook
UI Skills has about 9,000 stars. It gives your agent the rules real design engineers use for spacing, motion and accessibility, so your app stops looking like every other AI-built site.
Anti-Slop: reject lazy code automatically
Anti-Slop is a set of lint rules for TypeScript and JavaScript. It automatically rejects the lazy patterns AI loves to write, so sloppy code never makes it into your project.
Want more on putting AI to work in a business, not just a codebase? Read our insights on AI implementation, or take the free AI bottleneck test to see where AI would save your team the most time.
