elements-new-package

Installation
SKILL.md

Creating a New Elements Package

Use scripts/new-package to scaffold a new @editframe/* workspace package. It creates all required files and registers the package in tsconfig.json — the single source of truth for path aliases.

Quick Start

# From the elements/ directory (or via the runner)
./scripts/new-package <name>
# e.g. ./scripts/new-package captions

# Then install to symlink the workspace package
./scripts/npm install

What the Script Does

Related skills

More from editframe/skills

Installs
77
GitHub Stars
4
First Seen
Apr 21, 2026