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

windowook-skills

v1.0.1

Published

Claude Code 스킬을 개별 또는 번들로 설치하는 CLI 도구 (by window-ook)

Readme

windowook's Claude Code Lab Skills

프론트엔드 개발에서 자주 사용하는 클로드 코드 스킬을 공유합니다.

📖 사용법

스킬 & 번들 목록 보기

npx windowook-skills list
pnpm dlx windowook-skills list
yarn dlx windowook-skills list
bunx windowook-skills list

개별 스킬 설치

npx windowook-skills install <스킬 이름>

번들 설치

npx windowook-skills install --bundle <번들 이름>

모든 스킬 설치

npx windowook-skills install --all

📦 번들

| 번들 | 설명 | 포함 스킬 | | ----------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------ | | analysis | 코드 분석 & 시각화 스킬 그룹 | code-flow-report, excalidraw | | practical | 범용 실무 스킬 그룹 | save-context, slack-thread, clean-tailwind, execute-figma-plan, figma-plan, figma-reference-plan |

⚡️ 개별 스킬

| 스킬 | 설명 | | ---------------------- | --------------------------------------------- | | code-flow-report | 코드 플로우 시각화 리포트 생성 | | excalidraw | Excalidraw 아키텍처 다이어그램 생성 | | save-context | 작업 컨텍스트 저장 및 복구 | | slack-thread | Slack 스레드용 문서 정리 (회의록/건의/보고서) | | clean-tailwind | Tailwind CSS 클래스 순서 정렬 | | execute-figma-plan | Figma 구현 계획서 실행 | | figma-plan | Figma 디자인 분석 → 구현 계획서 작성 | | figma-reference-plan | Figma + 참조 코드 기반 구현 계획서 작성 |

*figma 플랜 스킬 2개는 설치하면 'figma-analyzer' 서브 에이전트도 자동으로 설치됩니다.

📍 설치 위치

스킬은 현재 디렉토리의 .claude/skills/ 폴더에 설치됩니다.

your-project/
└── .claude/
    └── skills/
        └── excalidraw/    # 설치된 스킬
            ├── SKILL.md
            └── references/

💡 예시

# 개별 스킬 설치
npx windowook-skills install excalidraw

# 코드 분석 번들 설치
npx windowook-skills install --bundle analysis

# 실무 번들 설치
npx windowook-skills install --bundle practical

# 전체 설치
npx windowook-skills install --all