Agent Skills: create-shared-package

Add utility or module to shared packages. Use for monorepo reusability.

UncategorizedID: Oungseik/gakom/create-shared-package

Install this agent skill to your local

pnpm dlx add-skill https://github.com/MonDevHub/gakom/tree/HEAD/.claude/skills/create-shared-package

Skill Files

Browse the full folder contents for create-shared-package.

Download Skill

Loading file tree…

.claude/skills/create-shared-package/SKILL.md

Skill Metadata

Name
create-shared-package
Description
Add utility or module to shared packages. Use for monorepo reusability.

Create new package in packages/ for cross-app sharing.

Create:

  • New directory in packages/
  • Basic package.json with exports
  • TypeScript types and implementation
  • Update pnpm-workspace.yaml if needed
  • Turbo config for build tasks

Package conventions:

  • Use @repo/ scope for imports
  • Define clear entry points in package.json
  • Include TypeScript definitions
  • Follow monorepo build dependencies

Reference template.md for package.json.