global-conventions

Follow the project's development conventions for monorepo structure, version control, environment configuration, and code organization. Use this skill when working with the Turborepo monorepo structure, when organizing files and directories, when managing environment variables, when writing git commits, or when following the project's dependency management patterns. This includes understanding the apps/ and packages/ structure, using pnpm workspace commands, managing .env files, structuring feature modules, and following the unidirectional dependency flow (Features -> Shared -> Infra). Apply when creating new files, organizing code, or setting up new features.

$ Installer

git clone https://github.com/imkdw/imkdw-dev /tmp/imkdw-dev && cp -r /tmp/imkdw-dev/.claude/skills/global-conventions ~/.claude/skills/imkdw-dev

// tip: Run this command in your terminal to install the skill