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

@eddy_yun/auto-ceph-work

v0.2.1

Published

Auto-Ceph ticket workflow installer for Codex project scopes

Readme

Auto-Ceph Work

Auto-Ceph Work는 ceph/ 워크스페이스의 Jira 작업을 Codex 스킬로 처리하기 위한 프로젝트 스코프 설치 도구입니다.

설치

작업 프로젝트 루트에서 실행합니다.

cd /Users/okestro/work/ceph
npx @eddy_yun/auto-ceph-work install --project .

설치 결과는 현재 프로젝트 안에만 생성됩니다.

.auto-ceph-work/
.codex/skills/auto-ceph/
.codex/skills/auto-ceph-config/
.codex/skills/auto-ceph-create/
.codex/agents/auto-ceph-execute.toml

설치 후 Codex에서 이 프로젝트를 다시 열거나 스킬 목록을 새로고침합니다.

업데이트

cd /Users/okestro/work/ceph
npx @eddy_yun/auto-ceph-work update --project .

삭제

cd /Users/okestro/work/ceph
npx @eddy_yun/auto-ceph-work uninstall --project .

전역 marketplace를 이미 등록했다면

이전에 아래 방식으로 전역 Codex marketplace를 등록했다면 제거합니다.

codex plugin marketplace remove auto-ceph-local

전역 marketplace 등록은 사용자 전역 ~/.codex/config.toml에 기록되므로 Auto-Ceph Work의 기본 설치 방식으로 사용하지 않습니다.

초기 설정

Codex에서 아래 하위 저장소가 들어 있는 상위 ceph/ 디렉터리를 워크스페이스로 엽니다.

ceph/
  ceph-service-api/
  ceph-service-scheduler/
  ceph-api-gateway/
  remote-ceph-admin/

그 다음 Codex에서 아래 스킬을 실행합니다.

$auto-ceph-config

설정 중에 다음 값을 입력합니다.

Jira base URL
Jira email
Jira API token

설정 파일은 워크스페이스의 .auto-ceph/config.json에 생성됩니다.

jira.apiToken은 이 파일에 저장됩니다. 실제 토큰은 커밋하지 마세요. 설정 파일을 커밋해야 한다면 토큰 값을 먼저 비워야 합니다.

Jira 작업 생성

[ACW] Jira 작업을 만들 때는 Codex에서 아래 스킬을 실행합니다.

$auto-ceph-create

Codex가 문제점, 개선 방향, Jira 제목, Jira 설명을 확인한 뒤 사용자가 승인하면 Jira 작업을 생성합니다.

Jira 작업 처리

할당된 [ACW] 작업을 처리할 때는 Codex에서 아래 스킬을 실행합니다.

$auto-ceph

특정 티켓을 처리하려면 티켓 ID를 함께 입력합니다.

$auto-ceph CDS-123

작업은 아래 순서로 진행됩니다.

intake -> plan -> execute -> verify -> review_request -> done

작업 상태와 산출물은 워크스페이스의 .auto-ceph/tickets/<TICKET-ID>/ 아래에 저장됩니다.