iCodeCraft

4 mods across 2 repositories, 28 stars between them.

kill-slop

01

iCodeCraft/anti-slop

Skill Claude CodeCodex

Stop AI coding agents from shipping sloppy code — over-abstraction, drive-by refactors, obvious comments, extra files, unrequested deps, giant unreadable files, or fishing outside the workspace for “inspiration”. Use when writing or editing code, implementing features, fixing bugs, splitting or organizing files, or…

26 1mo ago A 96 tokens original MIT

pr-hygiene

02

iCodeCraft/anti-slop

Skill Claude CodeCodex

Make PRs merge-ready — tight scope, clear description, no leftover debug, honest test notes. Use when opening a PR, writing a PR description, cleaning a branch before review, or when the user mentions pull request, merge-ready, or PR hygiene.

26 1mo ago A 57 tokens original MIT

security-review

03

iCodeCraft/anti-slop

Skill Claude CodeCodex

Review code for security issues before merge — authz gaps, injection, secrets, unsafe defaults, SSRF, path traversal. Use when reviewing a PR, auditing a diff, shipping auth/payments/uploads, or when the user asks for a security review or OWASP check.

26 1mo ago A 58 tokens original MIT

show-math

04

iCodeCraft/mathshow

Skill Claude CodeCodex

Render LaTeX math so the user can actually see it. CLI agents do not typeset $...$ or $$...$$. Use when writing or explaining formulas, equations, derivations, integrals, matrices, or when the user mentions LaTeX, KaTeX, or showing math. Run mathshow; do not leave raw TeX as the only view.

2 16d ago A 80 tokens original MIT