Agent skill
publish
Publish a new version of the npm package
Install this agent skill to your Project
npx add-skill https://github.com/tomaspavlin/rohlik-mcp/tree/main/.claude/skills/publish
SKILL.md
Publish NPM Package
1. Ask the user what version bump they want
- patch (e.g. 3.2.0 → 3.2.1) - bug fixes
- minor (e.g. 3.2.0 → 3.3.0) - new features
- major (e.g. 3.2.0 → 4.0.0) - breaking changes
2. Bump the version
Run npm version patch, npm version minor, or npm version major based on the user's choice. This updates package.json and creates a git tag.
3. Tell the user to publish
Tell the user to run:
npm publish --access public
Do NOT run npm publish yourself. The user needs to authenticate with npm and must run this command manually.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
test-mcp
Build and test MCP tools using direct API calls or MCP Inspector. Use when testing tool changes, verifying API responses, debugging MCP tools, or investigating what an API endpoint returns.
obsidian-clipper-template-creator
Guide for creating templates for the Obsidian Web Clipper. Use when you want to create a new clipping template, understand available variables, or format clipped content.
claude-code-expert
Especialista profundo em Claude Code - CLI da Anthropic. Maximiza produtividade com atalhos, hooks, MCPs, configuracoes avancadas, workflows, CLAUDE.md, memoria, sub-agentes, permissoes e integracao com ecossistemas.
lex
Centralized 'Truth Engine' for cross-jurisdictional legal context (US, EU, CA) and contract scaffolding.
odoo-inventory-optimizer
Expert guide for Odoo Inventory: stock valuation (FIFO/AVCO), reordering rules, putaway strategies, routes, and multi-warehouse configuration.
android_ui_verification
Automated end-to-end UI testing and verification on an Android Emulator using ADB.
Didn't find tool you were looking for?