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

agentsx

v0.1.9

Published

Cross-machine agent config sync CLI

Readme

agentsx

여러 컴퓨터에서 코딩 에이전트 설정을 Git 저장소로 동기화하는 CLI입니다.

시작

pnpm i
pnpm build

명령

npx agentsx init <repo-url>
npx agentsx agents
npx agentsx targets <agent>
npx agentsx push <agent> [targets...] [--conflict fail-all|overwrite|partial] [--jsonpath targetId=$.path]
npx agentsx pull <agent> [targets...] [--conflict fail-all|overwrite|partial] [--jsonpath targetId=$.path]
npx agentsx sync <agent> [targets...] [--conflict fail-all|overwrite|partial] [--jsonpath targetId=$.path]
  • targets를 생략하면 TUI 선택 UI가 열립니다.
  • 선택 단위는 파일 자체가 아니라 에이전트별 설정 항목(예: skills, plugins, mcp, instructions) 입니다.
  • v1 동기화 범위는 사용자 전역 설정(home)이며, 프로젝트 로컬 설정은 제외됩니다.
  • CLI 세부 선택: --jsonpath targetId=$.path를 반복해 JSONPath 단위 부분 동기화 가능
  • TUI 세부 선택: 파일+JSON 트리 결합 뷰에서 ←/→ 펼침/접기, ↑/↓ 이동, Space 선택(하위 포함), Enter 확정
  • JSONPath를 선택한 구조화 설정은 충돌도 JSONPath 단위로 판정되며, TUI에서 파일#jsonpath 형태로 표시됩니다.
  • 선택/충돌 결정은 ~/.agentsx/state.json에 저장되어 재사용됩니다.
  • 원격 기본 브랜치가 비어 있으면 첫 push/pull/sync 실행 시 자동 초기화됩니다.
  • json/yaml/toml은 동기화 시 파싱 후 다시 저장되어 주석/포맷 노이즈가 제거됩니다.

품질 검증

pnpm check

문서

  • 요구사항: REQUIREMENTS.md
  • 에이전트 작업 가이드: AGENTS.md
  • 온라인 기반 경로 조사: AGENT_PATHS.md