JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 37
  • Score
    100M100P100Q100857F
  • License MIT

Claude Code Lab 스킬을 단일로 설치하는 CLI 도구 (by window-ook)

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (claude-code-lab) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Claude-Code-Lab Skills Installer

    Claude Code Lab 스킬을 단일로 설치하는 CLI 도구입니다. (by window-ook)

    📖 사용법

    스킬 목록 보기

    npx claude-code-lab list

    특정 스킬 설치

    npx claude-code-lab install <skill-name>

    예시:

    npx claude-code-lab install nextjs-16
    npx claude-code-lab install prd
    npx claude-code-lab install idea-plan
    npx claude-code-lab install code-flow-report
    npx claude-code-lab install clean-tailwind
    npx claude-code-lab install playwright-pom
    npx claude-code-lab install tanstack-query

    모든 스킬 설치

    npx claude-code-lab install --all

    🪄 설치 가능한 스킬

    스킬 설명
    clean-tailwind Tailwind CSS 클래스 순서 정렬 스킬
    code-flow-report 코드 플로우 시각화 리포트 생성
    idea-plan 아이디어 기획서 작성
    nextjs-16 Next.js 16 App Router 개발 가이드
    playwright-pom Playwright E2E 테스트 POM 패턴 가이드
    prd 제품 요구사항 정의서(PRD) 작성
    tanstack-query TanStack Query v5 베스트 프랙티스 가이드

    📍 설치 위치

    스킬은 현재 디렉토리의 .claude/skills/ 폴더에 설치됩니다.

    your-project/
    └── .claude/
        └── skills/
            └── nextjs-16/    # 설치된 스킬
                └── SKILL.md
                └── references/