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

@imsmobility/front-cli-skills

v1.1.0

Published

클로드, 제미나이, 코덱스 공통 skill을 세팅할 수 있는 프로젝트

Readme

front-cli-skills

front-cli-skills는 프론트엔드 개발 환경에서 자주 사용되는 공통 CLI 스킬(제미나이, 클로드, 코덱스 등)을 한 번에, 또는 개별적으로 쉽게 설치하고 관리할 수 있도록 도와주는 도구입니다.

📦 설치

이 패키지는 글로벌로 설치하거나 npx를 통해 일회성으로 실행할 수 있습니다.

# npm
npm install -g front-cli-skills

# yarn
yarn global add front-cli-skills

# npx (설치 없이 바로 실행)
npx front-cli-skills install --target all

🚀 사용법

install 명령어를 사용하여 스킬을 대상 CLI 환경에 세팅합니다.

모든 대상 (Gemini, Claude, Codex) 에 설치

front-cli-skills install --target all
# 또는 대상 생략 (기본값이 all 입니다)
front-cli-skills install

특정 대상에만 설치

# 제미나이(Gemini)에만 설치
front-cli-skills install --target gemini

# 클로드(Claude)에만 설치
front-cli-skills install --target claude

# 코덱스(Codex)에만 설치
front-cli-skills install --target codex

🛠 포함된 스킬 (Skills)

현재 포함되어 있는 스킬들은 다음과 같습니다:

  • frontend-convention: 프론트엔드 개발 시 공통적으로 적용되어야 하는 스타일 가이드와 코드 컨벤션 규칙.
  • js-style-guide: JavaScript/TypeScript, React 프로젝트에서 적용되는 디렉토리 구조, 네이밍, 코딩 스타일 통합 가이드.
  • tsdoc-convention: TypeDoc (TSDoc) 주석을 작성할 때 적용되는 컨벤션 가이드.
  • sync-docs-on-commit: 커밋 시 소스코드를 분석하여 관련 마크다운 문서를 자동으로 동기화하는 지침.

📂 파일 구조

  • bin/cli.js: CLI 명령어 진입점
  • src/index.js: 핵심 설치 및 복사 로직
  • skills/: 각 CLI에 세팅될 마크다운 스킬 파일 모음