JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 39
  • Score
    100M100P100Q100803F
  • 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 --all

    🪄 설치 가능한 스킬

    스킬 설명
    code-flow-report 코드 플로우 시각화 리포트 생성
    idea-plan 아이디어 기획서 작성
    prd 제품 요구사항 정의서(PRD) 작성
    clean-tailwind Tailwind CSS className 순서 정렬
    playwright-pom Playwright E2E 테스트 POM 패턴
    nextjs-16 Next.js 16 공식 문서 기반 컨텍스트
    tailwind-css Tailwind CSS 공식 문서 기반 컨텍스트
    emotion-js Emotion.js CSS-in-JS 공식 문서 기반 컨텍스트
    tanstack-query TanStack Query 공식 문서 기반 컨텍스트

    📍 설치 위치

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

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