By jon-the-dev
Read-only codebase audit suite. A master orchestrator (audit-code-master) fans out parallel sub-agents across seven focused dimension skills (security, correctness, performance, quality, architecture, dependencies, testing) and renders a styled HTML report; each dimension also runs standalone for a targeted audit. Never edits code.
Read-only architecture audit of a codebase. Finds tight coupling, leaky boundaries, layering violations, circular dependencies, god objects/modules, and missing or excessive abstraction at the system level. Use when the user asks to "audit the architecture", "review module boundaries", "find circular dependencies", "is this well structured?", "check separation of concerns", or "are the layers leaking?". Complements audit-code-quality (which works at the function/file level). For the full multi-dimension audit use audit-code-master. Never edits code.
Read-only correctness audit of a codebase. Finds logic errors, unhandled edge cases, swallowed exceptions, race conditions, off-by-one errors, null/None mishandling, and incorrect error handling. Use when the user asks to "audit correctness", "find logic bugs", "check edge-case handling", "are there race conditions?", "is the error handling correct?", or "what could break here?". For the full multi-dimension audit use audit-code-master. Never edits code.
Read-only dependency audit of a codebase. Finds outdated or known-vulnerable packages, unused dependencies, unpinned/floating versions, license risk, and unjustified new dependencies. Use when the user asks to "audit dependencies", "check for vulnerable packages", "find unused dependencies", "are versions pinned?", "review the dependency tree", or "any license risks?". For the full multi-dimension audit use audit-code-master. Never edits code.
Read-only multi-agent codebase audit orchestrator. Fans out parallel sub-agents across the audit-code dimension skills (security, correctness, performance, quality, architecture, dependencies, testing), aggregates and ranks findings by severity, writes a styled HTML report to ~/.reports/audit-<project>.html (auto-opened), prints a Markdown summary, then offers to file issues or export a CSV. Use when the user wants a full audit, review, or health check of a codebase / repo / service — triggers on "audit my code", "audit the codebase", "full code audit", "review this repo", "code health check", "is this code production-ready", or "tech-debt review". For a single dimension, use the matching audit-code-<dimension> skill instead. Never edits code.
Read-only performance audit of a codebase. Finds N+1 queries, O(n^2) loops, blocking I/O on async paths, unbounded memory growth, missing database indexes, redundant work, and chatty network calls. Use when the user asks to "audit performance", "find perf issues", "why is this slow?", "check for N+1 queries", "find bottlenecks", or "is this scalable?". For the full multi-dimension audit use audit-code-master. Never edits code.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
jrs-plugins — custom Claude Code plugins (skills, slash commands, agents, hooks, MCP servers).
/plugin marketplace add jon-the-dev/claude-code-plugin-marketplace-v0
/plugin install <plugin-name>@jrs-plugins
/go-live-check) for quick code reviews.audit-code-master orchestrates parallel sub-agents across seven focused dimension skills — security, correctness, performance, quality (AI-slop / readability / duplicate logic), architecture, dependencies, testing — and renders a styled HTML report. Each dimension also runs standalone for a targeted audit.npx claudepluginhub jon-the-dev/claude-code-plugin-marketplace-v0 --plugin audit-codeBundle of every skill, agent, and command in jons-ai-toolkit. Install this for the full kit; install individual themed plugins for narrower scope.
Adds a /review command for quick code reviews
Cross-model AI assistant via Google Gemini CLI for plan verification, QA review, context offloading, and cross-validation
Comprehensive Runway infrastructure deployment management with agents, commands, and hooks
GitHub issue triage and execution loop: prioritized backlog, next-issue picker, single-issue implement command, and a parallel mini-sprint runner. Bundles a gh CLI reference skill.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review