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

monol-plugin-scout

v2.1.3

Published

Claude Code 플러그인 마켓플레이스 모니터링 및 추천 에이전트

Downloads

1,237

Readme

monol-plugin-scout

Claude Code 플러그인 마켓플레이스 모니터링 및 추천 에이전트

기능

  • 프로젝트 분석: package.json, pyproject.toml 등으로 언어/프레임워크 자동 감지
  • 마켓플레이스 스캔: GitHub, NPM, 로컬 마켓플레이스 지원
  • 플러그인 평가: 프로젝트 매칭(40%) + 인기도(30%) + 보안(30%) 점수
  • 인터뷰식 설치: 대화형으로 복수 선택 가능한 설치
  • 정리 제안: 미사용 플러그인 자동 감지 및 정리

설치

# 1. 레포 클론
git clone https://github.com/your/monol-plugin-scout.git ~/monol-plugin-scout

# 2. Claude Code 설정에 마켓플레이스 등록

~/.claude/settings.json:

{
  "extraKnownMarketplaces": {
    "monol-plugin-scout": {
      "source": {
        "source": "directory",
        "path": "~/monol-plugin-scout/.claude/plugins"
      }
    }
  },
  "enabledPlugins": {
    "monol-plugin-scout@monol-plugin-scout": true
  }
}

사용법

기본 추천

/scout                    # 프로젝트 분석 후 맞춤 추천
/scout --quick            # 점수 80+ 만 빠르게

플러그인 비교

/scout compare typescript-lsp pyright-lsp

미사용 정리

/scout cleanup

마켓플레이스 탐색

/scout explore development

보안 점검

/scout audit

플러그인 포크

/scout fork code-review my-code-review

점수 시스템

| 점수 | 등급 | 권장 | |------|------|------| | 90-100 | Excellent | 적극 추천 | | 75-89 | Good | 추천 | | 60-74 | Fair | 대안 검토 | | 40-59 | Poor | 주의 | | 0-39 | Not Recommended | 비추천 |

디렉토리 구조

monol-plugin-scout/
├── .claude/
│   └── plugins/
│       ├── marketplace.json
│       └── monol-plugin-scout/
│           ├── plugin.json
│           ├── config.yaml
│           ├── CLAUDE.md
│           ├── commands/
│           ├── skills/
│           ├── combos/
│           ├── overrides/
│           └── data/
├── docs/
├── examples/
├── tests/
├── README.md
├── CHANGELOG.md
└── ROADMAP.md

문서

라이선스

MIT