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

automation-codex-config-installer

v0.1.6

Published

Install the automation-codex-config automation into the user's global Codex directory.

Readme

왜 만들었나

  • AI 도구는 업데이트가 빠릅니다.
  • Codex는 자주 바뀌지만, 구버전 설정이나 deprecated 설정을 자동으로 정리해주진 않습니다.
  • 공식 문서를 매번 보고 설정을 확인하기는 번거롭고, 점검을 안 하자니 기술적 FOMO가 따라옵니다.
  • 그래서 내 .codex 전역 설정을 계속 체크하고, 안전한 개선안을 제안하는 자동화가 필요했습니다.

무엇을 하나

  • 최신 Codex 공식 문서를 먼저 확인합니다.
  • .codex 전역 설정을 점검합니다.
  • 자동으로 방치되기 쉬운 구식 설정과 애매한 기준을 공식 문서와 비교합니다.
  • 충돌, 중복, 구식 설정, 애매한 기준을 찾습니다.
  • 안전한 수정만 적용하고, 확신이 낮은 건 제안으로 남깁니다.

사용법

npx automation-codex-config-installer

CODEX_HOME이 있으면 그 경로를 쓰고, 없으면 ~/.codex를 사용합니다.

설치 결과

  • automation-codex-config 폴더를 자동 생성합니다.
  • 템플릿 파일을 복사합니다.
  • automation.tomlcwds를 현재 전역 .codex 경로로 치환합니다.
  • 예전 path_setup.sh가 있으면 제거합니다.
  • 기존 설치가 있으면 템플릿 기준으로 다시 반영합니다.

포함 파일

  • automation.toml: 실행 설정
  • codex_self_maintain.md: 점검 기준
  • openai-docs-lite.md: 공식 문서 확인 절차