Plugin Claude Code
Claude Code plugins by krozov.
Plugin Claude Code
Claude Code plugins by krozov.
Settings file Claude Code
Agent settings configuring enabledPlugins, extraKnownMarketplaces.
Instructions file CodexOpenCode
AGENTS.md instructions for kirich1409/krozov-ai-tools, covering agents.md, non-negotiables, project, structure and plugin standards.
Instructions file
Claude Code instructions for kirich1409/krozov-ai-tools, covering claude.md, non-negotiables, project, structure and plugin standards.
Plugin Claude Code
Maven dependency intelligence — dependency updates, vulnerability and license scanning, transitive dependency graphs, version compatibility checks, artifact search, and version-catalog management, exposed as skills and an MCP server. Works in Claude Code and Grok Build without any NPM setup.
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit, search_replace and write tool calls, executing pre-edit-deps.sh. From kirich1409/krozov-ai-tools.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit, search_replace and write tool calls, executing post-edit-deps.sh. From kirich1409/krozov-ai-tools.
Skill Claude CodeCodex
Use when the user asks for "a full dependency audit", "audit my project for outdated, vulnerable, and non-compliant licenses in one report", "comprehensive dependency report", "give me everything on my dependencies at once", or wants one combined report covering version freshness, vulnerabilities, and (optionally)…
Skill Claude CodeCodex
Use when the user asks to "add this dependency to my version catalog", "generate a libs.versions.toml entry for X", "what alias should I use for this library", "validate my version catalog", "check my libs.versions.toml for mistakes", or wants a new Gradle version-catalog entry generated or an existing catalog…
Skill Claude CodeCodex
Use when the user asks to "check vulnerabilities", "scan CVEs", "check dependency vulnerabilities", "are my dependencies vulnerable", "security audit dependencies", "find CVEs in deps", "OSV scan", or wants to know which Maven/Gradle dependencies have known CVE/GHSA advisories. Resolves the Gradle project via gradlew…
Skill Claude CodeCodex
Use when the user asks to "check deps", "check dependencies", "outdated dependencies", "update dependencies", "are my deps up to date", "scan for updates", "find outdated libraries", "upgrade dependencies", or wants to know which Maven/Gradle dependencies have newer versions available. Resolves the Gradle project via…
Skill Claude CodeCodex
Use when the user provides a list of several groupId:artifactId coordinates (with no current version to compare against) and asks "what are the latest versions of these libraries", "look up versions for this list", "batch check these dependencies", "what version should I use for each of these", or is considering…
Skill Claude CodeCodex
Use when the user asks "is AGP 8.2 compatible with Gradle 8.4", "will this Kotlin version work with my AGP", "what Gradle version does this AGP need", "check Spring Boot BOM compatibility for my dependencies", "do I need to migrate javax to jakarta", or wants to validate a set of Android/Kotlin/Gradle/Spring Boot…
Skill Claude CodeCodex
Use when the user asks "does version X exist", "is version 3.2.0 released for okhttp", "check if this version is published", "was this version ever released", "check version exists", or provides a full groupId:artifactId:version and wants to confirm that exact version is available in a Maven repository — not what the…
Skill Claude CodeCodex
Use when the user gives one or more dependencies together with their CURRENT version and asks "is my version of X behind latest", "how far behind is 3.0.0", "what upgrade type would this be — major, minor, or patch", "classify the version jump from A to B", or wants upgrade-type classification for specific coordinates…
Skill Claude CodeCodex
Show what changed between two versions of a Maven/Gradle dependency — fetches release notes, changelog entries, and GitHub releases for the version range. Use when the user says "what changed", "show changelog", "release notes", "what's new in version X", "what broke in the upgrade", "before I update show me", or…
Skill Claude CodeCodex
Use when the user asks "do I have conflicting dependency versions", "is there a diamond dependency problem", "which libraries resolve to more than one version", "check for version conflicts across my project", or wants to know whether two paths in the dependency graph pull in incompatible versions of the same library.
Skill Claude CodeCodex
Use when evaluating whether to adopt a Maven dependency: "is X maintained", "health of dependency", "check library health", "is this library active", "dependency activity", "GitHub stars", "is this abandoned", "release cadence", "dependency maintenance", or "license of library". Fetches latest version, stability…
Skill Claude CodeCodex
Use when the user asks "what license does this library use", "is this dependency GPL", "check the license of X before I add it", "what's the SPDX id for this artifact", or wants license intelligence (SPDX id, category, plain-English notes) for one or more specific Maven dependencies — direct lookup, not a…
Skill Claude CodeCodex
Use when the user names one or a few specific dependencies (with version) — not a whole project — and asks "does io.ktor:ktor-server-core 3.1.0 have any known vulnerabilities", "check this library for CVEs before I add it", "is this version affected by any GHSA", or wants an OSV.dev vulnerability check for coordinates…
Skill Claude CodeCodex
Use when the user asks "is Kotlin 1.9 still supported", "when does Gradle 7 reach end of life", "is this Spring Boot version EOL", "is JDK 17 still maintained", "check end-of-life status", "when do I need to upgrade", or wants the support/end-of-life status of a JDK, Kotlin, Gradle, or Spring Boot version via…
Skill Claude CodeCodex
Use when the user asks to "expand this BOM", "what versions does the Spring Boot BOM manage", "show me the managed versions in this platform", "what does importing io.ktor:ktor-bom pin", or provides a Maven BOM / Gradle platform() coordinate and wants its full set of managed dependency versions.
Skill Claude CodeCodex
Use when the user asks to "find the latest version", "what version is", "current version of", "what's the latest", "check version", "find version", or provides a groupId:artifactId and wants version information. Finds the latest version of a Maven artifact.
Skill Claude CodeCodex
Use when the user asks "check license compliance across my dependency tree", "are any of my transitive dependencies GPL", "scan for copyleft licenses", "flag license violations against our policy", or wants the FULL transitive closure of one or more root dependencies checked against a project license posture — not…