leanspec-publishing

Installation
SKILL.md

LeanSpec Publishing Skill

Teach agents how to publish and release LeanSpec packages to npm.

Core Principles

  1. Root as Source of Truth: All versions come from root package.json
  2. Platform Packages First: Platform binaries must be published before main packages
  3. Automated Sync: Use scripts, don't manually edit package.json files
  4. Test Before Release: Always run pnpm pre-release before publishing
  5. Dev Tags for Testing: Use -dev tags for testing across platforms

Release Workflow

Production Release (Recommended)

# 1. Update version (root only)
npm version patch  # or minor/major
Installs
3
GitHub Stars
257
First Seen
Feb 2, 2026
leanspec-publishing — codervisor/lean-spec