Unlock banner
BakerVentures BakerVentures

Unlock

Development community

Description

--- name: unlock description: Add your ShipCheck license key to unlock the full report. --- Manage the ShipCheck license. If `$ARGUMENTS` contains a key, write it to `~/.shipcheck/license` (create the directory, `chmod 600` the file), clear any cached validation in `~/.shipcheck/cache.json`, then verify: ```bash python3 "${CLAUDE_PLUGIN_ROOT}/scripts/license.py" ``` If `$ARGUMENTS` is empty, just run that command and report the current tier. Pass `--app-id <bundle identifier>` when the proj

Installation

Installs to ~/.claude/skills/bakerventures-shipcheck-unlock/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bakerventures-shipcheck-unlock && curl -fsSL https://raw.githubusercontent.com/BakerVentures/shipcheck/HEAD/commands/unlock.md -o ~/.claude/skills/bakerventures-shipcheck-unlock/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository