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

lee-spec-kit

v0.8.1

Published

Document-centered harness engineering toolkit for AI agent development

Readme


Quick Start

lee-spec-kit은 PRD, idea, feature 문서를 만들고, 에이전트가 그 문서를 기준으로 작업하도록 돕는 도구입니다.

npx lee-spec-kit init
npx lee-spec-kit integrations codex-hooks
npx lee-spec-kit idea improve-auth-flow
npx lee-spec-kit feature user-auth

그 다음부터는 자연어로 요청하면 됩니다.

왜 만들었나

이 CLI는 AI 에이전트와 함께 프로젝트를 진행할 때, 문서와 실제 작업 흐름이 따로 놀지 않게 하려고 만들었습니다.

단순히 문서 폴더만 만드는 것이 아니라, 에이전트가 지금 어떤 feature를 보고 있는지, 다음에 무엇을 해야 하는지, 어디서 사용자 확인이 필요한지를 같은 규칙 안에서 다루도록 만드는 쪽에 더 가깝습니다.

작업 구조는 SDD(spec-driven development) 기반의 PRD → idea → feature 흐름을 따릅니다. PRD는 docs/prd/에서 상위 요구사항을 정리하는 공간이고, idea는 후보나 실험을 적어두는 단계이며, feature는 실제로 실행할 단위를 spec.md, plan.md, tasks.md, decisions.md로 내려 관리하는 단계입니다.

구조적으로는 spec-kitOpenSpec의 접근을 참고했습니다.

사람은 보통 이렇게 요청합니다

  • "이 요구사항 기준으로 idea 정리해줘."
  • "이 idea를 feature로 올려서 진행해줘."
  • "현재 feature 기준으로 issue 초안 만들어줘."
  • "규칙에 따라 다음 feature 진행해줘."
  • "작업 끝났으니 문서랑 같이 점검해줘."

주요 명령

  • init: docs/workflow 구조 초기화
  • idea: 구현 전 idea 문서 생성
  • feature: 실제 작업 단위 생성
  • docs: 내장 agent policy 문서 조회
  • detect: 현재 워크스페이스가 lee-spec-kit 프로젝트인지 감지
  • github: issue/pr 본문 생성 및 검증
  • integrations codex-hooks: 현재 workspace용 Codex hooks 스캐폴드 생성/제거
  • integrations codex: 전역 Codex hooks flag 설치/제거
  • commit-audit --json: hooks용 commit-time docs path validator
  • workflow-audit --json: hooks용 docs sync validator

지원 모드:

  • embedded: 프로젝트 안에 docs/를 함께 둡니다.
  • standalone: workspace root 아래에서 docs repo와 project repo를 따로 관리합니다.

Docs

License

MIT