What problem does it solve?
Publishing monorepo packages to npm, especially with 2FA, pre-publish checks, and post-publish verification, is a multi-step, error-prone process. This skill automates the entire workflow, handling OTPs, validation, and error recovery, so you can publish with confidence and minimal effort.
Core Features & Use Cases
- Automated Pre-flight Checks: Verifies npm authentication, runs builds, and lints code before publishing.
- Smart OTP Handling: Prompts for 2FA codes with retry logic, eliminating manual input errors.
- Lerna Integration: Seamlessly works with Lerna for version bumping, git tagging, and GitHub releases.
- Use Case: You've made changes across several packages in your Lerna monorepo. Use this skill to automatically validate, preview, and publish all updated packages to npm, including handling your 2FA code, without leaving your AI environment.
Quick Start
Publish the updated packages in this monorepo to npm.