install
source ยท Clone the upstream repo
git clone https://github.com/JasonWarrenUK/goblin-mode
Claude Code ยท Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/JasonWarrenUK/goblin-mode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/wip-version" ~/.claude/skills/jasonwarrenuk-goblin-mode-wip-version && rm -rf "$T"
manifest:
skills/wip-version/SKILL.mdsource content
Version Checker
Check the following properties and update to the value show (coercing type if necessary)
-README.md# Iris v$ARGUMENTS
-package.json"version": "$ARGUMENTS"
-src-tauri/tauri.conf.json"version": "$ARGUMENTS"
-src-tauri/Cargo.toml[package] name = "app" version = "$ARGUMENTS"
-src/tui/utils/layout.tsthis.term.colorRgbHex(theme.textMuted)('$ARGUMENTS');
If no args are passed, do not execute this command.