From cck
Generates CLAUDE.md template for monorepo projects, covering package summary, tech stack, structure, dependencies, conventions, build/run commands, and notes.
npx claudepluginhub shinhyukahn/cck --plugin ccktemplates/# 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: 어떤 패키지가 어떤 패키지에 의존하는지] ## 코딩 컨벤션 - ...
/create-mdAnalyzes project structure and generates CLAUDE.md files in root and key subdirectories with overview, setup/run commands, code styles, workflows, and conventions.
/monorepoAssesses or initializes monorepo with tools like Turborepo/Nx, enforces package boundaries, configures selective builds/testing/caching, generates graphs/CI pipelines. Supports --init, --audit, etc.
/setup-claude-mdGenerates or updates CLAUDE.md with project structure tree, organization rules, and code quality commands from codebase analysis.
/gen-claudeGenerate or enhance CLAUDE.md with project-specific guidance by analyzing codebase structure, languages, frameworks, linters, and build tools.
/initScans project files to infer tech stack, directories, package manager, lint/test commands; generates CLAUDE.md config file after preview and confirmation.
/map-codebaseSurveys project and generates missing CLAUDE.md, ARCHITECTURE.md, CODE-PATTERNS.md for SoloFlow agent shared context. Idempotent; supports skip flags.
Share bugs, ideas, or general feedback.
[TODO: 모노레포에 포함된 패키지/서비스 요약]
[TODO: 아래는 예시] ├── apps/ │ ├── web/ # [TODO: 프론트엔드] │ ├── api/ # [TODO: 백엔드] │ └── admin/ # [TODO: 어드민] ├── packages/ │ ├── ui/ # [TODO: 공유 UI] │ ├── config/ # [TODO: 공유 설정] │ ├── utils/ # [TODO: 공유 유틸] │ └── types/ # [TODO: 공유 타입] └── tools/
[TODO: 어떤 패키지가 어떤 패키지에 의존하는지]