Version banner
prismatic-io prismatic-io

Version

Development community

Description

--- name: version description: Check which plugin version is loaded and whether the session is stale user-invocable: true --- Check whether this session's plugin matches what's currently on disk. ## Steps 1. Read the load-time snapshot (captured when this session started): - `cat /tmp/prismatic-skills-loaded-commit` → the commit hash at session start - `cat /tmp/prismatic-skills-loaded-branch` → the branch at session start 2. Read the current disk state: - `cd ${CLAUDE_PLUGIN_ROOT}

Installation

Installs to ~/.claude/skills/prismatic-io-prismatic-skills-version/SKILL.md

Terminal
mkdir -p ~/.claude/skills/prismatic-io-prismatic-skills-version && curl -fsSL https://raw.githubusercontent.com/prismatic-io/prismatic-skills/HEAD/commands/version.md -o ~/.claude/skills/prismatic-io-prismatic-skills-version/SKILL.md

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

Full documentation available on GitHub

View Source Repository