npmjs
SolidAct on npmjs.com as the logged-in user through a real browser — approve staged publishes, answer WebAuthn/2FA prompts, manage access tokens and package settings. Use when npm asks for a web approval, a publish needs 2FA the CLI cannot answer, or the user asks to do something on npmjs.com.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- intentic
- Repository
- intentic/intentic
- Created
- 2 weeks ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
npm
Publish and manage packages on the npm registry (npmjs.com) — publish, dist-tags, deprecate, owners, download stats, private installs. Use when the user asks to publish, release or manage an npm package, or to inspect the registry.
npm-publish
Publish the create-cmp CLI to npm as the `create-cmp-cli` package. Use this when the user asks to "publish create-cmp to npm", "release a new version", "ship create-cmp-cli", "npm publish this", "cut a release", or wants `npx create-cmp-cli` to work. Runs unattended when a granular npm token is installed in the user's `~/.npmrc` (one-time user setup — see Auth); falls back to interactive `npm login` otherwise. Runs the safety gate (clean git tree, tests green, on main), bumps the version, updates the changelog, publishes, verifies on the registry, and pushes the tag + GitHub release.
npm-package-authoring
Author, audit, package, smoke-test, and publish npm packages and npm workspaces safely. Use when a request includes trigger phrases such as 'publish this npm package', 'prepare an npm release', 'audit package.json', 'fix exports or bin', 'fix npm pack contents', 'test the tarball', 'npm trusted publishing', 'npm OIDC', 'ENEEDAUTH', 'EOTP', 'npm 12 allowScripts', 'Windows npm shim EINVAL', 'EXDEV during packaging', or 'workspace package is missing built artifacts'.