Loading...
Loading...
This skill must be loaded via the skill tool when the user mentions anything related to publishing or release an npm package. It contains essential knowledge about the complete release workflow. Things a user might say are Publish the npm package,Release a new version,Deploy to npm,Create a new release,Bump the version and publish
npx skill4agent add klaudworks/universal-skills npm-publishergit add .git commit -m "$(cat <<'EOF'
<Description of changes>
<Optional: more details>
EOF
)"npm version <patch|minor|major>git push && git push --tagsgh run list --limit 1# Clear npx cache if needed
npx clear-npx-cache
# Test the new version (replace 'universal-skills' with the actual package name)
npx <package-name> --versionnpm versiongit statusgit pull --rebasegh run view --lognpm view <package-name> versionsgit statusgit diff