mathisk2095/jko-claude-plugins

Provide Claude plugins with shared coding guidelines, review checks, and stack-specific skills to keep agents consistent across projects

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

dotnet-critique

03

mathisk2095/jko-claude-plugins

Command

Deep architecture critique of pure .NET backend code. Evaluates AI slop, OOP/SOLID, layer boundaries, DI lifetimes, endpoints, SignalR, data access, concurrency, and distributed-system choices.

3 4d ago A 44 tokens original MIT

dotnet-harden

04

mathisk2095/jko-claude-plugins

Command

Scan and harden .NET backend code against high-impact anti-patterns such as sync-over-async, lifetime bugs, fat endpoints, and fragile SignalR state.

3 4d ago A 33 tokens original MIT

dotnet-structure

05

mathisk2095/jko-claude-plugins

Command

Analyze and recommend .NET backend solution and folder structure improvements. Checks projects, layers, oversized files, and boundary clarity.

3 4d ago A 24 tokens original MIT

dotnet-teach

06

mathisk2095/jko-claude-plugins

Command

One-time setup that scans a .NET backend project, learns its conventions and architecture, and writes them to CLAUDE.md for future sessions.

3 4d ago A 29 tokens original MIT

py-critique

11

mathisk2095/jko-claude-plugins

Command

Deep architecture critique of Python backend code. Evaluates AI slop, SOLID compliance, layer boundaries, anti-patterns, and design quality.

3 4d ago A 29 tokens original MIT

py-harden

12

mathisk2095/jko-claude-plugins

Command

Scan Python backend code for anti-patterns and fix them. Runs the full anti-pattern catalog (AP-01 through AP-22) against the codebase.

3 4d ago A 32 tokens original MIT

py-structure

13

mathisk2095/jko-claude-plugins

Command

Analyze and recommend project structure improvements. Checks file sizes, layer organization, module splitting, and hexagonal architecture compliance.

3 4d ago A 23 tokens original MIT

rust-critique

14

mathisk2095/jko-claude-plugins

Command

Deep code critique — read the target Rust code and apply the full review process. Evaluates soundness, ownership, error handling, type design, async correctness, performance, and architecture. Think like a senior Rust engineer giving honest feedback.

3 4d ago A 47 tokens original MIT

rust-harden

15

mathisk2095/jko-claude-plugins

Command

Harden Rust code — replace unwrap with proper error handling, add safety comments to unsafe blocks, enable overflow checks, validate inputs at boundaries. The defensive hardening pass.

3 4d ago A 34 tokens original MIT

rust-polish

16

mathisk2095/jko-claude-plugins

Command

Final pre-merge polish — remove dead code, verify doc comments, clean clippy, check all Result paths, remove debug artifacts. The last 5% that takes 50% of the effort.

3 4d ago A 41 tokens original MIT

rust-teach

17

mathisk2095/jko-claude-plugins

Command

One-time setup that scans your Rust project, understands its patterns and conventions, and writes a Rust-specific context section to your CLAUDE.md. Run once per project to establish persistent Rust guidelines.

3 4d ago A 39 tokens original MIT

rust-types

18

mathisk2095/jko-claude-plugins

Command

Strengthen the type system — replace primitive obsession with newtypes, booleans with enums, stringly-typed APIs with domain types. Make illegal states unrepresentable.

3 4d ago A 35 tokens original MIT