mathisk2095/jko-claude-plugins
Command
Actively find and remove dead code, unused imports, duplicates, and zombie code.
Provide Claude plugins with shared coding guidelines, review checks, and stack-specific skills to keep agents consistent across projects
mathisk2095/jko-claude-plugins
Command
Actively find and remove dead code, unused imports, duplicates, and zombie code.
mathisk2095/jko-claude-plugins
Command
Scan for dead code, unused imports, duplicates, and zombie code across the project.
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.
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.
mathisk2095/jko-claude-plugins
Command
Analyze and recommend .NET backend solution and folder structure improvements. Checks projects, layers, oversized files, and boundary clarity.
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.
mathisk2095/jko-claude-plugins
Command
Help debug ESP32 crashes, hangs, and peripheral issues.
mathisk2095/jko-claude-plugins
Command
Harden and inspect ESP32 firmware for field failures, crashes, memory, and security.
mathisk2095/jko-claude-plugins
Command
Optimize ESP32 firmware for performance, memory, power, or binary size.
mathisk2095/jko-claude-plugins
Command
One-time project setup -- discover hardware, find datasheets, persist context to CLAUDE.md.
mathisk2095/jko-claude-plugins
Command
Deep architecture critique of Python backend code. Evaluates AI slop, SOLID compliance, layer boundaries, anti-patterns, and design quality.
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.
mathisk2095/jko-claude-plugins
Command
Analyze and recommend project structure improvements. Checks file sizes, layer organization, module splitting, and hexagonal architecture compliance.
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.
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.
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.
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.
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.
mathisk2095/jko-claude-plugins
Command
Critique SwiftUI code for patterns, design, clean code, accessibility, and performance.