npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

maven-central-mcp-temp

v0.0.0

Published

Temporary package for publishing

Readme

krozov-ai-tools

CI npm License: MIT

Claude Code plugin marketplace by Kirill Rozov.

Installation

Add the marketplace to Claude Code:

/plugin marketplace add kirich1409/krozov-ai-tools

Install a plugin:

/plugin install maven-mcp@krozov-ai-tools
/plugin install sensitive-guard@krozov-ai-tools
/plugin install developer-workflow@krozov-ai-tools
/plugin install extend@krozov-ai-tools

Plugins

maven-mcp

Maven dependency intelligence for JVM projects. Auto-registers an MCP server that provides tools for version lookup, dependency auditing, vulnerability checking, and changelog tracking across Maven Central, Google Maven, and custom repositories.

Features:

  • Version intelligence — stability-aware selection, upgrade type classification
  • Project scanning — Gradle, Maven, version catalogs
  • Repository auto-discovery from build files
  • Vulnerability checking via OSV.dev
  • Changelog tracking — GitHub releases, AndroidX, AGP, Firebase release notes
  • Artifact search across Maven Central

Skills: /check-deps, /latest-version, /dependency-changes

See plugins/maven-mcp/ for full documentation.

sensitive-guard

Prevents sensitive data (secrets, PII) from reaching AI servers. Scans files via a PreToolUse hook before they are read into conversation.

Features:

  • Secret detection via gitleaks (700+ rules)
  • PII detection — email, SSN, credit cards, IBAN (custom regex)
  • Interactive allow/block prompt per finding
  • Project and global allowlists (SHA-256 hashed)
  • Configurable patterns and tools

See plugins/sensitive-guard/ for full documentation.

developer-workflow

Developer workflow skills and expert agents for the full development cycle — from task implementation to QA testing to PR merge.

Skills:

  • /prepare-for-pr — quality loop (build → simplify → self-review → lint/tests) before creating a PR
  • /create-pr — create a draft or ready PR with auto-generated title, description, labels, and reviewer suggestions
  • /pr-drive-to-merge — drive an existing PR/MR to merge: monitor CI/CD, triage reviewer comments, loop until merged
  • /code-migration — safe in-place or parallel migration of any technology in Gradle/Android/Kotlin projects
  • /kmp-migration — full Kotlin Multiplatform migration for Android modules
  • /migrate-to-compose — migrate View-based Android UI (Activity, Fragment, custom View) to Jetpack Compose
  • /generate-test-plan — generate structured, prioritized test plan from spec or code
  • /test-feature — verify a feature against its specification on a live app
  • /exploratory-test — undirected bug hunting and QA exploration on a running app
  • /plan-review — multi-agent review of implementation plans using PoLL consensus protocol
  • /implement-task — full development cycle: worktree → TDD → implementation → quality loop → draft PR (explicit invocation only)

Agents (10): architecture-expert, build-engineer, business-analyst, compose-developer, devops-expert, kotlin-engineer, manual-tester, performance-expert, security-expert, ux-expert

See plugins/developer-workflow/ for full documentation.

extend

Extend Claude Code built-in features with review and optimization tools.

Skills:

  • /agent-reviewer — audit and improve Claude Code agent files: frontmatter, system prompt quality, tool selection, trigger accuracy

See plugins/extend/ for full documentation.

License

MIT