create-package

Installation
SKILL.md

Create Package Skill

Use this skill when the user asks to create a new package in the monorepo.

Overview

The yarn create-package command automates the creation of new monorepo packages by:

  • Generating package scaffolding from the template package
  • Setting up the package structure, configuration files, and dependencies
  • Creating package.json with the provided name and description

Required Arguments

  • --name (or -n): The package name. Will be prefixed with "@ocap/" if not provided.
  • --description (or -d): A short description of the package for package.json

Usage Pattern

Installs
3
GitHub Stars
9
First Seen
2 days ago
create-package — metamask/ocap-kernel