AleksandarBisevac/claude-plugins

Claude Code plugin marketplace. audit: a manifest-driven audit/fix pipeline with enforced plan-first and TDD gates — deterministic hooks, not prompt suggestions — token spend attributed to phases and tasks, and a shareable HTML report. Zero dependencies.

This repository also configures its own agents. See what claude-plugins tells them →

4Stars on the repository
46Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

AleksandarBisevac/claude-plugins

Skill Claude Code needs its repo

Decide what is worth making faster in this repo, and prove it paid — measure the thing instead of grepping for it, separate wall clock from total CPU from the critical path, rank targets by shape rather than by how many modules import them, and decline the work with a number when the number says so. Use this whenever…

not rated 4 6d ago A 145 tokens original MIT

grill-me

02

AleksandarBisevac/claude-plugins

Skill Claude Code

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

not rated 4 6d ago A 49 tokens copy · 92% MIT

no-silent-pass

03

AleksandarBisevac/claude-plugins

Skill Claude Code

Write Python whose failures are visible and checks that actually fire — distinct sentinels for success and error, filters that narrow to nothing without reading as "all clear", output never discarded on a non-zero exit, and selftest cases proven red before they are trusted (mutate the fix, mutate it the other way too…

not rated 4 6d ago A 143 tokens original MIT

AleksandarBisevac/claude-plugins

Skill Claude Code needs its repo

Edit, split or share the CSS and JavaScript under plugins/audit/scripts/ui/ — files Python concatenates into one inline and one inline carrying code, in a self-contained page opened over file://. Covers the assembly contract and the byte-level pins in plugins/audit/tests/ that guard it, why the split must be an…

not rated 4 6d ago A 192 tokens original MIT

AleksandarBisevac/claude-plugins

Skill Claude Code

Run the CI gate on your machine so it agrees with the runner — deriving the exact command, paths, markers, and env from the workflow file instead of the Makefile, unblocking gate steps that short-circuit and hide the next failure, pinning the linter version CI resolves, and confirming the run is green instead of…

not rated 4 6d ago A 130 tokens original MIT

AleksandarBisevac/claude-plugins

Skill Claude Code

Design and review long-running batch or sync jobs that process many items against a remote API and persist checkpoint state — exit codes that report partial failure, checkpoints that are safe to resume, per-item tolerance vs. fatal abort, telling "zero" apart from "couldn't fetch", bounded retries, and honest…

not rated 4 6d ago A 102 tokens original MIT

AleksandarBisevac/claude-plugins

Skill Claude Code

Confirms what a third-party library, remote API, build backend, or scraped document actually does before writing code that depends on it — throwaway probes that run in seconds, permissive clients that forward wrong arguments instead of rejecting them, per-endpoint docs that don't generalize, response shapes that make…

not rated 4 6d ago A 138 tokens original MIT

writing-css

08

AleksandarBisevac/claude-plugins

Skill Claude Code

How CSS is written in this repo — every value comes from a design token, one component gets one name across both surfaces, and the five theme lints decide what ships. Covers the token layer and the half-finished spacing migration, modern syntax that is actually safe here (cascade layers and container queries are…

not rated 4 6d ago A 167 tokens original MIT

writing-javascript

09

AleksandarBisevac/claude-plugins

Skill Claude Code

How browser JavaScript is written in this repo — both surfaces now speak one modern dialect and this says what that means for the code you type, where ES modules are impossible and where they are merely unused, and how to pick a feature (Baseline plus a file:// gate). Covers functional idiom over imperative DOM work…

not rated 4 6d ago A 163 tokens original MIT

writing-python

10

AleksandarBisevac/claude-plugins

Skill Claude Code

How Python is written in this repo — free functions over classes, structured returns instead of mutated arguments, comprehensions, no module state, and the stdlib-only, annotation-free, Python 3.8 dialect the AST lints enforce. Covers modular structure and the import-layer rule, DRY without copying a helper into a…

not rated 4 6d ago A 161 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: