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

personal-agent-harness

v0.3.2

Published

Personal dev standards and AI agent rules installer (copy mode)

Readme

Personal-Agent-Harness

개인 개발 표준과 AI 에이전트 규칙을 프로젝트에 적용하는 하네스입니다.

기본 rules 설치에는 devcontainer와 git-workflow 규칙 도메인이 포함됩니다.

환경 요구사항

| 항목 | 필수 여부 | 용도 | |------|-----------|------| | Node.js 24 LTS | 권장 | npx로 CLI 실행 (최소 22) | | bash 3.2+ | 필수 | CLI 실행 | | jq | 권장 | enforcement hooks 설치 — 없으면 advisory 모드로 동작 | | Claude Code | 권장 | .claude/settings.json hooks 실행 |

jq 없을 때: rules는 정상 설치되고, hooks 설치는 건너뜁니다(WARNING: jq not found 출력). AI가 표준 문서를 자발적으로 읽는 advisory 방식으로만 동작합니다.

jq 설치: brew install jq (macOS) / apt-get install jq (Ubuntu/Debian)

사용법 (npm/npx — 권장)

대상 프로젝트 루트에서 실행합니다. 프로젝트 안에 harness 저장소가 생기지 않습니다.

첫 적용

npx personal-agent-harness init .

업데이트

npx personal-agent-harness@latest update .

검증·상태

npx personal-agent-harness verify .
npx personal-agent-harness status .

자주 쓰는 경우 (글로벌 설치)

npm install -g personal-agent-harness
pah init /path/to/my-project
pah update /path/to/my-project

자세한 내용은 docs/usage.md를 참고하세요.

문서

| 문서 | 내용 | |------|------| | docs/README.md | 전체 문서 목록 | | docs/usage.md | 상세 사용법·고급 옵션·커밋 가이드 | | docs/how-it-works.md | copy mode, managed block, 규칙 우선순위 | | docs/reference.md | pah CLI 레퍼런스, 설치 결과, verify 항목 | | docs/troubleshooting.md | 문제 해결, 백업 복구 |

하네스 개발·배포(git checkout, npm publish 포함)는 docs/development.md를 참고하세요.