Goblin-mode whats-new
{{ ƔƔƔ }} Summarise what the user can now see or do that they couldn't before this unit of work
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/whats-new" ~/.claude/skills/jasonwarrenuk-goblin-mode-whats-new && rm -rf "$T"
manifest:
skills/whats-new/SKILL.mdsource content
What's New
Summarise what the user can now see or do that they couldn't before this unit of work.
Rules
- Describe observable behaviour only — what appears on screen, what the user can interact with, what a command now outputs
- No implementation detail, no file names, no technical explanation
- Write in second person: "You can now..."
- If nothing user-visible changed (docs, tests, refactors only), say so in one sentence
- Keep it to 3–5 bullet points maximum
Format
Now you can:
- [observable behaviour 1]
- [observable behaviour 2]
- ...