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

leerness-skillpack

v1.0.0

Published

Leerness 기본 스킬 카탈로그 — 한국어 우선. leerness >=1.9.10이 동적 로드해 init/migrate 시 사용.

Readme

leerness-skillpack

Leerness 기본 스킬 카탈로그를 분리한 패키지. leerness >=1.9.10이 동적으로 로드해 init / migrate 시 사용합니다.

설치

# 사용자 프로젝트에 leerness와 함께
npm install leerness leerness-skillpack

# 또는 글로벌
npm install -g leerness leerness-skillpack

leerness만 설치되어 있어도 동작하며 (내장 fallback 카탈로그), leerness-skillpack이 함께 있으면 자동으로 그 카탈로그를 우선 사용합니다.

동작 방식

leerness CLI는 다음 순서로 스킬 카탈로그를 로드합니다:

  1. require('leerness-skillpack/catalog.json') 시도
  2. 실패 시 사용자 프로젝트의 node_modules/leerness-skillpack/catalog.json 탐색
  3. 실패 시 npm global root의 leerness-skillpack/catalog.json 탐색
  4. 모두 실패하면 leerness 본 패키지에 내장된 fallback 카탈로그 사용

leerness skill list출처 컬럼에 skillpack / builtin / user로 표시되어 어디서 왔는지 구분 가능합니다.

포함 스킬 (8개)

| ID | 한글명 | 영역 | |---|---|---| | office | 마이크로소프트 오피스 자동화 스킬 라이브러리 | 문서 자동화 | | commerce-api | 커머스 API 연동 스킬 라이브러리 | E-Commerce | | crawling | 크롤링·브라우저 자동화 스킬 라이브러리 | Web Automation | | firebase | Firebase·Cloud Functions 스킬 라이브러리 | Serverless | | ads-analytics | 광고·GA4 분석 스킬 라이브러리 | Analytics | | appstore-review | 앱스토어 심사 대응 스킬 라이브러리 | Mobile | | ai-verified-skill-publisher | AI 검증 스킬 업로드·라이브러리화 스킬 | Meta | | feature-implementation | 기능 구현 표준 스킬 | Meta |

자세한 능력 목록은 catalog.json 참고.

카탈로그 스키마

{
  "name": "leerness-skillpack",
  "version": "1.0.0",
  "leernessCompat": ">=1.9.10",
  "updatedAt": "YYYY-MM-DD",
  "skills": [
    {
      "id": "string",
      "displayNameKo": "string",
      "version": "x.y.z",
      "lastUpdated": "YYYY-MM-DD",
      "verification": "passed | unverified",
      "capabilities": ["string", "..."]
    }
  ]
}

라이선스

MIT.