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

@simplysm/sdcc

v15.1.15

Published

심플리즘 Claude Code 런처

Readme

@simplysm/sdcc

심플리즘 Claude Code 런처입니다. 두 가지를 합니다.

  • 회사 공통 지침 적용: system prompt, 스킬, 훅(@simplysm/sdcc-assets)을 얹어 claude 를 실행합니다.
  • 최소·통제된 환경: MCP 서버 전면 차단, 허용 도구 화이트리스트, 번들 스킬·부가 기능(Artifact, 자동 compact, 비필수 모델 호출 등) 비활성화로 예측 가능한 최소 구성을 강제합니다. 권한 확인은 생략됩니다(--dangerously-skip-permissions). env 로 켠 항목은 사용자가 직접 설정한 값이 우선합니다.

요구사항

  • Windows 또는 Linux
  • bun 설치 (bun 명령이 PATH 에 있어야 함, 예: mise use -g bun)
  • Claude Code 설치 (claude 명령이 PATH 에 있어야 함)
  • mise 설치
  • gh 설치 + gh auth login (지침·스킬이 private repo simplysm/simplysm 의 Release 자산으로 배포되므로 접근 권한 계정 필요)

설치

mise use -g npm:@simplysm/sdcc

사용

sdcc
  • claude 대신 sdcc 로 실행하면 됩니다. 추가 인자는 그대로 claude 에 전달됩니다 (예: sdcc --resume).

업데이트

  • 지침·스킬(sdcc-assets): 실행할 때마다 최신 Release 자산을 자동으로 받아 적용됩니다. 별도 조치 불필요.

  • 런처 자체: 새 버전이 있으면 실행 시 경고가 출력됩니다. 안내에 따라 갱신하세요:

    mise up

개발용 옵션

  • sdcc --assets <sdcc-assets 폴더> — 배포본 대신 로컬 폴더의 plugin/ 을 사용합니다 (네트워크 조회 생략). 지침·스킬을 수정하며 확인할 때 씁니다.