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

arta-context

v0.1.0

Published

arta-context CLI — Claude Code hook ingest + dashboard

Downloads

138

Readme

arta-context CLI

Claude Code hook ingest + 분석 dashboard 의 CLI. arta-context 인스턴스 (server-side) 는 운영자가 별도 운영하며, 본 CLI 는 npm install -gsetup --token=... 으로 프로젝트 token 을 받아 hook payload 를 server 로 전송한다.

Install

npm install -g arta-context

Node 18+ 필요.

Quick start

운영자가 발급한 onboard token 으로 1줄 setup:

arta-context setup --token=arta_onb_XXXX

(onboard token = web wizard 의 /dashboard/<orgSlug>/onboarding 에서 자동 발급. 운영자가 권한 허락한 사용자만 발급 받을 수 있음 — server-side token 게이트.)

setup 명령은 다음을 자동 처리:

  1. onboard token → project token 교환.
  2. ~/.arta-context/config.json 작성 (= project token + API URL).
  3. .argos/project.json 작성 (= 현재 프로젝트 메타).
  4. .claude/settings.json 의 hook 주입 (= Claude Code 의 stop / tool / agent 이벤트).

명령

arta-context --help

카테고리:

  • 셋업 — setup, login, logout, whoami
  • 프로젝트 — project, member, onboarding
  • 데이터 — hook, session, usage

각 명령의 자세한 옵션은 arta-context <command> --help.

Server endpoint

  • 기본: https://artamotorsport.com
  • --api-url=<url> 또는 ~/.arta-context/config.jsonapiUrl 로 변경 가능.

Permissions

본 CLI 는 누구나 npm install -g 가능하지만 server endpoint 호출에는 valid project token 이 필요하다. token 부재 시 401. token 발급은 운영자가 web wizard 또는 device-flow login 으로 권한 허락한 사용자 한정.

License

MIT — 자세한 내용은 LICENSE.

Repository

코드 저장소는 비공개 (= 운영자 주관). 이슈 / 버그 보고는 GitHub Issues 또는 운영자 직접 연락.