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

@gaebalai/claudecode-company

v1.0.0

Published

Claude Code에서 가상 조직을 구축 및 운영하는 플러그인.

Readme

claudecode-company

Claude Code에서 가상 조직을 구축·운영하는 플러그인.

문서

/company를 실행하면, 비서가 당신 전용 창구가 됩니다. 3단계로 즉시 운영 시작. 부서는 사용 방식에 맞춰 자연스럽게 늘어납니다.

설치

/plugin marketplace add gaebalai/claudecode-company
/plugin install company@claudecode-company

컨셉

당신 → 비서(창구) → 각 부서(필요에 따라 추가)
  • 비서: 항상 창구. TODO 관리, 브레인스토밍, 메모, 무엇이든 상담함
  • 부서: 일이 늘어나면 비서가 제안. 리서치, PM, 개발 등

처음에는 비서만. 심플하게 시작하고, 필요해지면 부서를 추가.

사용법

초기 셋업 (3단계)

> /company

비서: 처음 뵙겠습니다! 당신의 비서가 되겠습니다.
      먼저, 사업이나 활동을 알려주세요.
당신: 프리랜서 웹 개발하고 있어요

비서: 지금의 목표나 고민은요?
당신: SaaS를 만들어서 월 100만원을 목표로 하고 있어요. 태스크가 흩어지는 게 고민

→ .company/secretary/가 자동 생성됨 (완료!)

일상 운영

> /company
비서: 좋은 아침이에요! 무엇이 있나요?

> 오늘 할 일 알려줘
비서: 오늘의 TODO입니다:
  - [ ] 클라이언트A에게 견적서 송부
  - [ ] LP 설계서 리뷰

> 경쟁 서비스에 대해 조사해줘
비서: 알겠습니다. 조사하겠습니다.
  → secretary/notes/2026-03-16-competitor-research.md에 저장

> 해외 트렌드도 알고 싶어
비서: 리서치 의뢰가 늘고 있네요.
      리서치 부서를 만들까요?
당신: 만들어
  → research/가 자동 생성됨

부서 (필요에 따라 추가)

| 부서 | 담당 영역 | |------|---------| | 비서실 | TODO 관리, 브레인스토밍, 메모, 상담 (상설) | | PM | 프로젝트 진행, 티켓 관리 | | 리서치 | 시장 조사, 경쟁 분석, 기술 조사 | | 마케팅 | 콘텐츠 기획, SNS, 캠페인 | | 개발 | 기술 문서, 설계, 디버깅 | | 경리 | 청구서, 경비, 매출 관리 | | 영업 | 클라이언트 관리, 제안서 | | 크리에이티브 | 디자인 브리프, 브랜드 관리 | | 인사 | 채용 관리, 팀 관리 |

초기 구성

.company/
├── CLAUDE.md              ← 조직 규칙
└── secretary/
    ├── CLAUDE.md           ← 비서의 행동 방식
    ├── inbox/
    ├── todos/
    │   └── YYYY-MM-DD.md   ← 오늘의 TODO
    └── notes/

파일 구성

claudecode-company/
├── .claude-plugin/
│   └── marketplace.json
├── plugins/
│   └── company/
│       ├── .claude-plugin/
│       │   └── plugin.json
│       └── skills/
│           └── company/
│               ├── SKILL.md
│               └── references/
│                   ├── departments.md
│                   └── claude-md-template.md
├── README.md
└── LICENSE

라이선스

MIT