Skip to content
Automation
Command

/monorepo

[TODO: 모노레포에 포함된 패키지/서비스 요약]

From plugin
cck
127 skills1 agent7 commands
Install
> /plugin marketplace add shinhyukahn/cck
> /plugin install cck@shinhyukahn

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/monorepo

Context preview

What this command does when you run it.

[TODO: 모노레포에 포함된 패키지/서비스 요약]

Command definition

monorepo.md

CLAUDE.md — 모노레포 프로젝트

프로젝트 개요

[TODO: 모노레포에 포함된 패키지/서비스 요약]

기술 스택

  • 모노레포 도구: [TODO: Turborepo/Nx/Lerna/pnpm workspace]
  • 공통 언어: [TODO: TypeScript/JavaScript/Python/Go]
  • 패키지 매니저: [TODO: pnpm/yarn/npm]

패키지 구조

[TODO: 아래는 예시] ├── apps/ │ ├── web/ # [TODO: 프론트엔드] │ ├── api/ # [TODO: 백엔드] │ └── admin/ # [TODO: 어드민] ├── packages/ │ ├── ui/ # [TODO: 공유 UI] │ ├── config/ # [TODO: 공유 설정] │ ├── utils/ # [TODO: 공유 유틸] │ └── types/ # [TODO: 공유 타입] └── tools/

패키지 간 의존성

[TODO: 어떤 패키지가 어떤 패키지에 의존하는지]

코딩 컨벤션

  • [TODO: 전체 공통 규칙]
  • [TODO: 공유 패키지 수정 시 영향 범위 확인 규칙]
  • [TODO: import 경로 규칙 (@app/ui 같은 alias)]

빌드 & 실행

  • 전체 빌드: [TODO: turbo build]
  • 특정 패키지만: [TODO: turbo build --filter=web]
  • 개발 서버: [TODO: turbo dev]
  • 테스트: [TODO: turbo test]

주의사항

  • [TODO: 공유 패키지 수정 시 모든 의존 패키지 테스트 필수]
  • [TODO: 루트 package.json에 의존성 추가 금지 등]
  • [TODO: 배포 순서]
Ships withcck

한국어로 말하면 Claude Code가 알아서 실행합니다. 새로운 명령어를 외울 필요 없습니다. 설치 후 바로 한국어로 사용하세요.

Get the whole plugin
Stats
12
Stars
0
Forks
Maintained
Maintenance
MIT
License
5mo ago
Last commit
5mo ago
Created

Repo: shinhyukahn/cck

Other commands on cck.

cheat
Command

cheat

Claude Code 핵심 커맨드를 한 눈에 볼 수 있는 한국어 치트시트. Use when the user asks for a cheatsheet, quick reference, or "전체 명령어 보여줘".

@shinhyukahn@shinhyukahnView Command
setup
Command

setup

프로젝트에 맞는 CLAUDE.md 한국어 템플릿을 생성합니다. 웹앱, API 서버, 데이터 파이프라인, 모노레포, 사이드 프로젝트 유형을 지원합니다. Use when the user wants to create or set up CLAUDE.md in Korean.

@shinhyukahn@shinhyukahnView Command