Sign In

@shipeasy/cli

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shipeasy/cli

CLI for the Shipeasy platform (flags, experiments, translations, bugs)

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
151
-70.74%
Maintainers
1
Weekly downloads
 
Created
Source

Shipeasy Claude Code plugin

Installed via shipeasy plugin install (recommended) or by copying this directory to .claude/plugins/shipeasy/ (project) or ~/.claude/plugins/shipeasy/ (user).

Contents

  • .claude-plugin/plugin.json — plugin manifest.
  • .mcp.json — registers the @shipeasy/mcp MCP server with Claude Code.
  • commands/ — slash commands (/shipeasy-setup, /shipeasy-i18n-extract, /shipeasy-i18n-migrate, /shipeasy-flag, /shipeasy-experiment).
  • skills/ — agent skills (shipeasy-setup, shipeasy-i18n, shipeasy-flags, shipeasy-experiments) Claude loads on demand.

The codemods themselves (packages/cli/codemods/) ship with the @shipeasy/cli npm package; the plugin's slash commands shell out to shipeasy codemod … rather than duplicating the AST runner.

After installation

Restart Claude Code (or reload its plugin/skill index). The new slash commands appear in /-completion. Skills load automatically when their trigger phrases appear in user messages.

Removing

rm -rf .claude/plugins/shipeasy            # project scope
rm -rf ~/.claude/plugins/shipeasy           # user scope
shipeasy mcp uninstall                       # also drop the MCP entry

FAQs

Package last updated on 12 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts