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

@seungyeonwoo/pickit-agent

v1.4.2

Published

카페24 쇼핑몰 AI 넛지 솔루션(PICKIT) 개발 에이전트 팀 — pickit.js + FastAPI + LLM 워크플로우

Readme

@seungyeonwoo/pickit-agent

PICKIT 개발용 AI 에이전트 패키지. Claude Code에 설치하면 PICKIT 전용 커맨드와 스킬을 사용할 수 있습니다.

설치

npx @seungyeonwoo/pickit-agent install

프로젝트 폴더에서 실행하면 .claude/ 안에 에이전트·커맨드·스킬이 설치됩니다.

커맨드

Claude Code에서 아래 커맨드를 사용할 수 있습니다:

| 커맨드 | 설명 | |---|---| | /pickit:plan <기능> | 기능 설계 (아키텍처, DB, API) | | /pickit:build <계획> | 프론트엔드 + 백엔드 구현 | | /pickit:debug | Playwright로 넛지 시나리오 테스트 | | /pickit:nudge-gen | 트리거별 넛지 카피 + Rule JSON 생성 | | /pickit:design [shop_id] | 넛지 위젯 디자인 (CSS, 레이아웃, 테마) |

넛지 위젯 디자인 수정하기

넛지 위젯의 디자인 가이드라인은 이 파일 하나에 담겨 있어요:

skills/pickit-nudge-design/SKILL.md

이 파일을 수정하면 /pickit:design 커맨드가 그 가이드라인대로 CSS와 레이아웃을 생성합니다.

수정 → 배포 방법

# 1. 이 레포 클론
git clone https://github.com/SeungYeon-Woo/pickit_agent.git
cd pickit-agent

# 2. 디자인 가이드라인 수정
# skills/pickit-nudge-design/SKILL.md 파일을 편집

# 3. 버전 올리고 배포
npm login
npm version patch
npm publish --access public

배포 후 사용자들이 npx @seungyeonwoo/pickit-agent install을 다시 실행하면 수정된 내용이 반영됩니다.

SKILL.md 구조

SKILL.md는 Claude가 /pickit:design 커맨드를 실행할 때 따르는 지침서입니다.

주요 섹션:

  • 위젯 구조 — 넛지 박스의 레이아웃 (icon / tag / title / body / CTA)
  • 디자인 토큰 — 색상, 모서리, 그림자, 폰트 크기 기본값
  • 카테고리별 가이드 — 아우터/상의/하의 등 카테고리에 따른 디자인 방향
  • 접근성 체크리스트 — 색상 대비, 터치 영역, 스크린리더 등

기타 커맨드

npx @seungyeonwoo/pickit-agent status     # 설치 상태 확인
npx @seungyeonwoo/pickit-agent uninstall  # 제거